jdf:ShapeAttribs_c

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
CutBox jdftyp:rectangle optional
CutOut jdftyp:boolean false optional
CutPath jdftyp:PDFPath optional
CutType jdftyp:eCutType_ optional
DDESCutType jdftyp:Integer 101 optional
Material jdftyp:string optional
ShapeDepth jdftyp:double optional
ShapeType jdftyp:eShapeType_ required
TeethPerDimension jdftyp:double optional

Used By

Source

<xs:attributeGroup name="ShapeAttribs_c">
  <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_" use="optional"/>
  <xs:attribute name="DDESCutType" type="jdftyp:Integer" default="101"/>
  <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"/>
  <!-- Remove 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:attributeGroup>