Definition Type: ComplexType
Name: BODHeader
Namespace: http://www.openapplications.org/oagis
Containing Schema: BOD.xsd
Abstract
Documentation:
Information about the BOD that was processed, including identifying information and a summary-level indication of the outcome of processing the BOD.
Collapse XSD Schema Diagram:
Drilldown into BODOutcomeValue in schema bod_xsd Drilldown into OriginalBODReference in schema bod_xsd Drilldown into OriginalApplicationArea in schema bod_xsdXSD Diagram of BODHeader in schema bod_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="BODHeader">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Information about the BOD that was processed, including identifying information and a summary-level indication of the outcome of processing the BOD.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="OriginalApplicationArea" type="ApplicationArea">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">A copy of the ApplicationArea for the original BOD that was processed. Present either as additional reference information, or for use in identifying the BOD in situations where a BODReference is not known.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="OriginalBODReference" type="GenericDocumentReference" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Reference to the original BOD that was processed.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="BODOutcomeValue" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginalApplicationArea oa:OriginalApplicationArea (1) (1)
OriginalBODReference oa:OriginalBODReference 0 (1)
BODOutcomeValue oa:BODOutcomeValue 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Header