jdf:CreaseAttribs_c

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Depth jdftyp:double optional
RelativeStartPosition jdftyp:XYPair optional
RelativeTravel restriction of jdftyp:double optional
RelativeWorkingPath jdftyp:XYPair optional
StartPosition jdftyp:XYPair optional
Travel jdftyp:double optional
WorkingDirection jdftyp:eWorkingDirection_ optional
WorkingPath jdftyp:XYPair optional

Used By

Attribute Group jdf:CreaseAttribs_r

Source

<xs:attributeGroup name="CreaseAttribs_c">
  <xs:attribute name="Depth" type="jdftyp:double" use="optional"/>
  <xs:attribute name="RelativeStartPosition" type="jdftyp:XYPair" use="optional"/>
  <xs:attribute name="RelativeWorkingPath" type="jdftyp:XYPair" use="optional"/>
  <xs:attribute name="StartPosition" type="jdftyp:XYPair" use="optional"/>
  <xs:attribute name="WorkingPath" type="jdftyp:XYPair" use="optional"/>
  <xs:attribute name="WorkingDirection" type="jdftyp:eWorkingDirection_" use="optional"/>
  <xs:attribute name="Travel" type="jdftyp:double" use="optional"/>
  <xs:attribute name="RelativeTravel" use="optional">
    <xs:simpleType>
      <xs:restriction base="jdftyp:double">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>