Definition Type: ComplexType
Name: OtherBenefitsType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into OtherBenefitsTypeCode in schema fields_xsd Drilldown into OtherBenefitsIndicator in schema fields_xsdXSD Diagram of OtherBenefitsType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OtherBenefitsType">
    <xsd:sequence>
        <xsd:element ref="OtherBenefitsIndicator" minOccurs="0" />
        <xsd:element ref="OtherBenefitsTypeCode" 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
OtherBenefitsIndicator nsA:OtherBenefitsIndicator 0 (1)
OtherBenefitsTypeCode nsA:OtherBenefitsTypeCode 0 unbounded
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:OtherBenefits