Uses the Component:OccupationABIEType
Occupation for this person.
Table 6.14. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| TypeCode |
The code specifying the type of the occupation. | 0..1 | Field | oag:CodeType | |
| Title |
The occupation title. | 0..* | Field | oag:TextType | |
| Description |
The textual description of the occupation. | 0..* | Field | oag:TextType | |
| Class |
The code specifying the class of the occupation, such as accountancy, banking, car delivery. | 0..1 | Field | oag:CodeType | |
| Ranking |
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 | oag:CodeType | |
| FullTimeIndicator |
The indication of whether or not the occupation is full-time. | 0..1 | Field | oag:IndicatorType | |
| PeriodHeld |
A period of time during which this occupation has been held. | 0..1 | Field | oag:TimePeriodType |
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.19. SpecifiedOccupation
<SpecifiedOccupation>
<TypeCode>......</TypeCode> [0..1]
<Title>......</Title> [0..*]
<Description>......</Description> [0..*]
<Class>......</Class> [0..1]
<Ranking>......</Ranking> [0..1]
<FullTimeIndicator>......</FullTimeIndicator> [0..1]
<PeriodHeld>......</PeriodHeld> [0..1]
</SpecifiedOccupation>