complexType "CollateralValuation"
Namespace:
Content:
complex, 13 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
assetReference (defined in CollateralValuation complexType),
numberOfUnits (defined in UnitContract.model group),
unitPrice (defined in UnitContract.model group),
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
This type is used in Repo trades, to specify the valuation of a specific piece of collateral in the transaction.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="CollateralValuation">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:group ref="BondCollateral.model"/>
<xsd:group ref="UnitContract.model"/>
</xsd:choice>
<xsd:element minOccurs="0" name="assetReference" type="AssetReference"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/13)
assetReference
Type:
AssetReference, empty content
A reference to explicitly identify which asset is being valued.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="assetReference" type="AssetReference"/>

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