diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-20 15:30:05 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-20 15:30:05 +0100 |
commit | 8e642991d557bd902b749ddd84e41d65c48f79cf (patch) | |
tree | 29b80dd0b6237b485a95a9404bb5b5e9e3380e4e /xsd | |
parent | 237a6faa8a23826e68bbc00bc107b2d6f97235d0 (diff) | |
download | ee-python-8e642991d557bd902b749ddd84e41d65c48f79cf.tar.gz ee-python-8e642991d557bd902b749ddd84e41d65c48f79cf.tar.bz2 ee-python-8e642991d557bd902b749ddd84e41d65c48f79cf.tar.xz ee-python-8e642991d557bd902b749ddd84e41d65c48f79cf.zip |
o Adding OPL downloader from Seeed studio.
o Adding <description> to <part>
Diffstat (limited to 'xsd')
-rw-r--r-- | xsd/ee.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ TODO: rename 'id' to 'url'. <xs:sequence> <!-- TODO: this should be a fact --> <xs:element name="part-type" type="xs:anyURI"/> + <xs:element name="description" type="xs:string"/> <xs:element name="references" type="ReferencesList"/> <xs:element name="distributor-info" type="DistributorInfo"/> <xs:element name="facts" type="FactList"/> |