Definition Type: ComplexType
Name: QueryParameter
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A type representing criteria for defining a query portfolio. The criteria are made up of a QueryParameterId, QueryParameterValue and QueryParameterOperator.
Collapse XSD Schema Diagram:
Drilldown into queryParameterOperator in schema fpml-doc-5-10_xsd4 Drilldown into queryParameterValue in schema fpml-doc-5-10_xsd4 Drilldown into queryParameterId in schema fpml-doc-5-10_xsd4XSD Diagram of QueryParameter in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QueryParameter">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type representing criteria for defining a query portfolio. The criteria are made up of a QueryParameterId, QueryParameterValue and QueryParameterOperator.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="queryParameterId" type="QueryParameterId" minOccurs="0" />
        <xsd:element name="queryParameterValue" type="NormalizedString" minOccurs="0" />
        <xsd:element name="queryParameterOperator" type="QueryParameterOperator" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
queryParameterId nsE:queryParameterId 0 (1)
queryParameterValue nsE:queryParameterValue 0 (1)
queryParameterOperator nsE:queryParameterOperator 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:queryParameter