Definition Type: ComplexType
Name: InsuranceConsiderationsType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Insurance. Considerations Specifies types of insurance required by the candidate or offered by the hiring company.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into InsuranceTypeCode in schema fields_xsd Drilldown into InsuranceProvidedIndicator in schema fields_xsdXSD Diagram of InsuranceConsiderationsType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="InsuranceConsiderationsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Insurance. Considerations</ccts:DictionaryEntryName>
            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Specifies types of insurance required by the candidate or offered by the hiring company.</ccts:Definition>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="InsuranceProvidedIndicator" minOccurs="0" />
        <xsd:element ref="InsuranceTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InsuranceProvidedIndicator nsA:InsuranceProvidedIndicator 0 (1)
InsuranceTypeCode nsA:InsuranceTypeCode 0 unbounded
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:InsuranceConsiderations