scr:ElectronicAddressCategoryCodeSimpleType
simpleType ElectronicAddressCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of electronic address.
Diagram
Enumerations
Value | Definition |
IP | IP |
Web | Web |
XML Schema
<xs:simpleType name="ElectronicAddressCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of electronic address.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Email">
<xs:annotation>
<xs:documentation>
Email</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IP">
<xs:annotation>
<xs:documentation>
IP</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Web">
<xs:annotation>
<xs:documentation>
Web</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>