complexType "ManagedTextRepresentationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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:nonNegativeInteger |
|
= |
xs:nonNegativeInteger |
|
= |
xs:string |
|
= |
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous") |
|
|
> |
|
Content: |
( URN | ( Agency, ID, Version))[1..2], UserID*, UserAttributePair*, ( VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnObject?, RelatedOtherMaterialReference*, MaintainableObject?, ManagedTextRepresentationName*, Label*, Description?, RecommendedDataType?, GenericOutputFormat? |
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
Means of describing text based content used by reference to define Variable Representation and Question Response Domain. Text Representations cover all non-code and non-category representations/response domains that should be treated or analyzed as characters regardless of whether the character is a number or a letter. In addition to the name, label, and description, the scheme defines the maximum and minimum length of the allowed text and allows for the use of a regular expression to further define the valid content.
Type Derivation Tree
ManagedTextRepresentationType
|
XML Source (w/o annotations (10); see within schema source)
<xs:complexContent>
<xs:extension base="ManagedRepresentationType">
<xs:sequence>
</xs:sequence>
<xs:attribute name="maxLength" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="minLength" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 4/11)
classificationLevel
-
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)
maxLength
-
Type: |
xs:nonNegativeInteger, predefined |
Use: |
optional |
The maximum number of characters allowed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="maxLength" type="xs:nonNegativeInteger" use="optional"/>
|
minLength
-
Type: |
xs:nonNegativeInteger, predefined |
Use: |
optional |
The minimum number of characters allowed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="minLength" type="xs:nonNegativeInteger" use="optional"/>
|
regExp
-
Type: |
xs:string, predefined |
Use: |
optional |
A regular expression limiting the allowed characters or character order of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>
|
Content Element Detail (all declarations; defined within this component only; 5/17)
-
A description of the content and purpose of the ManagedTextRepresentation. 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)
-
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
XML Source (w/o annotations (1); see within schema source)
-
A display label for the ManagedTextRepresentation. 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"/>
|
-
A name for the ManagedTextRepresentation. 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)
-
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
XML Source (w/o annotations (1); see within schema source)