ValueList
Element information
Namespace: None
Schema document: ContextValueAssociation.xsd
Type: cva:ValueList
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1]
- Identification [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:id | [1..1] | xsd:ID | ||
xml:base | [0..1] | xsd:anyURI | ||
uri | [1..1] | cva:anyCodeListUri | ||
masqueradeUri | [0..1] | cva:anyCodeListUri | ||
key | [0..1] | cva:NameToken |
Used in
- Type cva:ValueLists (Element ValueLists)
Sample instance
<ValueList xml:id="ID" uri="http://www.example.com/"> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <Identification> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <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> </ValueList>