Definition Type: ComplexType
Name: BiologicalDescriptorsType
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 DisabilityInfo in schema persondescriptors_xsd Drilldown into IdentifyingMarks in schema persondescriptors_xsd Drilldown into Weight in schema persondescriptors_xsd Drilldown into Height in schema persondescriptors_xsd Drilldown into HairColor in schema persondescriptors_xsd Drilldown into EyeColor in schema persondescriptors_xsd Drilldown into GenderCode in schema persondescriptors_xsd Drilldown into Age in schema persondescriptors_xsd Drilldown into MonthDayOfBirth in schema persondescriptors_xsd Drilldown into DateOfBirth in schema persondescriptors_xsdXSD Diagram of BiologicalDescriptorsType in schema persondescriptors_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BiologicalDescriptorsType">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="DateOfBirth" type="LocalDateNkNaType" minOccurs="0" />
            <xsd:element name="MonthDayOfBirth" type="xsd:gMonthDay" minOccurs="0" />
        </xsd:choice>
        <xsd:element name="Age" type="xsd:nonNegativeInteger" minOccurs="0" />
        <xsd:element name="GenderCode" type="GenderCodeType" minOccurs="0" />
        <xsd:element name="EyeColor" type="EyeColorQualifiers" minOccurs="0" />
        <xsd:element name="HairColor" type="HairColorQualifiers" minOccurs="0" />
        <xsd:element name="Height" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="unitOfMeasure" type="xsd:string" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Weight" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="unitOfMeasure" type="xsd:string" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="IdentifyingMarks" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DisabilityInfo" type="DisabilityInfoType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateOfBirth hr:DateOfBirth 0 (1)
MonthDayOfBirth hr:MonthDayOfBirth 0 (1)
Age hr:Age 0 (1)
GenderCode hr:GenderCode 0 (1)
EyeColor hr:EyeColor 0 (1)
HairColor hr:HairColor 0 (1)
Height hr:Height 0 (1)
Weight hr:Weight 0 (1)
IdentifyingMarks hr:IdentifyingMarks 0 unbounded
DisabilityInfo hr:DisabilityInfo 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:BiologicalDescriptors