simpleType "IsComprehensiveType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"True"
 - 
True, the values are comprehensive.
"False"
 - 
False, the values are not comprehensive, some possible values have not been included. These should be treated as a specified sub-set of the parent.
"Unknown"
 - 
Unknown, the documentation is lacking to make an assertion as to whether the values listed are comprehensive.

All Direct / Indirect Based Attributes (1):
CodeType/@isComprehensive
Known Usage Locations
Annotation
Indicates the values are comprehensive, they cover all possible values. If the data collected for these values is additive the sum of the values should equal the value of the parent.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  IsComprehensiveType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"True"
 - 
True, the values are comprehensive.
"False"
 - 
False, the values are not comprehensive, some possible values have not been included. These should be treated as a specified sub-set of the parent.
"Unknown"
 - 
Unknown, the documentation is lacking to make an assertion as to whether the values listed are comprehensive.
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="IsComprehensiveType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="True"/>
<xs:enumeration value="False"/>
<xs:enumeration value="Unknown"/>
</xs:restriction>
</xs:simpleType>

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