Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type DocumentProcessingType
Namespace No namespace
Annotations
Telema classifier for GDSN: defines how the document information is processed
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((EFLOW)|(NOT_TO_UPLOAD)|(MDW)|(PDS))
Used by
Source
<xs:simpleType name="DocumentProcessingType">
  <xs:annotation>
    <xs:documentation>Telema classifier for GDSN: defines how the document information is processed</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="EFLOW"/>
    <xs:pattern value="NOT_TO_UPLOAD"/>
    <xs:pattern value="MDW"/>
    <xs:pattern value="PDS"/>
  </xs:restriction>
</xs:simpleType>