ndex:BicycleCategoryCodeSimpleType

simpleType BicycleCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.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>