Definition Type: Element
Name: PersonLegalIDRequirement
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Include required person legal id's and where specified, copy of the government issued legal id.
Collapse XSD Schema Diagram:
Drilldown into PersonLegalIdImageIndicator in schema components_xsd Drilldown into PersonLegalIDIndicator in schema components_xsd Drilldown into typeCode in schema components_xsdXSD Diagram of PersonLegalIDRequirement in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PersonLegalIDRequirement" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Include required  person legal id's and where specified, copy of the government issued legal id.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PersonLegalIDIndicator" type="oa:IndicatorType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Include specified person legal id's.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PersonLegalIdImageIndicator" type="oa:IndicatorType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Include copies of the government issued documents containing the suppliced person legal id.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonLegalIDIndicator nsA:PersonLegalIDIndicator 0 unbounded
PersonLegalIdImageIndicator nsA:PersonLegalIdImageIndicator 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
typeCode nsA:typeCode (Optional)