Definition Type: Element
Name: OrganizationInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LocationSummary in schema payrollbenefitcontributions_xsd Drilldown into Level in schema payrollbenefitcontributions_xsd Drilldown into Name in schema payrollbenefitcontributions_xsd Drilldown into GovernmentId in schema payrollbenefitcontributions_xsd Drilldown into effectiveDate in schema payrollbenefitcontributions_xsdXSD Diagram of OrganizationInformation in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="OrganizationInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="GovernmentId" />
            <xsd:element ref="Name" minOccurs="0" />
            <xsd:element ref="Level" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="LocationSummary" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="effectiveDate" type="LocalDateType" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GovernmentId hr:GovernmentId (1) (1)
Name hr:Name 0 (1)
Level hr:Level 0 unbounded
LocationSummary hr:LocationSummary 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
effectiveDate hr:effectiveDate (Optional)