<xsd:complexType name="BODType">
<xsd:annotation>
<xsd:documentation> The outcome of processing a specific BOD. Describes overall/summary outcome, plus the
outcome of processing each noun of the BOD. Includes noun-specific error and/or warning messaages
encountered during processing. May include summary and/or roll-up messages at the BOD level.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation> OriginalApplicationArea is depricated from the BOD of the ConfirmBOD, the
OriginalApplicationArea should be used off of the Confirm Verb.</xsd:documentation>
</xsd:annotation>
<!--
<xsd:element ref="OriginalApplicationArea" minOccurs="0"> <xsd:annotation> <xsd:documentation
source="http://www.openapplications.org/oagis/9"> 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. </xsd:documentation> </xsd:annotation> </xsd:element>
-->
<xsd:group ref="oagis:FreeFormTextGroup" />
<xsd:element ref="oagis:BODFailureMessage" minOccurs="0" />
<xsd:element ref="oagis:BODSuccessMessage" minOccurs="0" />
<xsd:element ref="oagis:PartialBODFailureMessage" minOccurs="0" />
<!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
</xsd:sequence>
</xsd:complexType>
|