<xsd:simpleType name="WindlassTypeCodeContentType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
The type of apparatus used to move weights
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Hydraulic">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Moved by, or operated by a fluid, especially water, under pressure.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Electric">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Powered by or operated by electricity</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Manual">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Manual</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|