jdf:ShapeCuttingParams_Shape_lr

Complex Type Information

Model

jdf:Comment{0,1} , jdf:GeneralID{0,1} , jdf:Preview{0,1} , jdf:PreviewRef{0,1} , ANY element from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Attributes

QName Type Fixed Default Use Inheritable Annotation
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
CutBox jdftyp:rectangle optional
CutOut jdftyp:boolean false optional
CutPath jdftyp:PDFPath optional
CutType jdftyp:eCutType_ Cut optional
DescriptiveName jdftyp:longString optional
Material jdftyp:string optional
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
ShapeDepth jdftyp:double optional
ShapeType jdftyp:eShapeType_ required
TeethPerDimension jdftyp:double optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<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>