Definition Type: Element
Name: PersonnelInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into JobDescription in schema pidxlib_xsd Drilldown into TimeWorked in schema pidxlib_xsd Drilldown into PersonnelIdentifier in schema pidxlib_xsd Drilldown into CompanyName in schema pidxlib_xsd Drilldown into PersonnelName in schema pidxlib_xsdXSD Diagram of PersonnelInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="PersonnelInformation">
    <complexType>
        <sequence>
            <element ref="pidx:PersonnelName" minOccurs="0" />
            <element ref="pidx:CompanyName" minOccurs="0" />
            <element ref="pidx:PersonnelIdentifier" minOccurs="0" />
            <element ref="pidx:TimeWorked" minOccurs="0" />
            <element ref="pidx:JobDescription" minOccurs="0" />
            <element ref="pidx:Comment" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonnelName pidx:PersonnelName 0 (1)
CompanyName pidx:CompanyName 0 (1)
PersonnelIdentifier pidx:PersonnelIdentifier 0 (1)
TimeWorked pidx:TimeWorked 0 (1)
JobDescription pidx:JobDescription 0 (1)
Comment pidx:Comment 0 (1)