oddb2xml.xsd in oddb2xml-1.8.6 vs oddb2xml.xsd in oddb2xml-1.8.7
- old
+ new
@@ -156,10 +156,18 @@
</xs:restriction>
</xs:simpleType>
</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" />
</xs:restriction>
</xs:simpleType>
@@ -255,9 +263,14 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="NINCD">
<xs:simpleType>
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+ possible values are 10 => BAG-XML (SL/LS), 13 -> MiGel, 20 => (LPPV) Limitation, empty => NonPharma)
+ </xs:documentation>
+ </xs:annotation>
<xs:restriction base="xs:byte">
<xs:enumeration value="10" />
<xs:enumeration value="20" />
<xs:enumeration value="13" />
</xs:restriction>