Set or modify a named parameter. (Be aware of the data type).
<xsd:complexType name="ParameterAction"> <xsd:choice> <xsd:element name="SetAction" type="ParameterSetAction"/> <xsd:element name="ModifyAction" type="ParameterModifyAction"/> </xsd:choice> <xsd:attribute name="parameterRef" type="String" use="required"/> </xsd:complexType>
To XSD To XSLT To XSD Tree