complexType "ManagedNumericRepresentationType"
Namespace:
Content:
complex, 13 attributes, 19 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 6 attributes, 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
 = 
xs:string
 = 
xs:integer
 = 
xs:integer
 = 
xs:nonNegativeInteger
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:decimal
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A means of capturing a managed representation of a numbers (item that are analyzed as numbers) which can be referenced by a variable or question and used as a value representation or response domain. In addition to the name, label, and description of the managed numeric representation, the structure defines the number range of valid values, plus information on the format, scale, number of decimals, and intervals between valid responses within the range.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          ManagedRepresentationType (extension)
              ManagedNumericRepresentationType
XML Source (w/o annotations (14); see within schema source)
<xs:complexType name="ManagedNumericRepresentationType">
<xs:complexContent>
<xs:extension base="ManagedRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedNumericRepresentationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="RecommendedDataType"/>
<xs:element minOccurs="0" ref="GenericOutputFormat"/>
<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="classificationLevel" type="CategoryRelationCodeType" 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; 6/13)
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"/>

classificationLevel
Type:
Use:
optional
Indicates the type of relationship, nominal, ordinal, interval, ratio, or continuous. Use where appropriate for the representation type.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"Nominal"
 - 
A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete.
"Ordinal"
 - 
The categories in the domain have a rank order.
"Interval"
 - 
The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared.
"Ratio"
 - 
The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers.
"Continuous"
 - 
May be used to identify both interval and ratio classification levels, when more precise information is not available.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="classificationLevel" type="CategoryRelationCodeType" 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; 7/19)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the ManagedNumericRepresentation. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

GenericOutputFormat
Type:
CodeValueType, simple content
This field provides a recommended generic treatment of the data for display by an application. The value should come from a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GenericOutputFormat"/>

Label
Type:
LabelType, complex content
A display label for the ManagedNumericRepresentation. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

ManagedNumericRepresentationName
Type:
NameType, complex content
A name for the ManagedNumericRepresentation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedNumericRepresentationName"/>

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"/>

RecommendedDataType
Type:
CodeValueType, simple content
This field provides the recommended treatment of the data within an application. The value should come from a controlled vocabulary - recommended values include the set found in W3C XML Schema Part 2, but excluding string sub-types, QNAME, and NOTATION. The DDI Alliance has provided a controlled vocabulary (DataType) 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="RecommendedDataType"/>

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