simpleType "CommonalityWeightType"
Namespace:
Defined:
globally in comparative.xsd; see XML source
Used:
Simple Content Model
xs:float
Simple Content Restrictions:
MaxInclusive:
1
Identical
MinInclusive:
0
No commonality

All Direct / Indirect Based Elements (1):
CommonalityWeight
Known Usage Locations
Annotation
A value between 0 and 1 expressing the degree of commonality (0 indicates none, 1 indicates that they are identical).
Type Definition Detail
Type Derivation Tree
xs:float (restriction)
  CommonalityWeightType
Derivation:
restriction of xs:float
Facets:
maxInclusive:
1
Identical
minInclusive:
0
No commonality
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="CommonalityWeightType">
<xs:restriction base="xs:float">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set