diagram | |||
namespace | https://printfactory.cloud/schema/v2.0 | ||
children | pf:Entry | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="CutContour"> <xs:annotation> <xs:documentation>Meta data of a cutcontour</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Entry" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the cutcontour or tool</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Count" type="xs:positiveInteger" use="required"> <xs:annotation> <xs:documentation>Number of cut paths available</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Length" type="xs:decimal" use="required"> <xs:annotation> <xs:documentation>Total length of all cut paths</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/v2.0 | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="Entry" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the cutcontour or tool</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Count" type="xs:positiveInteger" use="required"> <xs:annotation> <xs:documentation>Number of cut paths available</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Length" type="xs:decimal" use="required"> <xs:annotation> <xs:documentation>Total length of all cut paths</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of the cutcontour or tool</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Count" type="xs:positiveInteger" use="required"> <xs:annotation> <xs:documentation>Number of cut paths available</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:decimal | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Length" type="xs:decimal" use="required"> <xs:annotation> <xs:documentation>Total length of all cut paths</xs:documentation> </xs:annotation> </xs:attribute> |