complexType "NumericRepresentationBaseType"
Namespace:
Content:
complex, 8 attributes, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:string
 = 
xs:integer
 = 
xs:integer
 = 
xs:nonNegativeInteger
 = 
xs:decimal
   
>
   
Content: 
</...>
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
RepresentationType (extension)
  NumericRepresentationBaseType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="NumericRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NumberRange"/>
<xs:element minOccurs="0" ref="NumericTypeCode"/>
</xs:sequence>
<xs:attribute name="format" type="xs:string" use="optional"/>
<xs:attribute name="scale" type="xs:integer" use="optional"/>
<xs:attribute name="decimalPositions" type="xs:integer" use="optional"/>
<xs:attribute name="interval" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="accuracy" type="xs:decimal" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 5/8)
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
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)
<xs:attribute name="decimalPositions" type="xs:integer" use="optional"/>

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: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
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)
NumberRange
Type:
NumberRangeType, complex content
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"/>

NumericTypeCode
Type:
CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="NumericTypeCode"/>

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