group "BondCollateral.model"
Namespace:
Content:
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
Complex Content Model
Content Model Elements (12):
quantity (defined in BondCollateral.model group),
quantity (defined in BondCollateral.model group),
Known Usage Locations
Annotation
A group which has Collateral elements.
XML Source (w/o annotations (6); see within schema source)
<xsd:group name="BondCollateral.model">
<xsd:sequence>
<!-- <xsd:element name="nominalAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Total nominal amount of the given bonds used as collateral.</xsd:documentation>
<xsd:appinfo>
<view:override view="recordkeeping" minOccurs="1"/>
<view:override view="confirmation" minOccurs="1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
-->
<xsd:choice>
<xsd:sequence>
<xsd:element name="nominalAmount" type="Money"/>
<xsd:element minOccurs="0" name="quantity" type="NonNegativeDecimal"/>
</xsd:sequence>
<xsd:element name="quantity" type="NonNegativeDecimal"/>
</xsd:choice>
<xsd:group minOccurs="0" ref="BondPriceAndYield.model"/>
<xsd:element minOccurs="0" name="accrualsAmount" type="Money"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 4/12)
accrualsAmount
Type:
Money, complex content
Accruals expressed as amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="accrualsAmount" type="Money"/>

nominalAmount
Type:
Money, complex content
Total nominal amount of the security.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="nominalAmount" type="Money"/>

quantity
Type:
NonNegativeDecimal, simple content
The number of units (securities).
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="quantity" type="NonNegativeDecimal"/>

quantity
Type:
NonNegativeDecimal, simple content
The number of units (securities).
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quantity" type="NonNegativeDecimal"/>

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.