<xsd:simpleType name="BoatLengthContentType">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Length Overall">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The overall length of the boat.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Length Of Deck">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The length of the boat's deck.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Length At Water Line">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The length of the boat at the water line.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Nominal Length">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The nominal or advertised length of the boat.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|