<xs:element name="Variable" type="VariableDeclarationType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Variable element declares a variable and sets its initial value.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of variables in the set.
Source
<xs:complexType name="LocalVariablesType"><xs:annotation><xs:documentation>The LocalVariablesType is a set of variable declarations. The variables are local to the plan.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Variable" type="VariableDeclarationType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Variable element declares a variable and sets its initial value.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of variables in the set.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of variables in the set.</xs:documentation></xs:annotation></xs:attribute>