complexType "NumericRepresentationBaseType"
Namespace:
Content:
complex, 7 attributes, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:string
 = 
xs:integer
 = 
xs:integer
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (4):
GenericOutputFormat, NumberRange, NumericTypeCode, RecommendedDataType
Known Direct Subtypes (1):
NumericDomainType
All Direct / Indirect Based Elements (3):
MissingNumericRepresentation, NumericDomain, NumericRepresentation
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 (7); 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: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)
<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: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)
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.
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set