jdf:FoldAttribs_c

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
RelativeTravel restriction of jdftyp:double optional
Travel jdftyp:double optional

Used By

Source

<xs:attributeGroup name="FoldAttribs_c">
  <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>