Namespace: |
|
Content: |
complex, 9 attributes, 3 elements |
Defined: |
globally in reusable.xsd, see XML source |
Includes: |
definitions of 6 attributes and 1 element |
Used: |
at 4 locations |
| XML Representation Summary | |||||
| <... | |||||
| blankIsMissingValue | = |
xs:boolean | |||
| classificationLevel | = |
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous") | |||
| decimalPositions | = |
xs:integer | |||
| endValue | = |
xs:double | |||
| interval | = |
xs:double | |||
| missingValue | = |
xs:NMTOKENS | |||
| scale | = |
xs:integer | |||
| startValue | = |
xs:double | |||
| type | = |
("BigInteger" | "Integer" | "Long" | "Short" | "Decimal" | "Float" | "Double" | "Count" | "Incremental") | |||
| > | |||||
|
|||||
| </...> | |||||
NumericDomainType (as extension base) |
Type Derivation Tree NumericRepresentationType (extension) |
| <xs:complexType name="NumericRepresentationType"> <xs:complexContent> <xs:sequence> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
decimalPositionsType: |
xs:integer, predefined |
Use: |
optional |
| <xs:attribute name="decimalPositions" type="xs:integer" use="optional"/> |
endValueType: |
xs:double, predefined |
Use: |
optional |
| <xs:attribute name="endValue" type="xs:double" use="optional"/> |
intervalType: |
xs:double, predefined |
Use: |
optional |
| <xs:attribute name="interval" type="xs:double" use="optional"/> |
scaleType: |
xs:integer, predefined |
Use: |
optional |
| <xs:attribute name="scale" type="xs:integer" use="optional"/> |
startValueType: |
xs:double, predefined |
Use: |
optional |
| <xs:attribute name="startValue" type="xs:double" use="optional"/> |
typeType: |
|
Use: |
required |
| enumeration of xs:NMTOKEN |
Enumeration: |
|
| <xs:attribute name="type" type="NumericTypeCodeType" use="required"/> |
Type: |
NumberRangeType, complex content |
| <xs:element maxOccurs="unbounded" minOccurs="0" ref="NumberRange"/> |
| XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |