Context
Rule: The contexts of a given CVA file are processed in descending priority based on order declared, such that an earlier described context has higher detection priority than those described after it (that is, the following sibling
<Context>
elements). Expressed another way, the document contexts within a given CVA file are processed in descending priority order of being declared.
Element information
Namespace: None
Schema document: ContextValueAssociation.xsd
Type: cva:Context
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1]
- Message [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
metadata | [0..1] | xsd:IDREF | ||
address | [1..1] | cva:QueryAddress | ||
values | [1..1] | xsd:IDREFS | ||
mark | [0..1] | cva:NameToken |
Used in
- Type cva:Contexts (Element Contexts)
Sample instance
<Context address="string" values="IDREFS"> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <Message>Any text, intermingled with: <!--any element--> </Message> </Context>