nlets:AgencyServiceHoursCodeSimpleType
simpleType AgencyServiceHoursCodeSimpleType in namespace http://release.niem.gov/niem/codes/nlets/4.0/
Definition
A data type for the availability of an agency.
Diagram
Enumerations
Value | Definition |
A | 24 hr service w/terminal. |
B | Not 24 hr service w/terminal. |
C | 24 hr service, w/o terminal. |
D | Not 24 hr service, w/o terminal. |
XML Schema
<xs:simpleType name="AgencyServiceHoursCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the availability of an agency.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
24 hr service w/terminal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Not 24 hr service w/terminal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
24 hr service, w/o terminal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Not 24 hr service, w/o terminal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>