<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>
|