complexType "Cash"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
cash
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Asset (extension)
  Cash
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Cash">
<xsd:complexContent>
<xsd:extension base="Asset">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="instrumentId" type="InstrumentId"/>
<xsd:element minOccurs="0" name="description" type="String"/>
<xsd:element name="currency" type="Currency"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
currency
Type:
Currency, simple content
The currency in which an amount is denominated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency" type="Currency"/>

description
Type:
String, simple content
Long name of the underlying asset.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="String"/>

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"/>

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.