ndex:BicycleCategoryCodeSimpleType
simpleType BicycleCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the type of bicycle.
Diagram
Enumerations
Value | Definition |
BICYCLE | Bicycle |
BICYCLE SHOCK | Bicycle Shock |
BICYCLE_TANDEM | Bicycle_Tandem |
BICYCLE_TRAILER | Bicycle_Trailer |
TRICYCLE | Tricycle |
UNICYCLE | Unicycle |
XML Schema
<xs:simpleType name="BicycleCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of bicycle.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BICYCLE">
<xs:annotation>
<xs:documentation>
Bicycle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BICYCLE SHOCK">
<xs:annotation>
<xs:documentation>
Bicycle Shock</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BICYCLE_TANDEM">
<xs:annotation>
<xs:documentation>
Bicycle_Tandem</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BICYCLE_TRAILER">
<xs:annotation>
<xs:documentation>
Bicycle_Trailer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRICYCLE">
<xs:annotation>
<xs:documentation>
Tricycle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNICYCLE">
<xs:annotation>
<xs:documentation>
Unicycle</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>