Skip to content

Commit 0538cef

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "7108226b8d" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "1847b1fb8f" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
2 parents 755e99b + 1847b1f commit 0538cef

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

xsd/instruments.xsd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,15 @@
845845
<xs:element name="Notionals">
846846
<xs:complexType>
847847
<xs:sequence>
848-
<xs:element type="xs:float" name="Notional" maxOccurs="unbounded"/>
848+
<xs:element name="Notional" maxOccurs="unbounded">
849+
<xs:complexType>
850+
<xs:simpleContent>
851+
<xs:extension base="xs:float">
852+
<xs:attribute name="startDate" type="xs:string" />
853+
</xs:extension>
854+
</xs:simpleContent>
855+
</xs:complexType>
856+
</xs:element>
849857
<xs:element type="fxreset" name="FXReset" minOccurs="0" maxOccurs="unbounded"/>
850858
<xs:element type="exchanges" name="Exchanges" minOccurs="0" maxOccurs="1"/>
851859
</xs:sequence>

0 commit comments

Comments
 (0)