Definition Type: ComplexType
Name: OrganizationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Organization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema organization_xsd Drilldown into OrganizationalUnit in schema organization_xsd Drilldown into RelatedOrganization in schema organization_xsd Drilldown into ContactInfo in schema organization_xsd Drilldown into WorkSite in schema organization_xsd Drilldown into Description in schema organization_xsd Drilldown into Headcount in schema organization_xsd Drilldown into IndustryCode in schema organization_xsd Drilldown into LegalClassification in schema organization_xsd Drilldown into DoingBusinessAs in schema organization_xsd Drilldown into InternetDomainName in schema organization_xsd Drilldown into ValueStatement in schema organization_xsd Drilldown into MissionStatement in schema organization_xsd Drilldown into Stock in schema organization_xsd Drilldown into IsPublicCompany in schema organization_xsd Drilldown into DunsNumber in schema organization_xsd Drilldown into LegalId in schema organization_xsd Drilldown into TaxId in schema organization_xsd Drilldown into OrganizationId in schema organization_xsd Drilldown into OrganizationName in schema organization_xsdXSD Diagram of OrganizationType in schema organization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OrganizationType">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="TaxId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="LegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DunsNumber" type="DunsNumberDataType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="IsPublicCompany" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="Stock" type="StockType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MissionStatement" type="xsd:string" minOccurs="0" />
        <xsd:element name="ValueStatement" type="xsd:string" minOccurs="0" />
        <xsd:element name="InternetDomainName" type="InternetDomainNameType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DoingBusinessAs" type="LanguageDependentTextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="LegalClassification" type="OrganizationLegalClassificationType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="IndustryCode" type="IndustryCodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Headcount" type="xsd:nonNegativeInteger" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <xsd:element name="WorkSite" type="WorkSiteType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactInfo" type="OrganizationContactType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="RelatedOrganization" type="RelatedOrganizationType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OrganizationalUnit" type="OrganizationalUnitType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
OrganizationId hr:OrganizationId 0 unbounded
TaxId hr:TaxId 0 unbounded
LegalId hr:LegalId 0 unbounded
DunsNumber hr:DunsNumber 0 unbounded
IsPublicCompany hr:IsPublicCompany 0 (1)
Stock hr:Stock 0 unbounded
MissionStatement hr:MissionStatement 0 (1)
ValueStatement hr:ValueStatement 0 (1)
InternetDomainName hr:InternetDomainName 0 unbounded
DoingBusinessAs hr:DoingBusinessAs 0 unbounded
LegalClassification hr:LegalClassification 0 unbounded
IndustryCode hr:IndustryCode 0 unbounded
Headcount hr:Headcount 0 (1)
Description hr:Description 0 (1)
WorkSite hr:WorkSite 0 unbounded
ContactInfo hr:ContactInfo 0 unbounded
RelatedOrganization hr:RelatedOrganization 0 unbounded
OrganizationalUnit hr:OrganizationalUnit 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Brokerhr:Organization, hr:Organization, hr:RelatedOrganizationType,