Definition Type: ComplexType
Name: OrganizationLegalClassificationType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Organization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ownership in schema organization_xsd Drilldown into countryCode in schema organization_xsdXSD Diagram of OrganizationLegalClassificationType in schema organization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OrganizationLegalClassificationType">
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="countryCode" type="CountryCodeType" use="required" />
            <xsd:attribute name="ownership" type="OrganizationLegalOwnershipType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
countryCode hr:countryCode Required
ownership hr:ownership Optional
Collapse Derivation Tree:
Collapse References:
hr:LegalClassification