<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>
|