diff options
Diffstat (limited to 'src/ee/xml')
-rw-r--r-- | src/ee/xml/uris.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ee/xml/uris.py b/src/ee/xml/uris.py index d2e3f5b..97c3fa3 100644 --- a/src/ee/xml/uris.py +++ b/src/ee/xml/uris.py @@ -11,6 +11,7 @@ TRANSISTOR = "http://purl.org/ee/part-type#transistor" NET_TIE = "http://purl.org/ee/part-type#net-tie" TEST_POINT = "http://purl.org/ee/part-type#test-point" +MOUNTING_HOLE = "http://purl.org/ee/part-type#mounting-hole" _DIGIKEY_FACT_KEY_PREFIX = "http://purl.org/ee/digikey-fact-key#" |