group "FixedIncomeSecurityContent.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
(issuerName | issuerPartyReference)?, seniority?, couponType?, couponRate?, maturity?
Content Model Elements (6):
couponRate,
couponType,
issuerName,
issuerPartyReference (defined in FixedIncomeSecurityContent.model group),
maturity (defined in FixedIncomeSecurityContent.model group),
seniority (defined in FixedIncomeSecurityContent.model group)
Known Usage Locations
Annotation
A group that specifies Bond Content elements.
XML Source (w/o annotations (6); see within schema source)
<xsd:group name="FixedIncomeSecurityContent.model">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="issuerName" type="String"/>
<xsd:element name="issuerPartyReference" type="PartyReference"/>
</xsd:choice>
<xsd:element minOccurs="0" name="seniority" type="CreditSeniority"/>
<xsd:element minOccurs="0" name="couponType" type="CouponType"/>
<xsd:element minOccurs="0" name="couponRate" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="maturity" type="xsd:date"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/6)
couponRate
Type:
xsd:decimal, predefined, simple content
Specifies the coupon rate (expressed in percentage) of a fixed income security or convertible bond.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="couponRate" type="xsd:decimal"/>

couponType
Type:
CouponType, simple content
Specifies if the bond has a variable coupon, step-up/down coupon or a zero-coupon.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="couponType" type="CouponType"/>

issuerName
Type:
String, simple content
Simple Content
xsd:string
maxLength:
255
XML Source (see within schema source)
<xsd:element name="issuerName" type="String"/>

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

maturity
Type:
xsd:date, predefined, simple content
The date when the principal amount of a security becomes due and payable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="maturity" type="xsd:date"/>

seniority
Type:
CreditSeniority, simple content
The repayment precedence of a debt instrument.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="seniority" type="CreditSeniority"/>

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.