complexType "NumericDelineationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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):
-
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 Derivation Tree NumericDelineationType |
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="NumericDelineationType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> </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: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)
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) -
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)
-
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"/> |
-
Defines the valid number range or number values for the delineation.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
Identification of the numeric type such as integer, decimal, etc. supports the use of an external controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)