3. Content Rule
( #PCDATA )
<if-association> performs a test on the association value of current operation or the current object. The type of test performed depends on the operator specified by the op attribute. The following table shows the type of test performed by each operator.
operator Returns true when... associated
there is an established association for the current object.
available
there is a non-empty association value specified by the current operation.
equal
the association value specified by the current operation is equal to the content of the condition when compared using the specified comparison mode.
Supports variable expansion.
lt
the association value specified by the current operation is less than the content of the condition when compared using the specified comparison mode.
Supports variable expansion.
gt
the association value specified by the current operation is greater than the content of the condition when compared using the specified comparison mode.
Supports variable expansion.
not-associated
associated would return false.
not-available
available would return false.
not-equal
equal would return false.
not-lt
lt would return false.
not-gt
gt would return false.
<if-association op="associated "/> <if-association op="available"/> <if-association mode="case" op="equal">{07414faa-1b38-40ec-8b7c-c20aa21ddafb}</if-association>
- #PCDATA
Attribute Value(s) Default Value disabled true | false
true if this element is disabledfalse mode case | nocase | regex | src-dn | dest-dn | numeric | octet
comparison mode if op implies a comparisoncase notrace true | false
false op associated | available | equal | lt | gt | not-associated | not-available | not-equal | not-lt | not-gt
test operator#REQUIRED
( #PCDATA )
- and
- logical conjunction
- or
- logical disjunction
Top Elements || All Elements || Tree