Definition Type: Element
Name: DataArea
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-Material.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into MaterialLot Drilldown into SyncXSD Diagram of DataArea
Collapse XSD Schema Code:
<xsd:element name="DataArea">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Sync" type="TransSyncType" />
            <xsd:element name="MaterialLot" type="MaterialLotType" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sync b2mml:Sync (1) (1)
MaterialLot b2mml:MaterialLot 1 unbounded
Collapse Comments:
blog comments powered by Disqus