nc:ContactInformationAvailabilityCodeSimpleType
simpleType ContactInformationAvailabilityCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a period of time or a situation in which an entity is available to be contacted with the given contact information.
Diagram
Enumerations
Value | Definition |
day | Daytime |
emergency | Emergency |
evening | Late day or early night |
night | Late night |
primary | Primary |
secondary | Secondary or alternate |
XML Schema
<xs:simpleType name="ContactInformationAvailabilityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a period of time or a situation in which an entity is available to be contacted with the given contact information.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="day">
<xs:annotation>
<xs:documentation>
Daytime</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="emergency">
<xs:annotation>
<xs:documentation>
Emergency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="evening">
<xs:annotation>
<xs:documentation>
Late day or early night</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="night">
<xs:annotation>
<xs:documentation>
Late night</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 or alternate</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>