Definition Type: Element
Name: DataArea
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-ConfirmBOD.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into BOD in schema b2mml-v0401-confirmbod_xsd Drilldown into Confirm in schema b2mml-v0401-confirmbod_xsdXSD Diagram of DataArea in schema b2mml-v0401-confirmbod_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Confirm b2mml:Confirm (1) (1)
BOD b2mml:BOD 1 unbounded