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

ValueDefinition
0No
1Yes, School Bus Directly Involved
2Yes, 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: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>