(Supporting ADX v03.1.00) Owner's manual

Table Of Contents
264 Brocade Virtual ADX Graphical User Interface Guide
53-1003242-01
XML schema element reference
B
Example XML content: Top-level schema elements
Variable schema elements
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<name>Test Everything</name>
<description>Everything under the sun</description>
<templateVersion>1.5</templateVersion>
<minimumPlatformVersion>12.6.0</minimumPlatformVersion>
<variables>
<!-- variables are defined here, omitted for brevity -->
</variables>
<system>
<!-- system settings are defined here, omitted for brevity -->
</system>
<network>
<!-- network settings are defined here, omitted for brevity -->
</ network >
<slb>
<reals>
<!-- real servers and their ports are defined here, omitted for brevity -->
</reals>
<virtuals>
<!-- virtual servers, ports and bindings are defined here, omitted for brevity -->
</virtuals>
<csw>
<!-- rules, policies and scripts are defined here, omitted for brevity` -->
</csw>
</slb>
<cli>
<!-CLI commands are defined here, omitted for brevity -->
</cli >
</ADXTemplate>
TABLE 88 Variable schema elements
Element Type Description Rules / Notes
ADXTemplate.variables container A collection of "variable" and
"variableGroup" items
These variables allow late binding of
user input, optional
variables.variable container A single variable Multiple "variable" elements are
allowed; unlimited except for available
dynamically-allocated memory
variable.variableName string The variable name All variable names must be unique,
including those inside a
"variableGroup"