Definition Type: ComplexType
Name: MaterialProducedRequirementType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-ProductionSchedule.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into Any Drilldown into RequiredByRequestedSegmentResponse Drilldown into MaterialProducedRequirementProperty Drilldown into Quantity Drilldown into Location Drilldown into Description Drilldown into MaterialSubLotID Drilldown into MaterialLotID Drilldown into MaterialDefinitionID Drilldown into MaterialClassIDXSD Diagram of MaterialProducedRequirementType
Collapse XSD Schema Code:
<xsd:complexType name="MaterialProducedRequirementType">
    <xsd:sequence>
        <xsd:element name="MaterialClassID" type="MaterialClassIDType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MaterialDefinitionID" type="MaterialDefinitionIDType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MaterialLotID" type="MaterialLotIDType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MaterialSubLotID" type="MaterialSubLotIDType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Location" type="LocationType" minOccurs="0" />
        <xsd:element name="Quantity" type="QuantityValueType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MaterialProducedRequirementProperty" type="MaterialProducedRequirementPropertyType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="RequiredByRequestedSegmentResponse" type="RequiredByRequestedSegmentResponseType" minOccurs="0" />
        <xsd:group ref="Extended:MaterialProducedRequirement" minOccurs="0" maxOccurs="1" />
        <!-- Added in V04 - The Any element should not be used in new schemas.  This extension schema should be used to add user defined 

     elements to B2MML documents.  In a future release the Any element will be removed from B2MML.  -->
        <xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MaterialClassID b2mml:MaterialClassID 0 unbounded
MaterialDefinitionID b2mml:MaterialDefinitionID 0 unbounded
MaterialLotID b2mml:MaterialLotID 0 unbounded
MaterialSubLotID b2mml:MaterialSubLotID 0 unbounded
Description b2mml:Description 0 unbounded
Location b2mml:Location 0 (1)
Quantity b2mml:Quantity 0 unbounded
MaterialProducedRequirementProperty b2mml:MaterialProducedRequirementProperty 0 unbounded
RequiredByRequestedSegmentResponse b2mml:RequiredByRequestedSegmentResponse 0 (1)
Any b2mml:Any 0 unbounded
<xs:group> Extended:MaterialProducedRequirement 0 1
Collapse Derivation Tree:
Collapse References:
b2mml:MaterialProducedRequirement
Collapse Comments:
blog comments powered by Disqus