Definition Type: ComplexType
Name: DisabilityInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PersonDescriptors.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AccommodationsNeeded in schema persondescriptors_xsd Drilldown into Type in schema persondescriptors_xsd Drilldown into Percentage in schema persondescriptors_xsd Drilldown into LevelOfDisability in schema persondescriptors_xsdXSD Diagram of DisabilityInfoType in schema persondescriptors_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DisabilityInfoType">
    <xsd:sequence>
        <xsd:element name="LevelOfDisability" type="xsd:string" minOccurs="0" />
        <xsd:element name="Percentage" type="xsd:integer" minOccurs="0" />
        <xsd:element name="Type" type="xsd:string" minOccurs="0" />
        <xsd:element name="AccommodationsNeeded" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LevelOfDisability hr:LevelOfDisability 0 (1)
Percentage hr:Percentage 0 (1)
Type hr:Type 0 (1)
AccommodationsNeeded hr:AccommodationsNeeded 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:DisabilityInfo, hr:DisabilityInfo