Definition Type: Attribute
Name: serviceFactor
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: hcm-sdt.xsd
ContentType Restriction
Use (Optional)
Documentation:
The service area of the ship and the waves that occur in that area. The service factor should be in the
range of 0.5 to 1.0.
Collapse XSD Schema Diagram:
XSD Diagram of serviceFactor
Collapse XSD Schema Code:
<xs:attribute name="serviceFactor">
    <xs:annotation>
        <xs:documentation source="ISO-10303-218/Section_4.2.35.10" xml:lang="en">The service area of the ship and the waves that occur in that area. The service factor should be in the
								range of 0.5 to 1.0.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:double">
            <xs:minInclusive value="0.5" />
            <xs:maxInclusive value="1.0" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
MaxInclusive 1.0
MinInclusive 0.5