mmucc:CrashSchoolBusRelatedCodeSimpleType
simpleType CrashSchoolBusRelatedCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for if a school bus or motor vehicle functioning as a school bus for a school-related purpose is involved in the crash.
Diagram
Enumerations
Value | Definition |
0 | No |
1 | Yes, School Bus Directly Involved |
2 | Yes, School Bus Indirectly Involved |
XML Schema
<xs:simpleType name="CrashSchoolBusRelatedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for if a school bus or motor vehicle functioning as a school bus for a school-related purpose is involved in the crash.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Yes, School Bus Directly Involved</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Yes, School Bus Indirectly Involved</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>