Definition Type: Element
Name: DataArea
Namespace: http://www.openapplications.org/oagis
Type: oa:ConfirmBODDataArea
Containing Schema: ConfirmBOD.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Is where the information that the BOD message carries is provided, in this case ConfirmBOD. The information consists of a Verb and one or more Nouns. The verb (Confirm) indicates the action to be performed on the Noun (BOD).
Collapse XSD Schema Diagram:
Drilldown into BOD in schema bod_xsd Drilldown into Confirm in schema confirm_xsd Drilldown into DataArea in schema meta_xsd Drilldown into ConfirmBODDataArea in schema confirmbod_xsdXSD Diagram of DataArea in schema confirmbod_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="DataArea" type="ConfirmBODDataArea">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is where the information that the BOD message carries is provided, in this case ConfirmBOD. The information consists of a Verb and one or more Nouns. The verb (Confirm) indicates the action to be performed on the Noun (BOD).</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Confirm oa:Confirm (1) (1)
BOD oa:BOD (1) unbounded
Collapse Derivation Tree: