scr:AddressCategoryCodeSimpleType
simpleType AddressCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.0/
Definition
A data type describing the kinds of Address types
Diagram
Enumerations
| Value | Definition |
| Electronic | Electronic |
| Geophysical | Geophysical |
| Primary | Primary |
| Secondary | Secondary |
| Temporary | Temporary |
XML Schema
<xs:simpleType name="AddressCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the kinds of Address types</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Electronic">
<xs:annotation>
<xs:documentation>
Electronic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Geophysical">
<xs:annotation>
<xs:documentation>
Geophysical</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Primary">
<xs:annotation>
<xs:documentation>
Primary</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary">
<xs:annotation>
<xs:documentation>
Secondary</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Temporary">
<xs:annotation>
<xs:documentation>
Temporary</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>