Definition Type: ComplexType
Name: ScreeningSubjectNameType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FatherName in schema components_xsd Drilldown into MotherName in schema components_xsd Drilldown into ScreeningPersonName in schema components_xsdXSD Diagram of ScreeningSubjectNameType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningSubjectNameType">
    <xsd:sequence>
        <xsd:element ref="ScreeningPersonName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="MotherName" minOccurs="0" />
        <xsd:element ref="FatherName" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScreeningPersonName nsA:ScreeningPersonName 0 unbounded
MotherName nsA:MotherName 0 (1)
FatherName nsA:FatherName 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningSubjectName