<xsd:simpleType name="BoatCategoryContentType">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Power">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A boat propelled by an internal-combustion engine</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fish">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A vessel for fishing;</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Sail">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A boat which uses the wind as its primary means of propulsion.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Personal Water Craft">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Personal Water Craft or PWC is a power driven ship that- has a fully enclosed hull; and does not take on water if capsized; and is designed to be operated by a person standing, sitting astride, or kneeling on it, but not seated within it</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Small Boats">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Dinghies, rafts, kayaks, canoes, row boats and other forms of smaller floatable vessels.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Commercial">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A vessel used for commerce, for-profit activities, or trade.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|