complexType "NumericRepresentationBaseType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:NMTOKENS |
|
= |
xs:boolean |
|
= |
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous") |
|
= |
xs:string |
|
= |
xs:integer |
|
= |
xs:integer |
|
= |
xs:integer |
|
|
> |
|
|
</...> |
Content Model Elements (4):
-
Known Direct Subtypes (1):
-
All Direct / Indirect Based Elements (3):
-
Known Usage Locations
Annotation
Defines the representation for a numeric response. May be a range or specific value, or a list of ranges.
Type Definition Detail
Type Derivation Tree NumericRepresentationBaseType |
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="NumericRepresentationBaseType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="NumberRange"/> </xs:sequence> <xs:attribute name="format" type="xs:string" use="optional"/> <xs:attribute name="scale" type="xs:integer" use="optional"/> <xs:attribute name="interval" type="xs:integer" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 4/7)
decimalPositions-
Type: |
xs:integer, predefined |
Use: |
optional |
The number of decimal positions expressed as an integer (precision of the number).
XML Source (w/o annotations (1); see within schema source)
format-
Type: |
xs:string, predefined |
Use: |
optional |
A format for number expressed as a string.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="format" type="xs:string" use="optional"/> |
interval-
Type: |
xs:integer, predefined |
Use: |
optional |
The interval between valid responses expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="interval" type="xs:integer" use="optional"/> |
scale-
Type: |
xs:integer, predefined |
Use: |
optional |
The scale of the number expressed as an integer (for example a number expressed in 100's, 5 = 500 would have a scale of 100).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="scale" type="xs:integer" use="optional"/> |
Content Element Detail (all declarations; defined within this component only; 2/4) -
Defines the valid number range or number values for the representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NumberRange"/> |
-
Identification of the numeric type such as integer, decimal, etc. supports the use of an external controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)