CodeListSet
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:CodeListSetDocument
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User annotation information.
- Identification [1..1] Identification and location information (metadata).
- Choice [0..*]
from group gc:DocumentHeaderfrom group gc:CodeListSetChoice
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
<CodeListSet> <Annotation> <Description> <!--any element--> </Description> <AppInfo> <!--any element--> </AppInfo> </Annotation> <Identification> <ShortName>token</ShortName> <LongName>normalizedString</LongName> <Version>token</Version> <CanonicalUri>http://www.example.com/</CanonicalUri> <CanonicalVersionUri>http://www.example.com/</CanonicalVersionUri> <LocationUri>http://www.example.com/</LocationUri> <AlternateFormatLocationUri>http://www.example.com/</AlternateFormatLocationUri> <Agency> <ShortName>token</ShortName> <LongName>normalizedString</LongName> <Identifier>normalizedString</Identifier> </Agency> </Identification> <CodeListRef> <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> </CodeListRef> </CodeListSet>