Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:additionalHWRequirements
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies hardware requirements that are needed for running a tool/service
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 500
Used by
Source
<xs:element name="additionalHWRequirements">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies hardware requirements that are needed for running a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/additionalHWRequirements</identifier>
      <label xml:lang="en">additional h/w requirements</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="500"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>