Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element Document
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Element_Document.tmp#Document_templateIDe-document-3_1_10_xsd_Element_Document.tmp#Document_DocumentTypee-document-3_1_10_xsd_Element_Document.tmp#Document_DocumentFunctione-document-3_1_10_xsd_Element_Document.tmp#Document_ResponseTypee-document-3_1_10_xsd_Element_DocumentParties.tmp#DocumentPartiese-document-3_1_10_xsd_Element_DocumentInfo.tmp#DocumentInfoe-document-3_1_10_xsd_Element_DocumentSumGroup.tmp#DocumentSumGroupe-document-3_1_10_xsd_Element_DocumentItem.tmp#DocumentIteme-document-3_1_10_xsd_Element_Document.tmp#Document_AdditionalInfoe-document-3_1_10_xsd_Element_PaymentInfo.tmp#PaymentInfoe-document-3_1_10_xsd_Element_Document.tmp#Document_TransportInfo
Properties
content complex
Used by
Element E-Document
Model
Children AdditionalInfo, DocumentFunction, DocumentInfo, DocumentItem, DocumentParties, DocumentSumGroup, DocumentType, PaymentInfo, ResponseType, TransportInfo
Instance
<Document templateID="">
  <DocumentType code="">{1,1}</DocumentType>
  <DocumentFunction>{0,1}</DocumentFunction>
  <ResponseType>{0,1}</ResponseType>
  <DocumentParties>{1,1}</DocumentParties>
  <DocumentInfo>{1,1}</DocumentInfo>
  <DocumentSumGroup>{0,2}</DocumentSumGroup>
  <DocumentItem>{0,1}</DocumentItem>
  <AdditionalInfo>{0,1}</AdditionalInfo>
  <PaymentInfo>{0,1}</PaymentInfo>
  <TransportInfo>{0,1}</TransportInfo>
</Document>
Attributes
QName Type Use
templateID NormalTextType optional
Source
<xs:element name="Document">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DocumentType">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="DocumentTypeCode">
              <xs:attribute name="code" type="NormalTextType" use="optional"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="DocumentFunction" type="DocumentFunctionCode"/>
      <xs:element minOccurs="0" name="ResponseType" type="ShortTextType"/>
      <xs:element ref="DocumentParties"/>
      <xs:element ref="DocumentInfo"/>
      <xs:element minOccurs="0" maxOccurs="2" ref="DocumentSumGroup"/>
      <xs:element minOccurs="0" ref="DocumentItem"/>
      <xs:element minOccurs="0" name="AdditionalInfo" type="AdditionalInfoRecord"/>
      <xs:element minOccurs="0" ref="PaymentInfo"/>
      <xs:element minOccurs="0" name="TransportInfo" type="TransportInfoRecord"/>
    </xs:sequence>
    <xs:attribute name="templateID" type="NormalTextType" use="optional"/>
  </xs:complexType>
</xs:element>
Element Document / DocumentType
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DocumentTypeCode.tmp#DocumentTypeCodee-document-3_1_10_xsd_Element_Document.tmp#Document_Document_DocumentType_code
Type extension of DocumentTypeCode
Type hierarchy
Properties
content complex
Attributes
QName Type Use
code NormalTextType optional
Source
<xs:element name="DocumentType">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="DocumentTypeCode">
        <xs:attribute name="code" type="NormalTextType" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element Document / DocumentFunction
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DocumentFunctionCode.tmp#DocumentFunctionCode
Type DocumentFunctionCode
Properties
content simple
minOccurs 0
Facets
pattern (delete)|(original)|(replace)|(update)|(DELETE)|(ORIGINAL)|(REPLACE)|(UPDATE)|(Delete)|(Original)|(Replace)|(Update)
Source
<xs:element minOccurs="0" name="DocumentFunction" type="DocumentFunctionCode"/>
Element Document / ResponseType
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="ResponseType" type="ShortTextType"/>
Element Document / AdditionalInfo
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_AdditionalInfoRecord.tmp#AdditionalInfoRecord_Extensione-document-3_1_10_xsd_Complex_Type_AdditionalInfoRecord.tmp#AdditionalInfoRecord
Type AdditionalInfoRecord
Properties
content complex
minOccurs 0
Model
Children Extension
Instance
<AdditionalInfo>
  <Extension extensionId="" lang="">{1,unbounded}</Extension>
</AdditionalInfo>
Source
<xs:element minOccurs="0" name="AdditionalInfo" type="AdditionalInfoRecord"/>
Element Document / TransportInfo
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_CarrierCountryCodee-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_CarrierTypee-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_DriverNamee-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_CargoCountryCodee-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_CargoTypee-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_VehicleRegNume-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_TrailerRegNume-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord_AdditionalInfoe-document-3_1_10_xsd_Complex_Type_TransportInfoRecord.tmp#TransportInfoRecord
Type TransportInfoRecord
Properties
content complex
minOccurs 0
Model
Children AdditionalInfo, CargoCountryCode, CargoType, CarrierCountryCode, CarrierType, DriverName, TrailerRegNum, VehicleRegNum
Instance
<TransportInfo>
  <CarrierCountryCode>{0,1}</CarrierCountryCode>
  <CarrierType>{0,1}</CarrierType>
  <DriverName>{0,1}</DriverName>
  <CargoCountryCode>{0,1}</CargoCountryCode>
  <CargoType>{0,1}</CargoType>
  <VehicleRegNum>{0,1}</VehicleRegNum>
  <TrailerRegNum>{0,1}</TrailerRegNum>
  <AdditionalInfo>{0,1}</AdditionalInfo>
</TransportInfo>
Source
<xs:element minOccurs="0" name="TransportInfo" type="TransportInfoRecord"/>
Attribute Document / DocumentType / @code
Namespace No namespace
Type NormalTextType
Properties
use optional
Facets
maxLength 100
Used by
Source
<xs:attribute name="code" type="NormalTextType" use="optional"/>
Attribute Document / @templateID
Namespace No namespace
Type NormalTextType
Properties
use optional
Facets
maxLength 100
Used by
Element Document
Source
<xs:attribute name="templateID" type="NormalTextType" use="optional"/>