Definition Type: ComplexType
Name: QueryParameterOperator
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:Scheme
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A type representing an operator describing the relationship of a value to its corresponding identifier for a parameter describing a query portfolio. Possible relationships include equals, not equals, less than, greater than. Possible operators are listed in the queryParameterOperatorScheme.
Collapse XSD Schema Diagram:
Drilldown into id in schema fpml-doc-5-10_xsd4 Drilldown into queryParameterOperatorScheme in schema fpml-doc-5-10_xsd4XSD Diagram of QueryParameterOperator in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QueryParameterOperator">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type representing an operator describing the relationship of a value to its corresponding identifier for a parameter describing a query portfolio. Possible relationships include equals, not equals, less than, greater than. Possible operators are listed in the queryParameterOperatorScheme.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="Scheme">
            <xsd:attribute name="queryParameterOperatorScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/query-parameter-operator" />
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
queryParameterOperatorScheme nsE:queryParameterOperatorScheme http://www.fpml.org/coding-scheme/query-parameter-operator (Optional)
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:queryParameterOperator