XML Schema Documentation

Complex Type: QueryParameterId

[Table of contents]

Super-types: xsd:normalizedString < QueryParameterId (by extension)
Sub-types: None
Name QueryParameterId
Used by (from the same schema document) Complex Type QueryParameter
Abstract no
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.
XML Instance Representation
<...
queryParameterIdScheme=" xsd:anyURI [1]"
id=" xsd:ID [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="QueryParameterId">
<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>