complexType "CodeDelineationType"
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" |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, CodeDelineationName*, Label*, Description?, CodeListReference?, CodeSubsetInformation? |
|
</...> |
Content Model Elements (16):
-
Agency,
BasedOnReference,
CodeDelineationName,
CodeListReference,
CodeSubsetInformation,
Description,
ID,
Label,
MaintainableObject,
URN,
UserAttributePair,
UserID,
Version,
VersionRationale,
VersionResponsibility,
VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
-
Annotation
Means of describing Codes within a so that they can be reused by multiple variables and questions. In addition to the name, label, and description of the delineation, the structure provides the reference to the CodeList used by the delineation. Note that CodeDelineation allows for defining sub-sets of the full CodeList using the CodeSubsetInformation structure.
Type Derivation Tree CodeDelineationType |
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="CodeDelineationType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 5/16) -
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)
-
A reference to the CodeList included in this delineation using the Reference structure.
XML Source (w/o annotations (1); see within schema source)
-
Allows further specification of the codes to use from the CodeList by defining the level or only the most discrete codes of a hierarchical CodeList, the range of codes to use, or an itemized sub-set.
XML Source (w/o annotations (1); see within schema source)
-
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"/> |