<xsd:simpleType name="TireTypeEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Radial">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A type tire construction utilizing plies that run radially from bead to bead under the tread. This construction requires a belt to stabilize the tread and define the tire diameter.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Bias-Ply">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A type of tire construction utilizing plies that run diagonally from one bead to the other. One ply is set on a bias in one direction, and succeeding plies are set alternately in opposing directions crossing each other.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|