complexType "TradeLegPriceChange"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
priceChange
Known Usage Locations
Annotation
A structure describing a change to the size of a single leg or stream of a trade.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="TradeLegPriceChange">
<xsd:sequence>
<xsd:choice>
<xsd:element name="priceReference" type="Reference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="instrumentId" type="InstrumentId"/>
</xsd:choice>
<xsd:element name="priceChangeAmount" type="xsd:decimal"/>
<xsd:element name="newPrice" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
instrumentId
Type:
InstrumentId, simple content
Identification of the underlying asset, using public and/or private identifiers.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="instrumentId" type="InstrumentId"/>

newPrice
Type:
xsd:decimal, predefined, simple content
XML Source (see within schema source)
<xsd:element name="newPrice" type="xsd:decimal"/>

priceChangeAmount
Type:
xsd:decimal, predefined, simple content
XML Source (see within schema source)
<xsd:element name="priceChangeAmount" type="xsd:decimal"/>

priceReference
Type:
Reference, empty content
XML Source (see within schema source)
<xsd:element name="priceReference" type="Reference"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.