Definition Type: ComplexType
Name: ConfirmBODType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-ConfirmBOD.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DataArea in schema b2mml-v0401-confirmbod_xsd Drilldown into ApplicationArea in schema b2mml-v0401-confirmbod_xsdXSD Diagram of ConfirmBODType in schema b2mml-v0401-confirmbod_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="ConfirmBODType">
    <xsd:sequence>
        <xsd:element name="ApplicationArea" type="TransApplicationAreaType" />
        <xsd:element name="DataArea">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Confirm" type="TransConfirmType" />
                    <xsd:element name="BOD" type="BODType" minOccurs="1" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicationArea b2mml:ApplicationArea (1) (1)
DataArea b2mml:DataArea (1) (1)
Collapse Derivation Tree:
Collapse References:
b2mml:ConfirmBOD