complexType "ActualPrice"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
amount (defined in ActualPrice complexType),
currency (defined in ActualPrice complexType),
All Direct / Indirect Based Elements (2):
grossPrice, netPrice
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ActualPrice">
<xsd:sequence>
<xsd:element minOccurs="0" name="currency" type="Currency"/>
<xsd:element name="amount" type="xsd:decimal"/>
<xsd:element name="priceExpression" type="PriceExpressionEnum"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
amount
Type:
xsd:decimal, predefined, simple content
Specifies the net price amount. In the case of a fixed income security or a convertible bond, this price includes the accrued interests.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="xsd:decimal"/>

currency
Type:
Currency, simple content
Specifies the currency associated with the net price. This element is not present if the price is expressed in percentage terms (as specified through the priceExpression element).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currency" type="Currency"/>

priceExpression
Type:
PriceExpressionEnum, simple content
Specifies whether the price is expressed in absolute or relative terms.
Simple Content
enumeration of xsd:token
Enumeration:
"AbsoluteTerms"
 - 
The price is expressed as an absolute amount.>
"PercentageOfNotional"
 - 
The price is expressed in percentage of the notional amount.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="priceExpression" type="PriceExpressionEnum"/>

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.