XML Schema Documentation

Complex Type: CouponType

[Table of contents]

Super-types: xsd:normalizedString < CouponType (by extension)
Sub-types: None
Name CouponType
Used by (from the same schema document) Model Group BondContent.model
Abstract no
Documentation Defines a scheme of values for specifiying if the bond has a variable coupon, step-up/down coupon or a zero-coupon.
XML Instance Representation
<...
couponTypeScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CouponType">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="couponTypeScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/coupon-type-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>