Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:quantityUsageType
Namespace tps
Annotations
The usage of the quantity (can be none, cut, fill)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration none
enumeration cut
enumeration fill
Used by
Source
<xs:simpleType name="quantityUsageType">
  <xs:annotation>
    <xs:documentation>The usage of the quantity (can be none, cut, fill)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="none"/>
    <xs:enumeration value="cut"/>
    <xs:enumeration value="fill"/>
  </xs:restriction>
</xs:simpleType>