Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:userQuery
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a query performed by a user that has resulted in the creation of the resource being described (e.g. a dataset created with a query aggregating texts from a database, or subset of a lexical resource, or a virtual collection of sentences from online corpora)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 1000
Used by
Element ms:Corpus
Source
<xs:element name="userQuery">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a query performed by a user that has resulted in the creation of the resource being described (e.g. a dataset created with a query aggregating texts from a database, or subset of a lexical resource, or a virtual collection of sentences from online corpora)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/userQuery</identifier>
      <label xml:lang="en">user query</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>