XML Schema Documentation

Complex Type: PriceQuoteUnits

[Table of contents]

Super-types: xsd:normalizedString < PriceQuoteUnits (by extension)
Sub-types: None
Name PriceQuoteUnits
Used by (from the same schema document) Model Group QuotationCharacteristics.model
Abstract no
Documentation The units in which a price is quoted.
XML Instance Representation
<...
priceQuoteUnitsScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PriceQuoteUnits">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="priceQuoteUnitsScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/price-quote-units-1-1"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>