complexType "TextDelineationType"
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:integer |
|
= |
xs:integer |
|
= |
xs:string |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, TextDelineationName*, Label*, Description? |
|
</...> |
Content Model Elements (14):
-
Agency,
BasedOnReference,
Description,
ID,
Label,
MaintainableObject,
TextDelineationName,
URN,
UserAttributePair,
UserID,
Version,
VersionRationale,
VersionResponsibility,
VersionResponsibilityReference
Known Direct Subtypes (1):
-
All Direct / Indirect Based Elements (5):
-
Annotation
Means of describing text based content used by reference to define Variable Representation and Question Response Domain. Text delineations 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 TextDelineationType |
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="TextDelineationType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> </xs:sequence> <xs:attribute name="maxLength" type="xs:integer" use="optional"/> <xs:attribute name="minLength" type="xs:integer" use="optional"/> <xs:attribute name="reExp" type="xs:string" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 3/9)
maxLength-
Type: |
xs:integer, 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:integer" use="optional"/> |
minLength-
Type: |
xs:integer, 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:integer" use="optional"/> |
reExp-
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="reExp" type="xs:string" use="optional"/> |
Content Element Detail (all declarations; defined within this component only; 3/14) -
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"/> |
-
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)