Definition Type: ComplexType
Name: PersonnelSpecificationType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-ProductDefinition.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into Any Drilldown into PersonnelSpecificationProperty Drilldown into Quantity Drilldown into Description Drilldown into PersonID Drilldown into PersonnelClassIDXSD Diagram of PersonnelSpecificationType
Collapse XSD Schema Code:
<xsd:complexType name="PersonnelSpecificationType">
    <xsd:sequence>
        <xsd:element name="PersonnelClassID" type="PersonnelClassIDType" minOccurs="0" />
        <xsd:element name="PersonID" type="PersonIDType" minOccurs="0" />
        <xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Quantity" type="QuantityValueType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PersonnelSpecificationProperty" type="PersonnelSpecificationPropertyType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="Extended:PersonnelSpecification" 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
PersonnelClassID b2mml:PersonnelClassID 0 (1)
PersonID b2mml:PersonID 0 (1)
Description b2mml:Description 0 unbounded
Quantity b2mml:Quantity 0 unbounded
PersonnelSpecificationProperty b2mml:PersonnelSpecificationProperty 0 unbounded
Any b2mml:Any 0 unbounded
<xs:group> Extended:PersonnelSpecification 0 1
Collapse Derivation Tree:
Collapse References:
b2mml:PersonnelSpecification
Collapse Comments:
blog comments powered by Disqus