scr:OccupationCategoryCodeSimpleType
simpleType OccupationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of occupation.
Diagram
Enumerations
Value | Definition |
Construction Worker | Construction Worker |
Farm Worker | Farmer |
Supermodel | Supermodel |
XML Schema
<xs:simpleType name="OccupationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of occupation.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Construction Worker">
<xs:annotation>
<xs:documentation>
Construction Worker</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Farm Worker">
<xs:annotation>
<xs:documentation>
Farmer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Supermodel">
<xs:annotation>
<xs:documentation>
Supermodel</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>