Definition Type: ComplexType
Name: DocumentHeader
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into Attachments in schema invoice_xsd Drilldown into DocumentReferences in schema invoice_xsd Drilldown into Note in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into DocumentDateTime in schema invoice_xsd Drilldown into LastModificationDateTime in schema invoice_xsd Drilldown into Status in schema invoice_xsd Drilldown into DocumentIds in schema invoice_xsdXSD Diagram of DocumentHeader in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="DocumentHeader" abstract="true">
    <xs:sequence>
        <xs:element ref="DocumentIds" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the identifier for the document. It is possible to carry the document identifier for the other Parties. These DocumentIds are referenced by sematic names.</xs:documentation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the identifier for the document. It is possible to carry the document identifier for the other Parties. These DocumentIds are referenced by sematic names.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Status" minOccurs="0" />
        <xs:element name="LastModificationDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date and time the document was last modified. This is not the date and time that the BOD message was sent.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="DocumentDateTime" type="DateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is a description of the document.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is Note for the document in which it is contained.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="DocumentReferences" minOccurs="0" />
        <xs:element ref="Attachments" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIds nsC:DocumentIds 0 (1)
Status nsC:Status 0 (1)
LastModificationDateTime nsC:LastModificationDateTime 0 (1)
DocumentDateTime nsC:DocumentDateTime 0 (1)
Description nsC:Description 0 unbounded
Note nsC:Note 0 unbounded
DocumentReferences nsC:DocumentReferences 0 (1)
Attachments nsC:Attachments 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:DocumentOrderHeader