| Namespace |
http://w3id.org/meta-share/meta-share/ |
|
Annotations
|
Specifies the type of hardware required for running a tool and/or computational grammar |
|
|
Diagram
|
|
| Type |
restriction of xs:anyURI |
|
Properties
|
|
|
Facets
|
| enumeration |
http://w3id.org/meta-share/meta-share/graphicCard |
|
| enumeration |
http://w3id.org/meta-share/meta-share/microphone |
|
| enumeration |
http://w3id.org/meta-share/meta-share/none5 |
|
| enumeration |
http://w3id.org/meta-share/meta-share/ocrSystem |
|
| enumeration |
http://w3id.org/meta-share/meta-share/other |
|
| enumeration |
http://w3id.org/meta-share/meta-share/specialHardwareEquipment |
|
|
|
Used by
|
|
|
Source
|
<xs:element name="requiredHardware">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the type of hardware required for running a tool and/or computational grammar</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/requiredHardware</identifier>
<label xml:lang="en">required hardware</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/graphicCard">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/graphicCard</identifier>
<label xml:lang="en">graphic card</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/microphone">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/microphone</identifier>
<label xml:lang="en">microphone</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/none5">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/none5</identifier>
<label xml:lang="en">none</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/ocrSystem">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/ocrSystem</identifier>
<label xml:lang="en">OCR system</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/other</identifier>
<label xml:lang="en">other</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/specialHardwareEquipment">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/specialHardwareEquipment</identifier>
<label xml:lang="en">special hardware equipment</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|