<xsd:simpleType name="BoatDraftContentType">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Max Draft">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Maximum Draft</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Drive Up">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Draft with engine up.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Drive Down">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Draft with engine down.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Keel Up">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Draft with keel up.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Keel Down">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Draft with keel down.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|