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):
-
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 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:restriction base="xs:NMTOKEN">
<xs:enumeration value="True"/>
<xs:enumeration value="False"/>
<xs:enumeration value="Unknown"/>
</xs:restriction>
</xs:simpleType>
|