Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element DocumentProcessingTypes / DocumentProcessingTypeCode
Namespace No namespace
Annotations
Code defining how the document information is processed, e.g. to be uploaded to PDS, to be processed by EFLOW etc.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DocumentProcessingType.tmp#DocumentProcessingType
Type DocumentProcessingType
Properties
content simple
minOccurs 1
maxOccurs unbounded
Facets
pattern (\c+) & ((EFLOW)|(NOT_TO_UPLOAD)|(MDW)|(PDS))
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="DocumentProcessingTypeCode" type="DocumentProcessingType">
  <xs:annotation>
    <xs:documentation>Code defining how the document information is processed, e.g. to be uploaded to PDS, to be processed by EFLOW etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DocumentProcessingTypes
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_DocumentProcessingTypes.tmp#DocumentProcessingTypes_DocumentProcessingTypeCode
Used by
Model
Children DocumentProcessingTypeCode
Source
<xs:complexType name="DocumentProcessingTypes">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="DocumentProcessingTypeCode" type="DocumentProcessingType">
      <xs:annotation>
        <xs:documentation>Code defining how the document information is processed, e.g. to be uploaded to PDS, to be processed by EFLOW etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>