<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>
|