scr:ElectronicAddressCategoryCodeSimpleType

simpleType ElectronicAddressCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/5.0/

Definition

A data type for a kind of electronic address.

Diagram

Enumerations

ValueDefinition
EmailEmail
IPIP
WebWeb

XML Schema

<xs:simpleType name="ElectronicAddressCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of electronic address.
</xs:documentation>
</xs:annotation>
<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>