Definition Type: ComplexType
Name: OccupationABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Based on the UNCEFACT Occupation Core Component from the CCL 9b
Collapse XSD Schema Diagram:
Drilldown into PeriodHeld in schema components_xsd Drilldown into FullTimeIndicator in schema components_xsd Drilldown into RankingCode in schema components_xsd Drilldown into ClassCode in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Title in schema components_xsd Drilldown into TypeCode in schema components_xsdXSD Diagram of OccupationABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OccupationABIEType">
    <xsd:annotation>
        <xsd:documentation>Based on the UNCEFACT Occupation Core Component from the CCL 9b</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The code specifying the type of the occupation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Title" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The occupation title.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The textual description of the occupation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ClassCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The code specifying the class of the occupation, such as accountancy, banking, car delivery.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="RankingCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The code specifying the relative importance (ranking) of this occupation with respect to the person's other occupations such as main occupation, secondary occupation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="FullTimeIndicator" minOccurs="0" maxOccurs="1" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The indication of whether or not the occupation is full-time.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PeriodHeld" minOccurs="0" maxOccurs="1" type="PeriodABIEType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A period of time during which this occupation has been held.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TypeCode star:TypeCode 0 1
Title star:Title 0 unbounded
Description star:Description 0 unbounded
ClassCode star:ClassCode 0 1
RankingCode star:RankingCode 0 1
FullTimeIndicator star:FullTimeIndicator 0 1
PeriodHeld star:PeriodHeld 0 1
Collapse Derivation Tree:
Collapse References:
star:SpecifiedOccupation