Definition Type: ComplexType
Name: IndOrganizationRefType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: OrganizationalInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LegalId in schema organizationalinfotypes_xsd Drilldown into TaxId in schema organizationalinfotypes_xsd Drilldown into OrganizationId in schema organizationalinfotypes_xsd Drilldown into OrganizationName in schema organizationalinfotypes_xsdXSD Diagram of IndOrganizationRefType in schema organizationalinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndOrganizationRefType">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="TaxId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="LegalId" type="EntityIdType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
OrganizationId hr:OrganizationId 0 (1)
TaxId hr:TaxId 0 (1)
LegalId hr:LegalId 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Employer, hr:IndEmployeeOrganizationRefTypehr:Organization,