Skip to content

Commit

Permalink
schema update to v6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h-brandt committed Sep 21, 2017
2 parents 2114fd9 + 8046b8b commit a65b3d3
Show file tree
Hide file tree
Showing 24 changed files with 3,785 additions and 3,896 deletions.
736 changes: 365 additions & 371 deletions schema/EFET-BCN.xsd → schema/CPML-BCN.xsd

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions schema/CPML-CNF.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- V6.4.3-2017-09-19 -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">

<xsd:include schemaLocation="CPML-CoreElements.xsd" />

<xsd:element name="TradeConfirmation">
<xsd:complexType>
<xsd:sequence>
<xsd:group ref="DocumentHeader" />
<xsd:element name="DocumentVersion" type="VersionType" />
<xsd:group ref="ConfirmationDescription" />
</xsd:sequence>
<xsd:attributeGroup ref="SchemaDescription" />
</xsd:complexType>
</xsd:element>
</xsd:schema>
999 changes: 999 additions & 0 deletions schema/CPML-CoreElements.xsd

Large diffs are not rendered by default.

Loading

0 comments on commit a65b3d3

Please sign in to comment.