ndex:BicycleCategoryCodeSimpleType

simpleType BicycleCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies the type of bicycle.

Diagram

Enumerations

ValueDefinition
BICYCLEBicycle
BICYCLE SHOCKBicycle Shock
BICYCLE_TANDEMBicycle_Tandem
BICYCLE_TRAILERBicycle_Trailer
TRICYCLETricycle
UNICYCLEUnicycle

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: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>