Definition Type: ComplexType
Name: SyncResourceConstraintLibraryType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: BatchML-V0401-GeneralRecipe.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into versionID Drilldown into releaseID Drilldown into DataArea Drilldown into ApplicationAreaXSD Diagram of SyncResourceConstraintLibraryType
Collapse XSD Schema Code:
<xsd:complexType name="SyncResourceConstraintLibraryType">
    <xsd:sequence>
        <xsd:element name="ApplicationArea" type="TransApplicationAreaType" />
        <xsd:element name="DataArea">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Sync" type="TransSyncType" />
                    <xsd:element name="ResourceConstraintLibrary" type="ResourceConstraintLibraryType" minOccurs="1" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="releaseID" type="xsd:normalizedString" use="required" />
    <xsd:attribute name="versionID" type="xsd:normalizedString" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicationArea b2mml:ApplicationArea (1) (1)
DataArea b2mml:DataArea (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
releaseID b2mml:releaseID Required
versionID b2mml:versionID Optional
Collapse Derivation Tree:
Collapse References:
b2mml:SyncResourceConstraintLibrary
Collapse Comments:
blog comments powered by Disqus