ValueLists
Element information
Namespace: None
Schema document: ContextValueAssociation.xsd
Type: cva:ValueLists
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1]
- ValueList [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:base | [0..1] | xsd:anyURI |
Used in
- Type cva:ContextValueAssociation (Element cva:ContextValueAssociation)
Sample instance
<ValueLists> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <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>... </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>... </Agency> </Identification> </ValueList> </ValueLists>