Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type QuantityType
Namespace No namespace
Annotations
Telema classifier: defines the quantity type
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((ORDERED)|(RECEIVED)|(INVOICED)|(RECEIVED_NOT_INVOICED)|(NOT_RECEIVED))
Used by
Source
<xs:simpleType name="QuantityType">
  <xs:annotation>
    <xs:documentation>Telema classifier: defines the quantity type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="ORDERED"/>
    <xs:pattern value="RECEIVED"/>
    <xs:pattern value="INVOICED"/>
    <xs:pattern value="RECEIVED_NOT_INVOICED"/>
    <xs:pattern value="NOT_RECEIVED"/>
  </xs:restriction>
</xs:simpleType>