Skip to content

Commit

Permalink
Bumped version to 1.8.7 and added comment for SALECD in oddb2xml.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Aug 5, 2014
1 parent adae56c commit 13cd154
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 1.8.7 / 05.08.2014

* Documented meaning of SALECD field oddb2xml.xsd

=== 1.8.6 / 04.08.2014

* Always fetch additionals (price) information from ZurRose
Expand Down
2 changes: 1 addition & 1 deletion lib/oddb2xml/version.rb
@@ -1,3 +1,3 @@
module Oddb2xml
VERSION = "1.8.6"
VERSION = "1.8.7"
end
8 changes: 8 additions & 0 deletions oddb2xml.xsd
Expand Up @@ -158,6 +158,14 @@
</xs:element>
<xs:element name="SALECD">
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="de">
Bedeutung ist 'A' = Aktiv,'I' = inaktiv == Ausser Handel
</xs:documentation>
<xs:documentation xml:lang="en">
meaning is 'A' = active,'I' = inactive == out of trade
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="A" />
<xs:enumeration value="I" />
Expand Down

0 comments on commit 13cd154

Please sign in to comment.