Definition Type: ComplexType
Name: SpecifiedPersonType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Associated_ Person. Details Contains information to identify a person associated with the interaction or entity.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into RoleCode in schema fields_xsd Drilldown into PersonName in schema components_xsd Drilldown into PersonID in schema fields_xsdXSD Diagram of SpecifiedPersonType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SpecifiedPersonType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Associated_ Person. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains information to identify a person associated with the interaction or entity.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="RoleCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonID nsA:PersonID 0 unbounded
PersonName nsA:PersonName 0 (1)
RoleCode nsA:RoleCode 0 unbounded
Communication nsA:Communication 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:AppraisalSubject, nsA:ApproverPerson, nsA:Participant, nsA:PlanSubject, nsA:Preparer, nsA:SpecifiedPerson, nsA:SubmitterPerson