em:CheckInOutCodeSimpleType
simpleType CheckInOutCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a code that describes if it is check in or check out
Diagram
Enumerations
Value | Definition |
In | Check In |
Out | Check Out |
XML Schema
<xs:simpleType name="CheckInOutCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that describes if it is check in or check out</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="In">
<xs:annotation>
<xs:documentation>
Check In</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Out">
<xs:annotation>
<xs:documentation>
Check Out</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>