<xsd:simpleType name="DisplacementMeasureTypeContentType">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Dry Load">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">No load.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Half Load">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">50 percent load</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Full Load">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">100 percent load</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|