aboutsummaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-05-14 21:29:04 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-05-14 21:29:04 +0200
commitb9da2d88e21e5edda04e928352b45d203147be26 (patch)
tree2b62b862abe546d87e016a45e2df74d3ea7ba7a4 /xsd
parentee62dd01720c8481599a717d067014164af7e096 (diff)
downloadee-python-b9da2d88e21e5edda04e928352b45d203147be26.tar.gz
ee-python-b9da2d88e21e5edda04e928352b45d203147be26.tar.bz2
ee-python-b9da2d88e21e5edda04e928352b45d203147be26.tar.xz
ee-python-b9da2d88e21e5edda04e928352b45d203147be26.zip
ee.xsd:
o Removing distributor info, wasn't useful. o Removing part type, using a fact instead. part-search-list: o Putting in some smart rules about values for parts. Might be too smart for its own good. o Removing duplication checking, that is up to the searcher to decide.
Diffstat (limited to 'xsd')
-rw-r--r--xsd/ee.xsd9
1 files changed, 0 insertions, 9 deletions
diff --git a/xsd/ee.xsd b/xsd/ee.xsd
index 32c97b3..6b7260b 100644
--- a/xsd/ee.xsd
+++ b/xsd/ee.xsd
@@ -46,12 +46,9 @@ TODO: rename 'id' to 'url'.
<xs:complexType name="Part">
<xs:sequence>
<xs:element name="supplier" type="xs:anyURI" minOccurs="0"/>
- <!-- TODO: this should be a fact -->
- <xs:element name="part-type" type="xs:anyURI"/>
<xs:element name="description" type="xs:string"/>
<xs:element name="links" type="LinkList"/>
<xs:element name="references" type="ReferenceList"/>
- <xs:element name="distributor-info" type="DistributorInfo"/>
<xs:element name="facts" type="FactList"/>
<xs:element name="price-breaks" type="PriceBreakList"/>
</xs:sequence>
@@ -114,12 +111,6 @@ TODO: rename 'id' to 'url'.
</xs:sequence>
</xs:complexType>
- <xs:complexType name="DistributorInfo">
- <xs:sequence>
- <xs:element name="state" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
-
<xs:complexType name="Amount">
<xs:attribute name="value" use="required"/>
<xs:attribute name="currency"/>