Definition Type: ComplexType
Name: QueryParameterId
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type representing an identifier for a parameter describing a query portfolio. An identifier can be anything from a product name like swap to a termination date.
Collapse XSD Schema Diagram:
Drilldown into id in schema fpml-doc-4-4_xsd Drilldown into queryParameterIdScheme in schema fpml-doc-4-4_xsdXSD Diagram of QueryParameterId in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QueryParameterId">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type representing an identifier for a parameter describing a query portfolio. An identifier can be anything from a product name like swap to a termination date.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="queryParameterIdScheme" type="xsd:anyURI" use="required" />
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
queryParameterIdScheme fpml:queryParameterIdScheme Required
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:queryParameterId