Definition Type: ComplexType
Name: PersonnelRequirementPropertyType
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 Quantity Drilldown into Value Drilldown into Description Drilldown into IDXSD Diagram of PersonnelRequirementPropertyType
Collapse XSD Schema Code:
<xsd:complexType name="PersonnelRequirementPropertyType">
    <xsd:sequence>
        <xsd:element name="ID" type="IdentifierType" />
        <xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Value" type="ValueType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Quantity" type="QuantityValueType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="Extended:PersonnelRequirementProperty" 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
ID b2mml:ID (1) (1)
Description b2mml:Description 0 unbounded
Value b2mml:Value 0 unbounded
Quantity b2mml:Quantity 0 unbounded
Any b2mml:Any 0 unbounded
<xs:group> Extended:PersonnelRequirementProperty 0 1
Collapse Derivation Tree:
Collapse References:
b2mml:PersonnelRequirementProperty
Collapse Comments:
blog comments powered by Disqus