aboutsummaryrefslogtreecommitdiff
path: root/xsd/ee.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/ee.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"/>