nlets:AgencyServiceHoursCodeSimpleType

simpleType AgencyServiceHoursCodeSimpleType in namespace http://release.niem.gov/niem/codes/nlets/5.0/

Definition

A data type for the availability of an agency.

Diagram

Enumerations

ValueDefinition
A24 hr service w/terminal.
BNot 24 hr service w/terminal.
C24 hr service, w/o terminal.
DNot 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: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>