Definition Type: ComplexType
Name: QueryParameter
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.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-4-4_xsd Drilldown into queryParameterValue in schema fpml-doc-4-4_xsd Drilldown into queryParameterId in schema fpml-doc-4-4_xsdXSD Diagram of QueryParameter in schema fpml-doc-4-4_xsd (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" />
        <xsd:element name="queryParameterValue" type="xsd: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 fpml:queryParameterId (1) (1)
queryParameterValue fpml:queryParameterValue 0 (1)
queryParameterOperator fpml:queryParameterOperator 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:queryParameter