<xsd:simpleType name="TrailerTypeEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Bunk">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of boat trailer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Roller">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of boat trailer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Pontoon Bunk">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of boat trailer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Pontoon Centerlift">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of boat trailer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Composite Bunk">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of boat trailer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|