complexType "NumericDelineationType"
Namespace:
Content:
complex, 10 attributes, 16 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 attributes, 5 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:string
 = 
xs:integer
 = 
xs:integer
 = 
xs:integer
    >
   
Content: 
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, NumericDelineationName*, Label*, Description?, NumberRange?, NumericTypeCode?
</...>
Content Model Elements (16):
Agency, BasedOnReference, Description, ID, Label, MaintainableObject, NumberRange, NumericDelineationName, NumericTypeCode, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
NumericDelineation
Known Usage Locations
Annotation
A means of capturing the delineation of a Numeric (item that are analyzed as numbers) referenced by a value representation or response domain used by a variable or question. In addition to the name, label, and description of the delineation, the structure defines the number range or 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
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      VersionableType (extension)
          NumericDelineationType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="NumericDelineationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NumericDelineationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element 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/10)
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; 5/16)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the delineation. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

Label
Type:
LabelType, complex content
A display label for the delineation. May be expressed in multiple languages. 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"/>

NumberRange
Type:
NumberRangeType, complex content
Defines the valid number range or number values for the delineation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="NumberRange"/>

NumericDelineationName
Type:
NameType, complex content
A name for the delineation. 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="NumericDelineationName"/>

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 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set