Definition Type: ComplexType
Name: QueryParameterId
Namespace: http://www.fpml.org/2004/FpML-4-1
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-doc-4-1.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-1_xsd Drilldown into queryParameterIdScheme in schema fpml-doc-4-1_xsdXSD Diagram of QueryParameterId in schema fpml-doc-4-1_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 nsA:queryParameterIdScheme Required
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:queryParameterId