2.4.3.5 ReportParameterType

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: ReportParametersType

A ReportParameter element as specified by [MS-RDL] section 2.308.

Child Elements:

DataType : A DataTypeReportParameterType element.

Hidden : A boolean ([XMLSCHEMA2/2] section 3.2.2) element as specified by [MS-RDL] section 2.308.5.

Nullable : A boolean ([XMLSCHEMA2/2] section 3.2.2) element as specified by [MS-RDL] section 2.308.7.

Prompt : A StringLocIDType element as specified by [MS-RDL] section 2.308.8, ReportParameter.Prompt.

Attributes:

Name : A normalizedString ([XMLSCHEMA2/2] section 3.3.1) attribute as specified by [MS-RDL].

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="ReportParameterType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="DataType" wbld:cname="DataType" type="DataTypeReportParameterType"/>
     <xsd:element name="Nullable" wbld:cname="Nullable" type="xsd:boolean" minOccurs="0"/>
     <xsd:element name="Prompt" wbld:cname="Prompt" type="StringLocIDType" minOccurs="0"/>
     <xsd:element name="Hidden" wbld:cname="Hidden" type="xsd:boolean" minOccurs="0"/>
   </xsd:choice>
   <xsd:attribute name="Name" wbld:cname="Name" type="xsd:normalizedString" use="required"/>
 </xsd:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).