Definition Type: SimpleType
Name: positiveValue
Containing Schema: hcm-pdt.xsd
Documentation:
A numeric value that is greater than or equal to zero. It is used for measures which must be positive, e.g. the length of the ship.
Collapse XSD Schema Diagram:
XSD Diagram of positiveValue
Collapse XSD Schema Code:
<xs:simpleType name="positiveValue">
    <xs:annotation>
        <xs:documentation xml:lang="EN">A numeric value that is greater than or equal to zero. It is used for measures which must be positive, e.g. the length of the ship.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:double">
        <xs:minInclusive value="0.0" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinInclusive 0.0
Collapse Derivation Tree:
Collapse References:
blockCoefficientClass, breadth, builtThickness, deadweight, designDraught, designSpeedAhead, designSpeedAstern, height, lenghtClass, lengthOverall, lengthPerpendiculars, lengthSolas, maxDiminution, mouldedBreadth, mouldedDepth, radius, replacementThickness, scantlingsDraught, thickness, tonnagevalue,