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:nonNegativeInteger |  
|  |  =  | xs:decimal |  | 
|     | > | 
|     |  | 
| </...> | 
Known Direct Subtypes (1):
- 
All Direct / Indirect Based Elements (3):
- 
Annotation
Defines the representation for a numeric response. May be a range or specific value, or a list of ranges.
| Type Derivation Tree    NumericRepresentationBaseType | 
XML Source (w/o annotations (8); see within schema source) 
| 
<xs:complexContent>
<xs:extension base="RepresentationType">
</xs:complexContent>
<xs:sequence>
</xs:extension>
<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:nonNegativeInteger" use="optional"/> <xs:attribute name="accuracy" type="xs:decimal" use="optional"/> </xs:complexType> | 
Attribute Detail (all declarations; defined within this component only; 5/8) 
 accuracy
accuracy- 
| Type: | xs:decimal, predefined |  
| Use: | optional |  
 The level to which a number is considered to be accurate. Expressed as a decimal. XML Source (w/o annotations (1); see within schema source) 
| <xs:attribute name="accuracy" type="xs:decimal" use="optional"/> |  
 
 decimalPositions
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
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
interval- 
| Type: | xs:nonNegativeInteger, 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:nonNegativeInteger" use="optional"/> |  
 
 scale
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/5) 
- 
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. The DDI Alliance has provided a controlled vocabulary (NumericType) to support this element at http://www.ddialliance.org/controlled-vocabularies. Simple Content XML Source (w/o annotations (1); see within schema source)