Skip to content

Commit 6033d55

Browse files
damienbarkerjenkins
authored andcommitted
QPR-11558 Redemption and PriceType can only have 1 entry in code so change to max occurs =1 and use all node
1 parent 497d8a3 commit 6033d55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xsd/instruments.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,14 +2002,14 @@
20022002
</xs:complexType>
20032003

20042004
<xs:complexType name="bondOptionData">
2005-
<xs:sequence>
2005+
<xs:all>
20062006
<xs:element type="optionData" name="OptionData"/>
20072007
<xs:element ref="strikeGroup"/>
2008-
<xs:element type="xs:string" name="Redemption" maxOccurs="unbounded" minOccurs="0"/>
2009-
<xs:element type="xs:string" name="PriceType" maxOccurs="unbounded" minOccurs="0"/>
2008+
<xs:element type="xs:string" name="Redemption" maxOccurs="1" minOccurs="0"/>
2009+
<xs:element type="xs:string" name="PriceType" maxOccurs="1" minOccurs="0"/>
20102010
<xs:element type="bool" name="KnocksOut" maxOccurs="1" minOccurs="0"/>
20112011
<xs:element type="bondData" name="BondData" minOccurs="1"/>
2012-
</xs:sequence>
2012+
</xs:all>
20132013
</xs:complexType>
20142014

20152015
<xs:complexType name="bondRepoData">

0 commit comments

Comments
 (0)