complexType "CodeDelineationType"
Namespace:
Content:
complex, 6 attributes, 16 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 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"
    >
   
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):
CodeDelineation
Known Usage Locations
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 Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      VersionableType (extension)
          CodeDelineationType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="CodeDelineationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeDelineationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="CodeListReference"/>
<xs:element minOccurs="0" ref="CodeSubsetInformation"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/16)
CodeDelineationName
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="CodeDelineationName"/>

CodeListReference
Type:
ReferenceType, complex content
A reference to the CodeList included in this delineation using the Reference structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CodeListReference"/>

CodeSubsetInformation
Type:
CodeSubsetInformationType, complex content
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)
<xs:element minOccurs="0" ref="CodeSubsetInformation"/>

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"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set