Definition Type: ComplexType
Name: DocumentHeader
Namespace: http://www.openapplications.org/oagis
Containing Schema: Document.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into Attachments in schema components_xsd Drilldown into DocumentReferences in schema components_xsd Drilldown into Note in schema document_xsd Drilldown into Description in schema document_xsd Drilldown into DocumentDateTime in schema document_xsd Drilldown into LastModificationDateTime in schema document_xsd Drilldown into Status in schema components_xsd Drilldown into DocumentIds in schema fields_xsdXSD Diagram of DocumentHeader in schema document_xsd (Open Applications Group (OAGIS))
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 oa:DocumentIds 0 (1)
Status oa:Status 0 (1)
LastModificationDateTime oa:LastModificationDateTime 0 (1)
DocumentDateTime oa:DocumentDateTime 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
DocumentReferences oa:DocumentReferences 0 (1)
Attachments oa:Attachments 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:DocumentOrderHeader