ColumnSetRef
Reference to a column set defined in an external column set or code list document.
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:ColumnSetRef
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User annotation for the referenced column set.
- CanonicalVersionUri [1..1] Canonical URI which serves as a unique identifier for this version.
- LocationUri [0..*] Suggested retrieval location for this version, in genericode format.
from group gc:IdentificationRefUriSet
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:base | [0..1] | xsd:anyURI | Base URL which applies to relative location URIs. |
Used in
- Group gc:ColumnSetChoice
- Type gc:CodeListDocument via reference to gc:ColumnSetChoice (Element gc:CodeList)
Sample instance
<ColumnSetRef> <Annotation> <Description> <!--any element--> </Description> <AppInfo> <!--any element--> </AppInfo> </Annotation> <CanonicalVersionUri>http://www.example.com/</CanonicalVersionUri> <LocationUri>http://www.example.com/</LocationUri> </ColumnSetRef>