QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
RelativeTravel | restriction of jdftyp:double | optional | ||||
Travel | jdftyp:double | optional |
Attribute Groups | jdf:FoldAttribs_r, jdf:FoldAttribs_u |
<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> |