Definition Type: ComplexType
Name: BODType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: BOD.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into PartialBODFailureMessage in schema meta_xsd Drilldown into BODSuccessMessage in schema meta_xsd Drilldown into BODFailureMessage in schema meta_xsd Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into OriginalApplicationArea in schema meta_xsdXSD Diagram of BODType in schema bod_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BODType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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 source="http://www.openapplications.org/platform/1">OriginalApplicationArea is deprecated 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/platform/1">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:documentation source="http://www.openapplications.org/platform/1">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="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="BODFailureMessage" minOccurs="0" />
        <xsd:element ref="BODSuccessMessage" minOccurs="0" />
        <xsd:element ref="PartialBODFailureMessage" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OriginalApplicationArea oa:OriginalApplicationArea 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
BODFailureMessage oa:BODFailureMessage 0 (1)
BODSuccessMessage oa:BODSuccessMessage 0 (1)
PartialBODFailureMessage oa:PartialBODFailureMessage 0 (1)
UserArea oa:UserArea 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:BOD