cva:ContextValueAssociation
The entire set is an expression of context/value constraints
Rule: A context/value association file must not violate the W3C Schema XSD constraints expressed in the
ContextValueAssociation.xsd
associated with this version of the XML vocabulary.Rule: An application must report violations of document-level constraints.
Element information
Namespace: http://docs.oasis-open.org/codelist/ns/ContextValueAssociation/1.0/
Schema document: ContextValueAssociation.xsd
Type: cva:ContextValueAssociation
Properties: Global, Qualified
Content
- Sequence [1..1]
- Annotation [0..1]
- Title [0..1]
- Include [0..*]
- ValueTests [0..1]
- ValueLists [0..1]
- InstanceMetadataSets [0..1]
- Contexts [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:string | ||
name | [1..1] | cva:NameToken | ||
version | [0..1] | xsd:string | ||
queryBinding | [0..1] | cva:NameToken | ||
xml:base | [0..1] | xsd:anyURI |
Sample instance
<cva:ContextValueAssociation name="NMTOKEN"> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <Title>Any text, intermingled with: <!--any element--> </Title> <Include uri="http://www.example.com/"> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> </Include> <ValueTests> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <ValueTest xml:id="ID" test="string"> <Annotation>... </Annotation> </ValueTest> </ValueTests> <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>... </Annotation> <Identification>... </Identification> </ValueList> </ValueLists> <InstanceMetadataSets> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <InstanceMetadataSet xml:id="ID"> <Annotation>... </Annotation> <InstanceMetadata address="string" identification="string">... </InstanceMetadata> </InstanceMetadataSet> </InstanceMetadataSets> <Contexts> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <Context address="string" values="IDREFS"> <Annotation>... </Annotation> <Message>Any text, intermingled with: <!--any element--> </Message> </Context> </Contexts> </cva:ContextValueAssociation>