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