Definition Type: Element
Name: SocialInsurance
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into LegalDescription in schema humanresource_xsd Drilldown into ReasonForNotParticipating in schema humanresource_xsd Drilldown into IsParticipating in schema humanresource_xsd Drilldown into Type in schema humanresource_xsdXSD Diagram of SocialInsurance in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="SocialInsurance" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Type" type="SocialInsuranceTypeType" />
            <xsd:element name="IsParticipating" type="xsd:boolean" />
            <xsd:element name="ReasonForNotParticipating" type="xsd:string" minOccurs="0" />
            <xsd:element name="LegalDescription" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Type hr:Type (1) (1)
IsParticipating hr:IsParticipating (1) (1)
ReasonForNotParticipating hr:ReasonForNotParticipating 0 (1)
LegalDescription hr:LegalDescription 0 unbounded