2.2.3.75 CT_OutputParameter
Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application
Referenced by: CT_ParameterValues
Specifies one local variable to store an output parameter value.
Attributes:
LocalVarName: An ST_ObjectName (section 2.2.4.1) attribute that specifies the name of a local variable which is going to store the output parameter value.
Name: An ST_ObjectName (section 2.2.4.1) attribute that specifies the name of the output parameter.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_OutputParameter"> <xsd:attribute name="Name" type="ST_ObjectName" use="required" wbld:cname="Name"/> <xsd:attribute name="LocalVarName" type="ST_ObjectName" use="required" wbld:cname="LocalVarName"/> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).