Definition Type: ComplexType
Name: ScreeningPersonNameType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PersonName in schema components_xsd Drilldown into ScreeningID in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of ScreeningPersonNameType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningPersonNameType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>In recognition that there may be mulitple names to search. Allows each to be associated with an identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ScreeningID" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>This is provided so that a particular name (e.g., current, former, alias, etc.) can be associated with a particular screening.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PersonName" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
ScreeningID nsA:ScreeningID 0 unbounded
PersonName nsA:PersonName 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningPersonName