Definition Type: ComplexType
Name: PositionOrgIndustryType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IndustryCode in schema employmenthistory_xsd Drilldown into IndustryDescription in schema employmenthistory_xsd Drilldown into primaryIndicator in schema employmenthistory_xsdXSD Diagram of PositionOrgIndustryType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionOrgIndustryType">
    <xsd:sequence>
        <xsd:element name="IndustryDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="IndustryCode" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="classificationName" type="xsd:string" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="primaryIndicator" type="xsd:boolean" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IndustryDescription hr:IndustryDescription 0 (1)
IndustryCode hr:IndustryCode 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
primaryIndicator hr:primaryIndicator Required
Collapse Derivation Tree:
Collapse References:
hr:OrgIndustry