CodeListSetRef
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:CodeListSetRef
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User annotation for the referenced code list set.
- CanonicalUri [1..1] Canonical URI which uniquely identifies all versions (collectively) of the referenced code list set.
- CanonicalVersionUri [0..1] Canonical URI which uniquely identifies a specific version of the referenced code list set.
- LocationUri [0..*] Suggested retrieval location for this code list set, in genericode format.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:base | [0..1] | xsd:anyURI | Base URL which applies to relative location URIs. |
Used in
- Group gc:CodeListSetChoice
- Type gc:CodeListSetDocument via reference to gc:CodeListSetChoice (Elements gc:CodeListSet, CodeListSet)
Sample instance
<CodeListSetRef> <Annotation> <Description> <!--any element--> </Description> <AppInfo> <!--any element--> </AppInfo> </Annotation> <CanonicalUri>http://www.example.com/</CanonicalUri> <CanonicalVersionUri>http://www.example.com/</CanonicalVersionUri> <LocationUri>http://www.example.com/</LocationUri> </CodeListSetRef>