(Supporting ADX v03.1.00) Owner's manual

Table Of Contents
Brocade Virtual ADX Graphical User Interface Guide 287
53-1003242-01
XML schema element reference
B
CSW request rules schema elements
TABLE 95 CSW request rules schema elements
Element Type Description Rules / Notes
csw.requestRules container A collection of Request Rules Optional
requestRules.requestRule container A single Request Rule Multiple "requestRule" elements
are allowed; unlimited except for
available dynamically-allocated
memory
requestRule.name string The Request Rule name 80 characters maximum
requestRule.type enumerated
string
The Request Rule type
header
method
nested-content-rule
nested-rule
tcp-content
udp-content
url
version
xml
requestRule.context string The context in which to create
the rule
If unspecified, "default" context is
used; optional
requestRule.details container The Request Rule details Must contain exactly one of the
following sub-elements, based
on the "type":
header
method
nested
tcpContent
udpContent
url
version
xmlTag
details.header container The details for "header"-type
rules
header.headerName string The name of a header 255 characters maximum
header.operation enumerated
string
The kind of test operation to
perform on the header
equals
exists
pattern
prefix
search
suffix
header.value string The value to test for in the
operation
Required for all operation types
except "exists"
details.method container The details for "method"-type
rules
method.methodName string The name of a method 255 characters maximum