complexType CutContour
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p199.png
namespace https://printfactory.cloud/schema/2.0
children pf:Entry
used by
elements Documents/Document/Pages/Page/CutContours Statistics/Summary/CutContours Statistics/Page/CutContours Documents/Document/Pages/Page/CutTools
annotation
documentation
Meta data of a cutcontour
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>

element CutContour/Entry
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p200.png
namespace https://printfactory.cloud/schema/2.0
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name of the cutcontour or tool
Count  xs:positiveInteger  required      
documentation
Number of cut paths available
Length  xs:decimal  required      
documentation
Total length of all cut paths
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>

attribute CutContour/Entry/@Name
type xs:string
properties
use required
annotation
documentation
Name of the cutcontour or tool
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>

attribute CutContour/Entry/@Count
type xs:positiveInteger
properties
use required
annotation
documentation
Number of cut paths available
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>

attribute CutContour/Entry/@Length
type xs:decimal
properties
use required
annotation
documentation
Total length of all cut paths
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy