Uses the Component:OccupationABIEType
Occupation for this person.
Table 6.22. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| TypeCode | 
                         The code specifying the type of the occupation.  | 0..1 | Field | udt:CodeType | |
| Title | 
                         The occupation title.  | 0..* | Field | udt:TextType | |
| Description | 
                         The textual description of the occupation.  | 0..* | Field | udt:TextType | |
| ClassCode | 
                         The code specifying the class of the occupation, such as accountancy, banking, car delivery.  | 0..1 | Field | udt:CodeType | |
| RankingCode | 
                         The code specifying the relative importance (ranking) of this occupation with respect to the person's other occupations such as main occupation, secondary occupation.  | 0..1 | Field | udt:CodeType | |
| FullTimeIndicator | 
                         The indication of whether or not the occupation is full-time.  | 0..1 | Field | udt:IndicatorType | |
| PeriodHeld | 
                         A period of time during which this occupation has been held.  | 0..1 | Field | PeriodABIEType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.22. SpecifiedOccupation
<SpecifiedOccupation>
     <TypeCode>......</TypeCode>     [0..1]
     <Title>......</Title>     [0..*]
     <Description>......</Description>     [0..*]
     <ClassCode>......</ClassCode>     [0..1]
     <RankingCode>......</RankingCode>     [0..1]
     <FullTimeIndicator>......</FullTimeIndicator>     [0..1]
     <PeriodHeld>......</PeriodHeld>     [0..1]
</SpecifiedOccupation>