simpleType SIICouponFrequencyType
type restriction of xs:nonNegativeInteger
properties
base xs:nonNegativeInteger
used by
elements SIIPositionType/InterestRateInstrumentCharacteristics/CouponFrequency SIIPositionType/DerivativeOrConvertible/UnderlyingInstrument/Coupon/CouponFrequency
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
enumeration 4
enumeration 12
annotation
documentation
Coupon Frequency: 0 other than 1 Annual, 2 Semestrial, 4 Quarterly, 12 Monthly
source <xs:simpleType name="SIICouponFrequencyType">
 
<xs:annotation>
   
<xs:documentation>Coupon Frequency: 0 other than 1 Annual, 2 Semestrial, 4 Quarterly, 12 Monthly</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:nonNegativeInteger">
   
<xs:enumeration value="0"/>
   
<xs:enumeration value="1"/>
   
<xs:enumeration value="2"/>
   
<xs:enumeration value="4"/>
   
<xs:enumeration value="12"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy