<xsd:simpleType name="BrakeTypeEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Drum">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Disk">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/" />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Electric">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/" />
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|