Definition Type: ComplexType
Name: LegalIdentifiersType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PersonDescriptors.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Residency in schema persondescriptors_xsd Drilldown into Citizenship in schema persondescriptors_xsd Drilldown into VisaStatus in schema persondescriptors_xsd Drilldown into MilitaryStatus in schema persondescriptors_xsd Drilldown into PersonLegalId in schema persondescriptors_xsdXSD Diagram of LegalIdentifiersType in schema persondescriptors_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LegalIdentifiersType">
    <xsd:sequence>
        <xsd:element name="PersonLegalId" type="PersonLegalIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MilitaryStatus" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="VisaStatus" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="countryCode" type="CountryCodeType" />
                        <xsd:attribute name="validFrom" type="AnyDateTimeNkNaType" />
                        <xsd:attribute name="validTo" type="AnyDateTimeNkNaType" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Citizenship" type="CountryCodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Residency" type="CountryCodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonLegalId hr:PersonLegalId 0 unbounded
MilitaryStatus hr:MilitaryStatus 0 unbounded
VisaStatus hr:VisaStatus 0 unbounded
Citizenship hr:Citizenship 0 unbounded
Residency hr:Residency 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:LegalIdentifiers