<xs:complexType name="ShapeCuttingParams_Shape_lr" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="." First="1.1"/>
<Version Path="@StationName" First="1.3"/>
</xs:appinfo>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="jdf:BaseElement_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="CutBox" type="jdftyp:rectangle" use="optional"/>
<xs:attribute name="CutOut" type="jdftyp:boolean" default="false"/>
<xs:attribute name="CutPath" type="jdftyp:PDFPath" use="optional"/>
<xs:attribute name="CutType" type="jdftyp:eCutType_" default="Cut"/>
<xs:attribute name="Material" type="jdftyp:string" use="optional"/>
<xs:attribute name="ShapeDepth" type="jdftyp:double" use="optional"/>
<xs:attribute name="ShapeType" type="jdftyp:eShapeType_" use="required"/>
<!-- Removed StationName to avoid clash with 1.4 partition key -->
<!--xs:attribute name="StationName" type="jdftyp:string" use="optional"/-->
<xs:attribute name="TeethPerDimension" type="jdftyp:double" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |