diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-14 21:29:04 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-14 21:29:04 +0200 |
commit | b9da2d88e21e5edda04e928352b45d203147be26 (patch) | |
tree | 2b62b862abe546d87e016a45e2df74d3ea7ba7a4 /xsd | |
parent | ee62dd01720c8481599a717d067014164af7e096 (diff) | |
download | ee-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.xsd | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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"/> |