Definition Type: ComplexType
Name: BirthPlaceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CountryCode in schema fields_xsd Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into CityName in schema fields_xsd1 Drilldown into Name in schema fields_xsd1XSD Diagram of BirthPlaceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BirthPlaceType">
    <xsd:sequence>
        <xsd:element ref="oa:Name" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A place name. The name of the place where a person was born.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="oa:CityName" minOccurs="0" />
        <xsd:element ref="oa:CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CountryCode" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name oa:Name 0 (1)
CityName oa:CityName 0 (1)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:BirthPlace