simpleType "ComputationBaseType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"total"
 - 
All cases, both valid and missing (invalid).
"validOnly"
 - 
Only valid values, missing (invalid) are not included in the calculation.
"missingOnly"
 - 
Only missing (invalid) cases included in the calculation.

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Defines the cases included in determining the statistic.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ComputationBaseType
Derivation:
restriction of xs:string
Facets:
enumeration:
"total"
 - 
All cases, both valid and missing (invalid).
"validOnly"
 - 
Only valid values, missing (invalid) are not included in the calculation.
"missingOnly"
 - 
Only missing (invalid) cases included in the calculation.
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ComputationBaseType">
<xs:restriction base="xs:string">
<xs:enumeration value="total"/>
<xs:enumeration value="validOnly"/>
<xs:enumeration value="missingOnly"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set