Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema CLARIN-SHARE.xsd
Namespace http://w3id.org/meta-share/meta-share/
Properties
attribute form default unqualified
element form default qualified
version 1.0.1
Element ms:MetadataRecordIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a metadata record
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__MetadataRecordIdentifier
Type ms:MetadataRecordIdentifier
Properties
content complex
Used by
Attributes
QName Type Use Annotation
ms:MetadataRecordIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which the metadata record identifier is assigned by the authority that issues it (e.g., DOI, URL, etc.)
Source
<xs:element name="MetadataRecordIdentifier" type="ms:MetadataRecordIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a metadata record</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/MetadataRecordIdentifier</identifier>
      <label xml:lang="en">Metadata record identifier</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LRIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LRIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LRIdentifier
Type ms:LRIdentifier
Properties
content complex
Used by
Attributes
QName Type Use Annotation
ms:LRIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which the LRT identifier is assigned by the authority that issues it (e.g., DOI, ISLRN, etc.)
Source
<xs:element name="LRIdentifier" type="ms:LRIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LRIdentifier</identifier>
      <label xml:lang="en">Language Resource identifier</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:MetadataRecord
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#metadataCreationDate CLARIN-SHARE_xsd.tmp#metadataLastDateUpdated CLARIN-SHARE_xsd.tmp#metadataCurator CLARIN-SHARE_xsd.tmp#MetadataRecord_compliesWith CLARIN-SHARE_xsd.tmp#metadataCreator CLARIN-SHARE_xsd.tmp#sourceOfMetadataRecord CLARIN-SHARE_xsd.tmp#sourceMetadataRecord CLARIN-SHARE_xsd.tmp#revision CLARIN-SHARE_xsd.tmp#DescribedEntity
Properties
content complex
Model
Children ms:DescribedEntity, ms:MetadataRecordIdentifier, ms:compliesWith, ms:metadataCreationDate, ms:metadataCreator, ms:metadataCurator, ms:metadataLastDateUpdated, ms:revision, ms:sourceMetadataRecord, ms:sourceOfMetadataRecord
Instance
<ms:MetadataRecord xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{0,1}</ms:MetadataRecordIdentifier>
  <ms:metadataCreationDate>{0,1}</ms:metadataCreationDate>
  <ms:metadataLastDateUpdated>{0,1}</ms:metadataLastDateUpdated>
  <ms:metadataCurator>{0,unbounded}</ms:metadataCurator>
  <ms:compliesWith>{0,1}</ms:compliesWith>
  <ms:metadataCreator>{0,1}</ms:metadataCreator>
  <ms:sourceOfMetadataRecord>{0,1}</ms:sourceOfMetadataRecord>
  <ms:sourceMetadataRecord>{0,1}</ms:sourceMetadataRecord>
  <ms:revision xml:lang="">{0,unbounded}</ms:revision>
  <ms:DescribedEntity>{1,1}</ms:DescribedEntity>
</ms:MetadataRecord>
Source
<xs:element name="MetadataRecord">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="en">A set of formalized structured information used to describe the contents, structure, function, etc. of an entity, usually according to a specific set of rules (metadata schema)</xs:documentation>
      <xs:appinfo>
        <label xml:lang="en">Metadata record</label>
        <identifier>http://w3id.org/meta-share/meta-share/MetadataRecord</identifier>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element ref="ms:MetadataRecordIdentifier" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
            <nonEditable>true</nonEditable>
            <rule>TODO</rule>
            <fixedElement element="MetadataRecordIdentifierScheme" project="ELG" fixed="http://w3id.org/meta-share/meta-share/elg"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:metadataCreationDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <nonEditable>true</nonEditable>
            <systemAssigned>true</systemAssigned>
            <rule>system date of the first time the metadata record enters the system for all records; overwrite previous dates if imported</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:metadataLastDateUpdated" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <nonEditable>true</nonEditable>
            <systemAssigned>true</systemAssigned>
            <rule>system date of the most recent update of the metadata record</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:metadataCurator" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="compliesWith" fixed="http://w3id.org/meta-share/meta-share/CLARIN-SHARE" minOccurs="0"/>
      <xs:element ref="ms:metadataCreator" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <nonEditable>true</nonEditable>
            <systemAssigned>true</systemAssigned>
            <rule>to be used only if the metadata record is uploaded or created with the metadata editor by a registered user; for the registered user, create a metadata record with surname, givenName and email of the registered user and an ELG identifier</rule>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:sourceOfMetadataRecord" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <nonEditable project="CLARIN">true</nonEditable>
            <systemAssigned>true</systemAssigned>
            <rule>system assigned when the metadata record is harvested from a repository</rule>
            <recommended>true</recommended>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:sourceMetadataRecord" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
            <nonEditable>true</nonEditable>
            <systemAssigned>true</systemAssigned>
            <rule>to be used only if the metadata record is harvested from a repository</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:revision" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:DescribedEntity">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:metadataCreationDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the date when the metadata record was first created
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="metadataCreationDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the date when the metadata record was first created</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/metadataCreationDate</identifier>
      <label xml:lang="en">metadata creation date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:metadataLastDateUpdated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the date when the last update of the metadata record was made
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="metadataLastDateUpdated" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the date when the last update of the metadata record was made</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/metadataLastDateUpdated</identifier>
      <label xml:lang="en">metadata last date updated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:metadataCurator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A person responsible for the creation, update, enrichment, etc. of a metadata record describing an entity
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:metadataCurator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:metadataCurator>
Source
<xs:element name="metadataCurator" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">A person responsible for the creation, update, enrichment, etc. of a metadata record describing an entity</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/metadataCurator</identifier>
      <label xml:lang="en">metadata curator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:GenericPerson / ms:actorType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the actor into one of the major classes
Diagram
Diagram
Properties
fixed Person
Source
<xs:element name="actorType" fixed="Person">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the actor into one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:surname
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the surname (i.e. the name shared by members of a family, also known as "family name" or "last name") of a person
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Person
Complex Type ms:GenericPerson
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="surname">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the surname (i.e. the name shared by members of a family, also known as "family name" or "last name") of a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/surname</identifier>
      <label xml:lang="en">surname</label>
      <alt_label xml:lang="en">family name</alt_label>
      <alt_label xml:lang="en">last name</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:givenName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the given name (also known as "first name") of a person
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Person
Complex Type ms:GenericPerson
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="givenName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the given name (also known as "first name") of a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/givenName</identifier>
      <label xml:lang="en">given name</label>
      <alt_label xml:lang="en">first name</alt_label>
      <alt_label xml:lang="en">forename</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:PersonalIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a person
Diagram
Diagram CLARIN-SHARE_xsd.tmp#PersonalIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__PersonalIdentifier
Type ms:PersonalIdentifier
Properties
content complex
Used by
Element ms:Person
Complex Type ms:GenericPerson
Attributes
QName Type Use Annotation
ms:PersonalIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify a person
Source
<xs:element name="PersonalIdentifier" type="ms:PersonalIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/PersonalIdentifier</identifier>
      <label xml:lang="en">Person identifier</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:email
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Points to the email address of a person, organization or group
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="email" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">Points to the email address of a person, organization or group</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/email</identifier>
      <label xml:lang="en">email</label>
      <example xml:lang="en">john.smith@example.com, ...</example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:MetadataRecord / ms:compliesWith
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Properties
minOccurs 0
fixed http://w3id.org/meta-share/meta-share/CLARIN-SHARE
Source
<xs:element name="compliesWith" fixed="http://w3id.org/meta-share/meta-share/CLARIN-SHARE" minOccurs="0"/>
Element ms:metadataCreator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the person who has created the metadata record
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:metadataCreator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:metadataCreator>
Source
<xs:element name="metadataCreator" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the person who has created the metadata record</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/metadataCreator</identifier>
      <label xml:lang="en">metadata creator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sourceOfMetadataRecord
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The entity (repository, catalogue, archive, etc.) from which the metadata record has been imported into the new catalogue
Diagram
Diagram CLARIN-SHARE_xsd.tmp#repositoryName CLARIN-SHARE_xsd.tmp#repositoryURL CLARIN-SHARE_xsd.tmp#RepositoryIdentifier CLARIN-SHARE_xsd.tmp#GenericRepository
Type ms:GenericRepository
Properties
content complex
Used by
Model
Children ms:RepositoryIdentifier, ms:repositoryName, ms:repositoryURL
Instance
<ms:sourceOfMetadataRecord xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:repositoryName xml:lang="">{1,unbounded}</ms:repositoryName>
  <ms:repositoryURL>{0,1}</ms:repositoryURL>
  <ms:RepositoryIdentifier ms:RepositoryIdentifierScheme="">{0,unbounded}</ms:RepositoryIdentifier>
</ms:sourceOfMetadataRecord>
Source
<xs:element name="sourceOfMetadataRecord" type="ms:GenericRepository">
  <xs:annotation>
    <xs:documentation xml:lang="en">The entity (repository, catalogue, archive, etc.) from which the metadata record has been imported into the new catalogue</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sourceOfMetadataRecord</identifier>
      <label xml:lang="en">source of metadata record</label>
      <note xml:lang="en">for now ms:catalog</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:repositoryName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The official full name of the repository
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Repository
Complex Type ms:GenericRepository
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="repositoryName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The official full name of the repository</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/repositoryName</identifier>
      <label xml:lang="en">repository name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:repositoryURL
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the URL that hosts the catalogue
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Repository
Complex Type ms:GenericRepository
Source
<xs:element name="repositoryURL" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation>Links to the URL that hosts the catalogue</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/repositoryURL</identifier>
      <label xml:lang="en">repository URL</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:RepositoryIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a repository
Diagram
Diagram CLARIN-SHARE_xsd.tmp#RepositoryIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__RepositoryIdentifier
Type ms:RepositoryIdentifier
Properties
content complex
Used by
Element ms:Repository
Complex Type ms:GenericRepository
Attributes
QName Type Use Annotation
ms:RepositoryIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify a repository
Source
<xs:element name="RepositoryIdentifier" type="ms:RepositoryIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a repository</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/RepositoryIdentifier</identifier>
      <label xml:lang="en">Repository identifier</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sourceMetadataRecord
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links, in some cases (e.g., harvesting, population from other catalogues, conversion from other metadata records, etc.), to the metadata record that has been used as the basis for the creation of the metadata record
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#GenericMetadataRecord
Type ms:GenericMetadataRecord
Properties
content complex
Used by
Model
Children ms:MetadataRecordIdentifier
Instance
<ms:sourceMetadataRecord xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{1,1}</ms:MetadataRecordIdentifier>
</ms:sourceMetadataRecord>
Source
<xs:element name="sourceMetadataRecord" type="ms:GenericMetadataRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links, in some cases (e.g., harvesting, population from other catalogues, conversion from other metadata records, etc.), to the metadata record that has been used as the basis for the creation of the metadata record</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sourceMetadataRecord</identifier>
      <label xml:lang="en">source metadata record</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:revision
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides an account of the revisions in free text or a link to a document with revisions
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="revision">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides an account of the revisions in free text or a link to a document with revisions</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/revision</identifier>
      <label xml:lang="en">revision</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:DescribedEntity
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The (type of) entity that is being described by a metadata record
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LanguageResource CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LicenceTerms CLARIN-SHARE_xsd.tmp#Document CLARIN-SHARE_xsd.tmp#Organization CLARIN-SHARE_xsd.tmp#Group CLARIN-SHARE_xsd.tmp#Person CLARIN-SHARE_xsd.tmp#Project CLARIN-SHARE_xsd.tmp#Repository
Properties
content complex
Used by
Model
Children ms:Document, ms:Group, ms:LanguageResource, ms:LicenceTerms, ms:Organization, ms:Person, ms:Project, ms:Repository
Instance
<ms:DescribedEntity xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LanguageResource>{1,1}</ms:LanguageResource>
  <ms:LicenceTerms>{1,1}</ms:LicenceTerms>
  <ms:Document>{1,1}</ms:Document>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
  <ms:Person>{1,1}</ms:Person>
  <ms:Project>{1,1}</ms:Project>
  <ms:Repository>{1,1}</ms:Repository>
</ms:DescribedEntity>
Source
<xs:element name="DescribedEntity">
  <xs:annotation>
    <xs:documentation xml:lang="en">The (type of) entity that is being described by a metadata record</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DescribedEntity</identifier>
      <relation>oo</relation>
      <label xml:lang="en">type of described entity</label>
      <note xml:lang="en">foaf:primaryTopic in DCAT</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:LanguageResource"/>
      <xs:element ref="ms:LicenceTerms"/>
      <xs:element ref="ms:Document"/>
      <xs:element ref="ms:Organization"/>
      <xs:element ref="ms:Group"/>
      <xs:element ref="ms:Person"/>
      <xs:element ref="ms:Project"/>
      <xs:element ref="ms:Repository"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element ms:LanguageResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A resource composed of linguistic material used in the construction, improvement and/or evaluation of language processing applications, but also, in a broader sense, in language and language-mediated research studies and applications; the term is used with a broader meaning, encompassing (a) data sets (textual, multimodal/multimedia and lexical data, grammars, language models, etc.) in machine readable form, and (b) tools/technologies/services used for their processing and management.
Diagram
Diagram
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:LRSubclass, ms:actualUse, ms:additionalInfo, ms:citationText, ms:contact, ms:creationDetails, ms:creationEndDate, ms:creationMode, ms:creationStartDate, ms:description, ms:discussionURL, ms:domain, ms:entityType, ms:fundingProject, ms:hasMetadata, ms:hasOriginalSource, ms:intendedApplication, ms:iprHolder, ms:isArchivedBy, ms:isCitedBy, ms:isContinuationOf, ms:isCreatedBy, ms:isDescribedBy, ms:isDocumentedBy, ms:isExactMatchWith, ms:isPartOf, ms:isPartWith, ms:isRelatedToLR, ms:isReviewedBy, ms:isSimilarTo, ms:isToBeCitedBy, ms:isVersionOf, ms:keyword, ms:logo, ms:mailingListName, ms:originalSourceDescription, ms:physicalResource, ms:publicationDate, ms:relation, ms:replaces, ms:resourceCreator, ms:resourceName, ms:resourceProvider, ms:resourceShortName, ms:revision, ms:subject, ms:supportType, ms:updateFrequency, ms:validated, ms:validation, ms:version, ms:versionDate
Instance
<ms:LanguageResource xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:physicalResource>{0,unbounded}</ms:physicalResource>
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:resourceShortName xml:lang="">{0,unbounded}</ms:resourceShortName>
  <ms:description xml:lang="">{1,unbounded}</ms:description>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:logo>{0,1}</ms:logo>
  <ms:version>{0,1}</ms:version>
  <ms:versionDate>{0,1}</ms:versionDate>
  <ms:updateFrequency xml:lang="">{0,unbounded}</ms:updateFrequency>
  <ms:revision xml:lang="">{0,unbounded}</ms:revision>
  <ms:additionalInfo>{1,unbounded}</ms:additionalInfo>
  <ms:contact>{0,unbounded}</ms:contact>
  <ms:mailingListName>{0,unbounded}</ms:mailingListName>
  <ms:discussionURL>{0,unbounded}</ms:discussionURL>
  <ms:citationText xml:lang="">{0,unbounded}</ms:citationText>
  <ms:iprHolder>{0,unbounded}</ms:iprHolder>
  <ms:keyword xml:lang="">{1,unbounded}</ms:keyword>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:subject>{0,unbounded}</ms:subject>
  <ms:resourceProvider>{0,unbounded}</ms:resourceProvider>
  <ms:publicationDate>{0,1}</ms:publicationDate>
  <ms:resourceCreator>{0,unbounded}</ms:resourceCreator>
  <ms:creationStartDate>{0,1}</ms:creationStartDate>
  <ms:creationEndDate>{0,1}</ms:creationEndDate>
  <ms:fundingProject>{0,unbounded}</ms:fundingProject>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:intendedApplication>{0,unbounded}</ms:intendedApplication>
  <ms:actualUse>{0,unbounded}</ms:actualUse>
  <ms:validated>{0,1}</ms:validated>
  <ms:validation>{0,unbounded}</ms:validation>
  <ms:isDocumentedBy>{0,unbounded}</ms:isDocumentedBy>
  <ms:isDescribedBy>{0,unbounded}</ms:isDescribedBy>
  <ms:isToBeCitedBy>{0,unbounded}</ms:isToBeCitedBy>
  <ms:isCitedBy>{0,unbounded}</ms:isCitedBy>
  <ms:isReviewedBy>{0,unbounded}</ms:isReviewedBy>
  <ms:isPartOf>{0,unbounded}</ms:isPartOf>
  <ms:isPartWith>{0,unbounded}</ms:isPartWith>
  <ms:isSimilarTo>{0,unbounded}</ms:isSimilarTo>
  <ms:isExactMatchWith>{0,unbounded}</ms:isExactMatchWith>
  <ms:hasMetadata>{0,unbounded}</ms:hasMetadata>
  <ms:isArchivedBy>{0,unbounded}</ms:isArchivedBy>
  <ms:isContinuationOf>{0,unbounded}</ms:isContinuationOf>
  <ms:replaces>{0,unbounded}</ms:replaces>
  <ms:isRelatedToLR>{0,unbounded}</ms:isRelatedToLR>
  <ms:isVersionOf>{0,1}</ms:isVersionOf>
  <ms:relation>{0,unbounded}</ms:relation>
  <ms:supportType>{0,1}</ms:supportType>
  <ms:LRSubclass>{1,1}</ms:LRSubclass>
</ms:LanguageResource>
Source
<xs:element name="LanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">A resource composed of linguistic material used in the construction, improvement and/or evaluation of language processing applications, but also, in a broader sense, in language and language-mediated research studies and applications; the term is used with a broader meaning, encompassing (a) data sets (textual, multimodal/multimedia and lexical data, grammars, language models, etc.) in machine readable form, and (b) tools/technologies/services used for their processing and management.</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Language resource</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/LanguageResource</xs:identifier>
      <representation>
        <str>resourceName</str>
        <str>resourceShortName</str>
        <str>LRIdentifier</str>
        <str>version</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="LanguageResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="physicalResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">Placeholder for adding information on the files of a data resource or whatever is needed for services (to see also the relation to resourceProxy in clarin)</xs:documentation>
          <xs:appinfo>
            <display>false</display>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:resourceName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <unique>true</unique>
            <combined>version</combined>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:resourceShortName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:description" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LRIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <fixedElement element="LRIdentifierScheme" project="ELG" fixed="http://w3id.org/meta-share/meta-share/elg"/>
            <systemAssigned>true</systemAssigned>
            <rule>for each new metadata record create one identifier with the project identifierScheme</rule>
            <nonEditable>true</nonEditable>
            <rule>the element is multiple (i.e. the user can add more identifiers; only those of the elg and clarin identifiers are assigned by the system and are non-editable for each project respectively; the rest can be edited</rule>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:logo" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:version" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <defaultText>1.0.0 (automatically assigned)</defaultText>
            <tab>administrative</tab>
            <group>version</group>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:versionDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>administrative</tab>
            <group>version</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:updateFrequency" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>version</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:revision" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>version</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:additionalInfo" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:contact" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>contact</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:mailingListName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:discussionURL" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:citationText" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <defaultTemplate>resourceCreator/surname+givenName-or-organizationName (year from publicationDate) resourceName (version). resourceProvider. [lrType and for tool/service softwareDistributionForm]. LRIdentifier. Locator</defaultTemplate>
            <comment>omit optional elements if not filled in; if resourceCreator is not filled in, move resourceName to the beginning before publicationDate</comment>
            <tab>administrative</tab>
            <nonEditable>true</nonEditable>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:iprHolder" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <indexed>true</indexed>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:subject" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:resourceProvider" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:publicationDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:resourceCreator" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:creationStartDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:creationEndDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:fundingProject" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>administrative</tab>
            <group>creation</group>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:creationMode" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>administrative</tab>
            <group>creation</group>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:intendedApplication" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:actualUse" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:validated" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:validation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isDocumentedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>documentation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isDescribedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>documentation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isToBeCitedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isCitedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isReviewedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- BACKUP 				<xs:element ref="ms:isCompatibleWith" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> 				<xs:element ref="ms:hasPart" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>om</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:isPartOf" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isPartWith" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isSimilarTo" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isExactMatchWith" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:hasMetadata" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <systemAssigned>true</systemAssigned>
            <rule>if the metadata record has been harvested from a repo, create one that has as value the metadataRecord/sourceMetadataRecord value</rule>
            <nonEditable>true</nonEditable>
            <comment>only the system-assigned element is non editable; but the element is multiple and the user can add more which can be edited</comment>
            <tab>related LRs</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isArchivedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isContinuationOf" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:replaces" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isRelatedToLR" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>related LRs</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:hasVersion" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>om</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> 				<xs:element ref="ms:isContinuedBy" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> 				<xs:element ref="ms:isReplacedWith" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:isVersionOf" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <tab>related LRs</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:relation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>related LRs</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:supportType" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>documentation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LRSubclass">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:LanguageResource / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed LanguageResource
Source
<xs:element name="entityType" fixed="LanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageResource / ms:physicalResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Placeholder for adding information on the files of a data resource or whatever is needed for services (to see also the relation to resourceProxy in clarin)
Diagram
Diagram
Properties
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="physicalResource" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">Placeholder for adding information on the files of a data resource or whatever is needed for services (to see also the relation to resourceProxy in clarin)</xs:documentation>
    <xs:appinfo>
      <display>false</display>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:resourceName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a human-readable name or title by which the resource is known
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="resourceName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a human-readable name or title by which the resource is known</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resourceName</identifier>
      <label xml:lang="en">resource name</label>
      <alt_label xml:lang="en">resource title</alt_label>
      <example xml:lang="en">British National Corpus</example>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:resourceShortName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a short form (e.g., abbreviation, acronym, etc.) used to refer to a language resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="resourceShortName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a short form (e.g., abbreviation, acronym, etc.) used to refer to a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resourceShortName</identifier>
      <label xml:lang="en">resource short name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:description
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a short free-text account that provides information about the resource (e.g., function, contents, technical information, etc.)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="description">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a short free-text account that provides information about the resource (e.g., function, contents, technical information, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/description</identifier>
      <label xml:lang="en">description</label>
      <note xml:lang="en">Add some link to ms:hasDescription and descriptionType:abstract (always for language resources). The rest of the values of descriptionType make sense mainly for publications, but this handling allows easier extension at a later time. But note that there is no class ms:Description; descriptionType is in range of anything that "hasDescriptionType"</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="10000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:logo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Diagram
Type ms:httpURI
Properties
Facets
Used by
Source
Element ms:version
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Associates a language resource with a pattern that indicates its version; the recommended way is to follow the semantic versioning guidelines (http://semver.org) and use a numeric pattern of the form major_version.minor_version.patch
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 50
Used by
Source
<xs:element name="version">
  <xs:annotation>
    <xs:documentation xml:lang="en">Associates a language resource with a pattern that indicates its version; the recommended way is to follow the semantic versioning guidelines (http://semver.org) and use a numeric pattern of the form major_version.minor_version.patch</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/version</identifier>
      <label xml:lang="en">version</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:versionDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the date associated with the version of the language resource being described (as a recommendation, of the latest update of the particular version)
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="versionDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the date associated with the version of the language resource being described (as a recommendation, of the latest update of the particular version)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/versionDate</identifier>
      <label xml:lang="en">version date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:updateFrequency
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the frequency with which the resource is updated
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="updateFrequency">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the frequency with which the resource is updated</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/updateFrequency</identifier>
      <label xml:lang="en">update frequency</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:additionalInfo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a point that can be used for further information (e.g. a landing page with a more detailed description of the resource or a general email that can be contacted for further queries)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#landingPage CLARIN-SHARE_xsd.tmp#email
Properties
content complex
Used by
Model
Children ms:email, ms:landingPage
Instance
<ms:additionalInfo xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:landingPage>{1,1}</ms:landingPage>
  <ms:email>{1,1}</ms:email>
</ms:additionalInfo>
Source
<xs:element name="additionalInfo">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a point that can be used for further information (e.g. a landing page with a more detailed description of the resource or a general email that can be contacted for further queries)</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">Additional information</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:landingPage"/>
      <xs:element ref="ms:email"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element ms:landingPage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a web page that provides additional information about a language resource (e.g., its contents, acknowledgements, link to the access location, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="landingPage" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a web page that provides additional information about a language resource (e.g., its contents, acknowledgements, link to the access location, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/landingPage</identifier>
      <label xml:lang="en">landing page</label>
      <note xml:lang="en">ms:landingPage has range foaf:Document and is a subproperty of foaf:page; no distinction is made between physical and electronic documents. so I'm not sure what the most appropriate relation is for us</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:contact
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the data of the person/organization/group that can be contacted for information about a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:contact xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:contact>
Source
<xs:element name="contact" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the data of the person/organization/group that can be contacted for information about a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/contact</identifier>
      <label xml:lang="en">contact</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Actor / ms:Person
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:Person xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:Person>
Source
<xs:element name="Person" type="ms:GenericPerson"/>
Element ms:Actor / ms:Organization
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:Organization xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:Organization>
Source
<xs:element name="Organization" type="ms:GenericOrganization"/>
Element ms:GenericOrganization / ms:actorType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the actor into one of the major classes
Diagram
Diagram
Properties
fixed Organization
Source
<xs:element name="actorType" fixed="Organization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the actor into one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:organizationName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The official title of an organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="organizationName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The official title of an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationName</identifier>
      <label xml:lang="en">organization name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:OrganizationIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify an organization
Diagram
Diagram CLARIN-SHARE_xsd.tmp#OrganizationIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__OrganizationIdentifier
Type ms:OrganizationIdentifier
Properties
content complex
Used by
Attributes
QName Type Use Annotation
ms:OrganizationIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify an organization
Source
<xs:element name="OrganizationIdentifier" type="ms:OrganizationIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/OrganizationIdentifier</identifier>
      <label xml:lang="en">Organization identifier</label>
      <alt_label xml:lang="en-uk">Organisation identifier</alt_label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:website
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a URL that acts as the primary page (like a table of contents) introducing information about an organization (e.g., products, contact information, etc.) or project
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="website" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a URL that acts as the primary page (like a table of contents) introducing information about an organization (e.g., products, contact information, etc.) or project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/website</identifier>
      <label xml:lang="en">website</label>
      <alt_label xml:lang="en">home page</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isDivisionOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a division (e.g., company branch, university department or faculty) to the organization to which it belongs
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:isDivisionOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:isDivisionOf>
Source
<xs:element name="isDivisionOf" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a division (e.g., company branch, university department or faculty) to the organization to which it belongs</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isDivisionOf</identifier>
      <label xml:lang="en">division of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Actor / ms:Group
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericGroup_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#GroupIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#GenericGroup
Type ms:GenericGroup
Properties
content complex
Model
Children ms:GroupIdentifier, ms:actorType, ms:organizationName, ms:website
Instance
<ms:Group xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:GroupIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:GroupIdentifier>
  <ms:website>{0,unbounded}</ms:website>
</ms:Group>
Source
<xs:element name="Group" type="ms:GenericGroup"/>
Element ms:GenericGroup / ms:actorType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the actor into one of the major classes
Diagram
Diagram
Properties
fixed Group
Source
<xs:element name="actorType" fixed="Group">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the actor into one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:GroupIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a group
Diagram
Diagram CLARIN-SHARE_xsd.tmp#OrganizationIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__GroupIdentifier
Type ms:GroupIdentifier
Properties
content complex
Used by
Element ms:Group
Complex Type ms:GenericGroup
Attributes
QName Type Use Annotation
ms:OrganizationIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify an organization
Source
<xs:element name="GroupIdentifier" type="ms:GroupIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a group</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/GroupIdentifier</identifier>
      <label xml:lang="en">Group identifier</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:mailingListName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the name of a mailing list used in relation to a language resource
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Source
<xs:element name="mailingListName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the name of a mailing list used in relation to a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mailingListName</identifier>
      <label xml:lang="en">mailing list name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:discussionURL
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a URL where there's a discussion thread (e.g., user forum) about a resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="discussionURL" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a URL where there's a discussion thread (e.g., user forum) about a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/discussionURL</identifier>
      <label xml:lang="en">discussion URL</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:citationText
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides the text that must be quoted for citation purposes when using a language resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="citationText">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides the text that must be quoted for citation purposes when using a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/citationText</identifier>
      <label xml:lang="en">citation text</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:iprHolder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark, etc.) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g., an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:iprHolder xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:iprHolder>
Source
<xs:element name="iprHolder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark, etc.) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g., an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/iprHolder</identifier>
      <label xml:lang="en">IPR holder</label>
      <alt_label xml:lang="en">rights holder</alt_label>
      <alt_label xml:lang="en">intellectual property rights holder</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:keyword
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a word or phrase considered important for the description of an entity and thus used to index or classify it
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="keyword">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a word or phrase considered important for the description of an entity and thus used to index or classify it</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/keyword</identifier>
      <label xml:lang="en">keyword</label>
      <alt_label xml:lang="en">keyphrase</alt_label>
      <example xml:lang="en">crisis management, speech synthesis, subtitling, ...</example>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:domain
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the domain according to which a resource is classified
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#DomainIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Domain
Type ms:Domain
Properties
content complex
Used by
Model
Children ms:DomainIdentifier, ms:categoryLabel
Instance
<ms:domain xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:DomainIdentifier ms:DomainClassificationScheme="">{0,1}</ms:DomainIdentifier>
</ms:domain>
Source
<xs:element name="domain" type="ms:Domain">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the domain according to which a resource is classified</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/domain</identifier>
      <label xml:lang="en">domain</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:categoryLabel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a human readable name (label) by which a classification category (e.g. text type, text genre, domain, etc.) is known
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="categoryLabel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a human readable name (label) by which a classification category (e.g. text type, text genre, domain, etc.) is known</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/categoryLabel</identifier>
      <label xml:lang="en">category label</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:DomainIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a domain according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#DomainClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DomainIdentifier
Type ms:DomainIdentifier
Properties
content complex
Used by
Complex Type ms:Domain
Attributes
QName Type Use Annotation
ms:DomainClassificationScheme restriction of ms:httpURI required
A classification scheme devised by an authority for domains
Source
<xs:element name="DomainIdentifier" type="ms:DomainIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a domain according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DomainIdentifier</identifier>
      <label xml:lang="en">Domain identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:subject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the subject/topic of a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#SubjectIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Subject
Type ms:Subject
Properties
content complex
Used by
Model
Children ms:SubjectIdentifier, ms:categoryLabel
Instance
<ms:subject xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:SubjectIdentifier ms:SubjectClassificationScheme="">{0,1}</ms:SubjectIdentifier>
</ms:subject>
Source
<xs:element name="subject" type="ms:Subject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the subject/topic of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/subject</identifier>
      <label xml:lang="en">subject</label>
      <alt_label xml:lang="en">topic</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:SubjectIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a subject according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#SubjectClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__SubjectIdentifier
Type ms:SubjectIdentifier
Properties
content complex
Used by
Complex Type ms:Subject
Attributes
QName Type Use Annotation
ms:SubjectClassificationScheme restriction of ms:httpURI required
A classification scheme used for subjects/topics devised by an authority or organization
Source
<xs:element name="SubjectIdentifier" type="ms:SubjectIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a subject according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SubjectIdentifier</identifier>
      <label xml:lang="en">Subject identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:resourceProvider
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The person/organization responsible for providing, curating, maintaining and making available (publishing) the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:resourceProvider xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:resourceProvider>
Source
<xs:element name="resourceProvider" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">The person/organization responsible for providing, curating, maintaining and making available (publishing) the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resourceProvider</identifier>
      <label xml:lang="en">resource provider</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:publicationDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the date when a language resource has been made available to the public
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="publicationDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the date when a language resource has been made available to the public</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/publicationDate</identifier>
      <label xml:lang="en">publication date</label>
      <note xml:lang="en">problem: when is the first publication date if a resource has been made available through zenodo, meta-share, clarin, etc.?? How can this be propagated? Important for citation purposes should we also differentiate between distributions? e.g., a csv published at a different time from a database?</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:resourceCreator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a resource to the person, group or organisation that has created the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:resourceCreator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:resourceCreator>
Source
<xs:element name="resourceCreator" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a resource to the person, group or organisation that has created the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resourceCreator</identifier>
      <label xml:lang="en">resource creator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:creationStartDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The date in which the process of creating the resource started
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="creationStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date in which the process of creating the resource started</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/creationStartDate</identifier>
      <label xml:lang="en">creation start date</label>
      <note xml:lang="en">how do we handle cases where a resource was created, for instance, in 2000? Is this the start or end date?</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:creationEndDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The date in which the process of creating a resource was completed
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="creationEndDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date in which the process of creating a resource was completed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/creationEndDate</identifier>
      <label xml:lang="en">creation end date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:fundingProject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a language resource to the project that has funded its creation, enrichment, extension, etc.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder CLARIN-SHARE_xsd.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Used by
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Instance
<ms:fundingProject xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
</ms:fundingProject>
Source
<xs:element name="fundingProject" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a language resource to the project that has funded its creation, enrichment, extension, etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingProject</identifier>
      <label xml:lang="en">funded by</label>
      <alt_label xml:lang="en">funding project</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:projectName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The official title of a project
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Project
Complex Type ms:GenericProject
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="projectName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The official title of a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectName</identifier>
      <label xml:lang="en">project name</label>
      <alt_label xml:lang="en">project title</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:ProjectIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string (e.g., PID, internal to an organization, issued by the funding authority, etc.) used to uniquely identify a project
Diagram
Diagram CLARIN-SHARE_xsd.tmp#ProjectIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ProjectIdentifier
Type ms:ProjectIdentifier
Properties
content complex
Used by
Element ms:Project
Complex Type ms:GenericProject
Attributes
QName Type Use Annotation
ms:ProjectIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which an identifier is assigned to a project by the authority that issues it
Source
<xs:element name="ProjectIdentifier" type="ms:ProjectIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string (e.g., PID, internal to an organization, issued by the funding authority, etc.) used to uniquely identify a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ProjectIdentifier</identifier>
      <label xml:lang="en">Project identifier</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:grantNumber
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies an identification number usually issued by the funding authority and referring uniquely to the project that has received the funding
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 1000
Used by
Element ms:Project
Complex Type ms:GenericProject
Source
<xs:element name="grantNumber">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies an identification number usually issued by the funding authority and referring uniquely to the project that has received the funding</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/grantNumber</identifier>
      <label xml:lang="en">grant number</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:fundingType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of funding of a project with regard to the source of the funding
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/euFunds
Value for 'Funding type' for projects with EU funds
enumeration http://w3id.org/meta-share/meta-share/nationalFunds
Value for 'Funding type' for projects funded by national authorities
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/ownFunds
Value for 'Funding type' for self-funded projects
enumeration http://w3id.org/meta-share/meta-share/serviceContract
Value for 'Funding type' for projects financed under service contracts
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Project
Complex Type ms:GenericProject
Source
<xs:element name="fundingType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of funding of a project with regard to the source of the funding</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingType</identifier>
      <label xml:lang="en">funding type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/euFunds">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for projects with EU funds</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/euFunds</identifier>
            <label xml:lang="en">EU funds</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/nationalFunds">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for projects funded by national authorities</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/nationalFunds</identifier>
            <label xml:lang="en">national funds</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/ownFunds">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for self-funded projects</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ownFunds</identifier>
            <label xml:lang="en">own funds</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/serviceContract">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Funding type' for projects financed under service contracts</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/serviceContract</identifier>
            <label xml:lang="en">service contract</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:funder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the person or organization or group that has financed the project
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Element ms:Project
Complex Type ms:GenericProject
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:funder xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:funder>
Source
<xs:element name="funder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the person or organization or group that has financed the project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/funder</identifier>
      <label xml:lang="en">funder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:creationMode
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the resource was created automatically or in a manual or interactive mode
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic
Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits
enumeration http://w3id.org/meta-share/meta-share/interactive
Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process
enumeration http://w3id.org/meta-share/meta-share/manual
Value for 'Process mode' and its subclasses used for processes that are performed manually
enumeration http://w3id.org/meta-share/meta-share/mixed
Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="creationMode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the resource was created automatically or in a manual or interactive mode</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/creationMode</identifier>
      <label xml:lang="en">creation mode</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/interactive</identifier>
            <label xml:lang="en">interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/manual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that are performed manually</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/manual</identifier>
            <label xml:lang="en">manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixed">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixed</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:creationDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides additional information on the creation of a language resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="creationDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides additional information on the creation of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/creationDetails</identifier>
      <label xml:lang="en">creation details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:hasOriginalSource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a language resource to the original source that has been used for its creation, where it's derived or elicited from
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasOriginalSource xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasOriginalSource>
Source
<xs:element name="hasOriginalSource" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a language resource to the original source that has been used for its creation, where it's derived or elicited from</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasOriginalSource</identifier>
      <label xml:lang="en">original source</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:originalSourceDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A description in free text of the source material that has been used for the creation of a language data resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="originalSourceDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">A description in free text of the source material that has been used for the creation of a language data resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/originalSourceDescription</identifier>
      <label xml:lang="en">original source description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:isCreatedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that has been used for creating LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isCreatedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isCreatedBy>
Source
<xs:element name="isCreatedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that has been used for creating LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isCreatedBy</identifier>
      <label xml:lang="en">creation tool</label>
      <alt_label xml:lang="en">is created by</alt_label>
      <alt_label xml:lang="en">derivation tool</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:intendedApplication
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies an LT application for which the language resource has been created or for which it can be used or is recommended to be used
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LTClassRecommended CLARIN-SHARE_xsd.tmp#LTClassOther CLARIN-SHARE_xsd.tmp#LTClass
Type ms:LTClass
Properties
content complex
Used by
Model
Children ms:LTClassOther, ms:LTClassRecommended
Instance
<ms:intendedApplication xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LTClassRecommended>{1,1}</ms:LTClassRecommended>
  <ms:LTClassOther>{1,1}</ms:LTClassOther>
</ms:intendedApplication>
Source
<xs:element name="intendedApplication" type="ms:LTClass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies an LT application for which the language resource has been created or for which it can be used or is recommended to be used</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/intendedApplication</identifier>
      <label xml:lang="en">intended application</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LTClassRecommended
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies a class taken from the LT taxonomy
Diagram
Diagram OMTD-SHARE-elements_xsd.tmp#Operation
Type omtd:Operation
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/omtd-share/Annotation
The process/task of adding annotations (i.e. labels that act as notes, comments, explanations, etc.) to an item
enumeration http://w3id.org/meta-share/omtd-share/MultimediaAnnotation
enumeration http://w3id.org/meta-share/omtd-share/SpeechAnnotation
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfSpeakerTurns
The task/process of marking locations in speech where there is a change of speakers
enumeration http://w3id.org/meta-share/omtd-share/AudioSegmentation
The task/process of partitioning audio stream into homogeneous segments and classifying them into speech and non-speech segments
enumeration http://w3id.org/meta-share/omtd-share/ParalanguageAnnotation
The task/process of annotating paralinguistic features, i.e. vocal features that accompany speech and contribute to communication but are not generally considered to be part of the language system (e.g. vocal quality, loudness, and tempo); facial expressions and gestures are also considered as paralinguistic features [adapted from https://www.dictionary.com/browse/paralanguage]
enumeration http://w3id.org/meta-share/omtd-share/ProsodicAnnotation
enumeration http://w3id.org/meta-share/omtd-share/ProsodicSegmentation
enumeration http://w3id.org/meta-share/omtd-share/SoundEventAnnotation
enumeration http://w3id.org/meta-share/omtd-share/SoundToTextAlignment
enumeration http://w3id.org/meta-share/omtd-share/SpeakerDiarization
Partitioning of audio stream into homogeneous segments according to speaker properties and acoustic conditions
enumeration http://w3id.org/meta-share/omtd-share/TextAnnotation
The process/task of adding annotations (notes or comments) to a text; in TDM, the annotations refer mainly to the interpretative linguistic information grounded in a knowledge resource that is added manually or automatically to a text
enumeration http://w3id.org/meta-share/omtd-share/DiscourseAnnotation
The task/process of adding annotations relevant to discourse, such as discourse structure, discourse markers etc.
enumeration http://w3id.org/meta-share/omtd-share/AnaphoraAnnotation
The process/task of marking all linguistic expressions that appear in a certain text or across texts as referring to the same entity and linking it to this entity
enumeration http://w3id.org/meta-share/omtd-share/Argumentation
The task/process of marking argumentative structures, components and relations in a text
enumeration http://w3id.org/meta-share/omtd-share/CoreferenceAnnotation
The task/process of attaching tags to a text unit and linking it to other text units that refer to the same entity in the world
enumeration http://w3id.org/meta-share/omtd-share/DiscourseModelling
The task/process of building discourse models
enumeration http://w3id.org/meta-share/omtd-share/Lemmatization
Lemmatisation  (or lemmatization) in linguistics is the process of grouping together the inflected forms of a word so they can be analysed as a single item, identified by the word's lemma, or dictionary form. [Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/MorphologicalAnnotation
The task/process of adding annotations pertaining to the morphological level of analysis (e.g. gender, number, person etc.)
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfCompounds
The task/process of marking compounds (single words composed of two or more free morphemes) and their parts
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfDerivationalFeatures
The task/process of adding annotations relevant to the derivational level of analysis (e.g. recognizing derivational affixes, tagging their meaning etc.)
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfMultiWordUnits
The task/process of annotating multi-word units, i.e. combinations of words that are considered as one
enumeration http://w3id.org/meta-share/omtd-share/BelowPosTagging
The annotation of words with morphological information besides the part of speech and dependent upon it (e.g. for nouns: gender, number and case; for verbs: tense, number, person etc.)
enumeration http://w3id.org/meta-share/omtd-share/SyllableSegmentation
Segmentation of a word into syllables
enumeration http://w3id.org/meta-share/omtd-share/WordSegmentation
The task/process of segmenting (cutting) a word into root and affixes
enumeration http://w3id.org/meta-share/omtd-share/MorphosyntacticTagging
The task/process of adding morphosyntactic tags to words in a text, i.e. part-of-speech and, optionally, morphological features per part-of-speech.
enumeration http://w3id.org/meta-share/omtd-share/PosTagging
The task/process of marking words with the part of speech (word category, e.g. noun, verb etc.) to which they belong
enumeration http://w3id.org/meta-share/omtd-share/Parsing
The task/process of recognizing and marking the syntactic structure of a text or text segment
enumeration http://w3id.org/meta-share/omtd-share/Chunking
The task/process of dividing a sentence into chunks (non-overlapping text segments consisting of a head and preceding function words and/or modifiers)
enumeration http://w3id.org/meta-share/omtd-share/NounPhraseChunking
The task/process of identifying noun phrases in a sentence
enumeration http://w3id.org/meta-share/omtd-share/ConstituencyParsing
The task/process of identifying and marking constituents (phrases, governed by a head and including function words and/or modifiers ) in a text or text segment
enumeration http://w3id.org/meta-share/omtd-share/DeepParsing
The  task/process of building complete parse trees for a sentence [adapted from https://stackoverflow.com/questions/37020577/shallow-parsing-vs-deep-parsing-in-stanford-corenlp-java]
enumeration http://w3id.org/meta-share/omtd-share/DependencyParsing
The task/process of identifying and marking the grammatical structure of a sentence, establishing relationships between ""head"" words and words that modify those heads
enumeration http://w3id.org/meta-share/omtd-share/FrameSemanticParsing
The task/process of recognising and labelling in a text predicate argument structures and the semantic roles of the constituents, in accordance to the frame semantics theory.
enumeration http://w3id.org/meta-share/omtd-share/SemanticAnnotation
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfMeasurements
The task/process of annotating measurement expressions (e.g. of length, temperature, time, etc.)
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfNumbers
The task/process of annotating numbers in a text
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfQuestionTopics
The task/process of attaching tags to the segment of a question that functions as the topic of that question
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfTextualEntailment
The task/process of annotating textual entailments, most usually indicating whether a text entails or contradicts a hypothesis sentence or does neither.
enumeration http://w3id.org/meta-share/omtd-share/CertaintyLevelLabelling
The task/process of adding to statements in a text annotations that indicate the level of certainty of the author vis-a-vis the statement
enumeration http://w3id.org/meta-share/omtd-share/EntityLinking
The task/process of attaching tags to all the mentions of an entity in a text linking them together with the entity.
enumeration http://w3id.org/meta-share/omtd-share/EventLabelling
The process/act of marking events and classifying them into types of events in a text
enumeration http://w3id.org/meta-share/omtd-share/PolarityLabelling
The task/process of adding to units of a text (especially in sentiment-intensive texts) tags that indicate polarity (negative, positive, neutral, mixed)
enumeration http://w3id.org/meta-share/omtd-share/ReadabilityAnnotation
The process/task of adding readability scores (or any other type of similar annotation) to a text or textual segment showing how easy it is to read and understand its meaning.
enumeration http://w3id.org/meta-share/omtd-share/SemanticClassLabelling
The task/process of classifying words in a text according to a set of semantic classes (types).
enumeration http://w3id.org/meta-share/omtd-share/SemanticRelationLabelling
The task/process of attaching tags indicating the semantic relation that holds between units of a text.
enumeration http://w3id.org/meta-share/omtd-share/SemanticRoleLabelling
The task/process of attaching labels that correspond to the roles that the arguments of a predicate take in an event
enumeration http://w3id.org/meta-share/omtd-share/SpatialRoleLabelling
Τhe task of identifying and classifying the spatial arguments of the spatial expressions mentioned in a sentence
enumeration http://w3id.org/meta-share/omtd-share/TemporalExpressionsLabelling
The task/process of determining the boundaries of units of text that denote time-related concepts and attaching to them tags that name these concepts (e.g. date, time, duration etc.)
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfDates
The task/process of marking dates in a text
enumeration http://w3id.org/meta-share/omtd-share/TerminologyMarkup
enumeration http://w3id.org/meta-share/omtd-share/Stemming
The task/process of cutting off the ends of words (mainly inflectional affixes but sometimes also derivational affixes) aiming to relate words to a base form.
enumeration http://w3id.org/meta-share/omtd-share/StructuralAnnotation
The task/process of segmenting a text and recognizing textual structural units (paragraphs, sentences, words etc.)
enumeration http://w3id.org/meta-share/omtd-share/AnnotationOfDocumentStructure
The task/process of annotating the internal structure of a document (e.g. book chapters, sections in a journal article, title, preface, images/figures etc.)
enumeration http://w3id.org/meta-share/omtd-share/ParagraphSplitting
The task/process of segmenting a text into paragraphs and marking their boundaries
enumeration http://w3id.org/meta-share/omtd-share/SentenceSplitting
The task/process of recognizing and tagging sentence boundaries in a text
enumeration http://w3id.org/meta-share/omtd-share/Tokenization
The task/process of recognizing and tagging tokens (words, punctuation marks, digits etc.) in a text
enumeration http://w3id.org/meta-share/omtd-share/AuthoringSupport
The task/process of providing spelling, grammatical or stylistic suggestions as an aid for the authoring task
enumeration http://w3id.org/meta-share/omtd-share/GrammarChecking
enumeration http://w3id.org/meta-share/omtd-share/L2WritingSupport
enumeration http://w3id.org/meta-share/omtd-share/LanguageChecking
The task/process of identifying (and usually correcting) grammatical mistakes in a text
enumeration http://w3id.org/meta-share/omtd-share/SpellChecking
The task/process of checking the accuracy of spelling of a word (and usually correcting it) according to the accepted form
enumeration http://w3id.org/meta-share/omtd-share/ContentMining
The automated analysis of large volumes of content of any form or medium (e.g. text, images, videos, graphs, metadata etc.) that leads to the discovery of previously undiscovered information (e.g. identification of relationships between entities).
enumeration http://w3id.org/meta-share/omtd-share/Evaluation
The task/process of assessing the quality of a resource, e.g. based on the contents (for a dataset) or performance (for a tool or service)
enumeration http://w3id.org/meta-share/omtd-share/DeepParserPerformanceEvaluation
The task/process of measuring the speed and accuracy of deep parsers with respect to a manually parsed test corpus.
enumeration http://w3id.org/meta-share/omtd-share/EvaluationOfBroadCoverageNaturalLanguageParsers
The task/process of assessing the quality performance of parsers
enumeration http://w3id.org/meta-share/omtd-share/EvaluationOfMachineTranslationAndTranslationTools
The task/process of assessing the quality performance of machine translation tools
enumeration http://w3id.org/meta-share/omtd-share/SpeechSynthesisEvaluation
enumeration http://w3id.org/meta-share/omtd-share/TaskOrientedTextAnalysisEvaluation
enumeration http://w3id.org/meta-share/omtd-share/LanguageTechnology
Language technology, often called human language technology, studies methods of how computer programs or electronic devices can analyze, produce, modify or respond to human texts and speech. It consists of natural language processing and computational linguistics on the one hand, and speech technology on the other. [Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/NaturalLanguageGeneration
The task/process of generating natural language text from some non-linguistic representation of information.
enumeration http://w3id.org/meta-share/omtd-share/AutomaticSubtitling
The task/process of automatically adding subtitles to a video
enumeration http://w3id.org/meta-share/omtd-share/Conjugation
The act of generating (listing in a prescribed order) the various inflectional forms of a word
enumeration http://w3id.org/meta-share/omtd-share/LexicalSimplification
The task of replacing individual words of a text with words that are easier to understand, so that the text as a whole becomes easier to comprehend, e.g. by people with learning disabilities or by children who learn to read [from https://link.springer.com/chapter/10.1007/978-3-642-28601-8_36]
enumeration http://w3id.org/meta-share/omtd-share/LexicalSubstitution
The task of identifying a substitute for a word in the context of a clause [from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/MultilingualGeneration
The task/process of generating content in multiple languages
enumeration http://w3id.org/meta-share/omtd-share/NewsGeneration
enumeration http://w3id.org/meta-share/omtd-share/SignLanguageGeneration
The task/process of generating videos in sign language
enumeration http://w3id.org/meta-share/omtd-share/SpeechSynthesis
enumeration http://w3id.org/meta-share/omtd-share/SpokenLanguageGeneration
enumeration http://w3id.org/meta-share/omtd-share/Summarization
The process/task of reducing one or more textual documents with a computer program in order to create a summary that retains the most important points of the original document(s).
enumeration http://w3id.org/meta-share/omtd-share/SyntacticStructureGeneration
enumeration http://w3id.org/meta-share/omtd-share/TextGeneration
enumeration http://w3id.org/meta-share/omtd-share/TextSimplification
The task of replacing textual segments (phrases, clauses, etc.) with other segments that have similar meaning but are easier to understand
enumeration http://w3id.org/meta-share/omtd-share/TextToSpeechSynthesis
The task/process of converting speech into natural language text
enumeration http://w3id.org/meta-share/omtd-share/DocumentReading
The task/process of converting the contents of a digital document into speech in order to aid mainly individuals with visual impairments
enumeration http://w3id.org/meta-share/omtd-share/OperationWithMultimediaInputOrOutput
enumeration http://w3id.org/meta-share/omtd-share/AvatarSynthesis
enumeration http://w3id.org/meta-share/omtd-share/ConversationalSystemsBuilding
All activities related to the creation of conversational/dialogue systems (i.e. computer systems intended to converse with humans, through one or more communication modalities, such as text, speech, graphics, haptics, gestures)
enumeration http://w3id.org/meta-share/omtd-share/EmotionGeneration
enumeration http://w3id.org/meta-share/omtd-share/FaceDetection
The task/process of recognizing that a person appears on a digital image or a video frame from a video source and possibly marking the contours around it
enumeration http://w3id.org/meta-share/omtd-share/FaceRecognition
The task/process of identifying or verifying a person from a digital image or a video frame from a video source [adapted from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/FaceVerification
The task/process of validating a claimed identity based on the image of a face, and either accepting or rejecting the identity claim [adapted from http://www.idiap.ch/~marcel/labs/faceverif.php]
enumeration http://w3id.org/meta-share/omtd-share/HumanComputerInteraction
A multi-disciplinary research area focusing on the design and use of computer technology deployed in interfaces between humans and computers
enumeration http://w3id.org/meta-share/omtd-share/MultimediaDevelopment
enumeration http://w3id.org/meta-share/omtd-share/MultimediaDocumentProcessing
enumeration http://w3id.org/meta-share/omtd-share/MultimodalIntegration
The study of how information from the different sensory modalities, such as sight, sound, touch, smell, self-motion and taste, may be integrated by the nervous system. [from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/PersonIdentification
A process that identifies an individual uniquely by using unique personal identification number (PIN) and/or biometrics like fingerprint, face recognition etc.
enumeration http://w3id.org/meta-share/omtd-share/SignLanguageRecognition
The task/process of recognizing from images and videos hand gestures performed in sign language
enumeration http://w3id.org/meta-share/omtd-share/SpeechAssistedVideoControl
enumeration http://w3id.org/meta-share/omtd-share/SpeechRecognition
The use of computer hardware and software-based techniques to identify and process human voice used tused to identify the words a person has spoken or to authenticate the identity of the person speaking into the system [adapted from https://www.techopedia.com/definition/6044/automatic-speech-recognition-asr]
enumeration http://w3id.org/meta-share/omtd-share/LipTrackingAnalysis
The task/process of recognising the lip contour and tracking the movements of lips in lip reading
enumeration http://w3id.org/meta-share/omtd-share/SpeakerIdentification
The task/process of identifying/recognizing who the person speaking is
enumeration http://w3id.org/meta-share/omtd-share/SpeakerVerification
The task/process of verifying that a certain person is speaking
enumeration http://w3id.org/meta-share/omtd-share/SpeechAnalysis
enumeration http://w3id.org/meta-share/omtd-share/SpeechEnhancement
The improvement of speech intelligibility by removing background noise from the speech signal
enumeration http://w3id.org/meta-share/omtd-share/SpeechUnderstanding
enumeration http://w3id.org/meta-share/omtd-share/SpokenLanguageUnderstanding
enumeration http://w3id.org/meta-share/omtd-share/Transcription
enumeration http://w3id.org/meta-share/omtd-share/OrthographicTranscription
The task/process of transcribing a source language word/phrase or an audio segment into the standard spelling system of a target language
enumeration http://w3id.org/meta-share/omtd-share/PhoneticTranscription
The visual representation of speech sounds (or phones)
enumeration http://w3id.org/meta-share/omtd-share/Transliteration
Transliteration is the process of transferring a word from the alphabet of one language to another. [vocabulary.com]
enumeration http://w3id.org/meta-share/omtd-share/TalkingHeadSynthesis
enumeration http://w3id.org/meta-share/omtd-share/SupportOperation
Any operation that is used to support LT tasks, either for creating workflows or for executing them
enumeration http://w3id.org/meta-share/omtd-share/Anonymization
The task/process through which particular text segments or data units that allow the identification of a person are removed or replaced
enumeration http://w3id.org/meta-share/omtd-share/DataMasking
The process of hiding original data with modified content (characters or other data) in order to protect data classified as personal identifiable data, or sensitive data [adapted from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/TextEncryption
enumeration http://w3id.org/meta-share/omtd-share/BuildingOfFiniteStateAutomata
The task/process of creating Finite State Automata (a mathematical model of computation)
enumeration http://w3id.org/meta-share/omtd-share/CommentFiltering
The identification and removal of abusive, bullying, etc. comments from texts
enumeration http://w3id.org/meta-share/omtd-share/CorpusManagement
The task/process of managing corpora, e.g. creating, viewing, etc. through an integrated environment
enumeration http://w3id.org/meta-share/omtd-share/ManagementOfAnnotations
The task/process of managing (manually or (semi-)automatically) annotated texts, distributing them among annotators and monitoring their work
enumeration http://w3id.org/meta-share/omtd-share/DataCollection
The process of gathering and measuring information on targeted variables in an established systematic fashion, which then enables one to answer relevant questions and evaluate outcomes.
enumeration http://w3id.org/meta-share/omtd-share/Crawling
The use of bots that crawl the web (crawlers) in order to spot content that matches user-set criteria and download them to create large datasets
enumeration http://w3id.org/meta-share/omtd-share/DataMerging
The task/process of merging (combining) together data from various sources
enumeration http://w3id.org/meta-share/omtd-share/DataSplitting
The task/process of splitting (partitioning) available data into parts, usually for cross-validatory purposes, e.g. in order to use one part for training purposes and the other for evaluation.
enumeration http://w3id.org/meta-share/omtd-share/Debugging
The task/process of removing errors from a computer programme
enumeration http://w3id.org/meta-share/omtd-share/DocumentComparison
The task/process of comparing different versions of the same document
enumeration http://w3id.org/meta-share/omtd-share/DocumentImageAnalysis
The processing of images of documents in order to obtain a machine-readable description of the their contents and structure from the pixel data [adapted from https://www.ias.ac.in/article/fulltext/sadh/027/01/0003-0022]
enumeration http://w3id.org/meta-share/omtd-share/Editing
The task/process of changing the contents of a resource
enumeration http://w3id.org/meta-share/omtd-share/FacialExpressionRecognition
The task/process of detecting emotions on human face based on biometric markers [adapted from https://sightcorp.com/knowledge-base/facial-expression-recognition/]
enumeration http://w3id.org/meta-share/omtd-share/FeatureExtraction
Feature extraction consists in transforming arbitrary data, such as text or images, into numerical features usable for machine learning
enumeration http://w3id.org/meta-share/omtd-share/FlowControl
enumeration http://w3id.org/meta-share/omtd-share/FormatConversion
The task/process of converting (changing) the format of a resource into another (e.g. PDF to TXT or XML)
enumeration http://w3id.org/meta-share/omtd-share/DependencyConversion
The task/process of converting constituency structures to dependency trees
enumeration http://w3id.org/meta-share/omtd-share/LexiconFormatConversion
The task/process of converting the format of a lexical/conceptual resource into another (e.g. from TSV to XML)
enumeration http://w3id.org/meta-share/omtd-share/HandwritingRecognition
The ability of a computer to receive and interpret intelligible handwritten input from sources such as paper documents, photographs, touch-screens and other devices [from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/InformationStorage
enumeration http://w3id.org/meta-share/omtd-share/LanguageIdentification
The task/process of guessing what natural language a text or text segment is written in
enumeration http://w3id.org/meta-share/omtd-share/LanguageModelling
The construction of statistical or Machine Learning language models
enumeration http://w3id.org/meta-share/omtd-share/DialogueModelling
The task/process of building models of dialogues to be used in dialogue systems
enumeration http://w3id.org/meta-share/omtd-share/StatisticalLanguageModelling
enumeration http://w3id.org/meta-share/omtd-share/TrainingOfLanguageModels
The task/process of training (statistical) language models that  that can estimate the distribution of natural language as accurately as possible.
enumeration http://w3id.org/meta-share/omtd-share/TrainingOfMachineLearningModels
The task/process of creating Machine Learning (ML) models by providing a ML algorithm with training data that help the algorithm discover patterns in data, and construct the appropriate models using these discoveries
enumeration http://w3id.org/meta-share/omtd-share/TrainingOfNmtModels
enumeration http://w3id.org/meta-share/omtd-share/LinguisticAnalysis
Any operation that aims at the analysis of language or its structure
enumeration http://w3id.org/meta-share/omtd-share/AnaphoraResolution
The process/task of identifying all linguistic expressions that appear in a certain text or across texts and refer to the same entity
enumeration http://w3id.org/meta-share/omtd-share/CoReferenceResolution
The process/task of determining all linguistic expressions that refer to the same entity in a certain text or across texts.
enumeration http://w3id.org/meta-share/omtd-share/IntraDocumentCoReferenceResolution
enumeration http://w3id.org/meta-share/omtd-share/DerivationalAnalysis
The analysis of a word in order to identify its derivation, i.e. whether and how it has been formed on the basis of another word (e.g. through the use of affixes)
enumeration http://w3id.org/meta-share/omtd-share/DiscourseAnalysis
A method of analysing the structure of texts or utterances longer than one sentence, taking into account both their linguistic content and their sociolinguistic context; analysis performed using this method.[OED, https://en.oxforddictionaries.com/definition/discourse_analysis]
enumeration http://w3id.org/meta-share/omtd-share/MorphologicalAnalysis
The analysis of the structure of words and their relations to other words as regards their form and derivation
enumeration http://w3id.org/meta-share/omtd-share/MachineTranslationSupport
Any operation that can be used for training or support of Machine Translation tools
enumeration http://w3id.org/meta-share/omtd-share/Alignment
Establishment of translational equivalences between structural units (words, sentences etc.) of a text in a given language and a text with similar meaning in other language(s)
enumeration http://w3id.org/meta-share/omtd-share/PhraseAlignment
Alignment at phrase level
enumeration http://w3id.org/meta-share/omtd-share/SentenceAlignment
Alignment at sentence level
enumeration http://w3id.org/meta-share/omtd-share/WordAlignment
Alignment at word level
enumeration http://w3id.org/meta-share/omtd-share/ParallelSentenceExtraction
The task/process of identifying parallel sentences (i.e. sentences that have the same sense in different languages) in parallel texts
enumeration http://w3id.org/meta-share/omtd-share/Matching
The task/performance of identifying similar elements in two resources
enumeration http://w3id.org/meta-share/omtd-share/GazeteerBasedMatching
The task/process of performing a comparison between a text/dataset and a gazeteer and identifying in the text/dataset units that are included in the gazeteer
enumeration http://w3id.org/meta-share/omtd-share/NlpDevelopmentSupport
enumeration http://w3id.org/meta-share/omtd-share/Normalization
The task/process of editing a text in order to remove unwanted material (e.g. quotation marks, hyphenations etc.) or to substitute/represent specific items (tokens, dates,  etc.) with normalized values
enumeration http://w3id.org/meta-share/omtd-share/ConceptNormalization
The task of mapping free-form expressions to the concepts of a specific domain
enumeration http://w3id.org/meta-share/omtd-share/BiomedicalConceptNormalization
The task of mapping free-form expressions to medical terms [source: Medical concept normalization in social media posts with recurrent neural networks]
enumeration http://w3id.org/meta-share/omtd-share/NormalizationOfMeasurements
The task/process of substituting measurements with normalized values
enumeration http://w3id.org/meta-share/omtd-share/NormalizationOfNumbers
The task/process of substituting numbers with normalized values
enumeration http://w3id.org/meta-share/omtd-share/OptimalCharacterRecognition
The task/process of converting handwritten or printed material into machine editable text
enumeration http://w3id.org/meta-share/omtd-share/Paraphrasing
A task/process whereby a text fragment is reproduced with another text fragment that conveys the same or similar information
enumeration http://w3id.org/meta-share/omtd-share/Pseudonymization
The processing of personal data in such a way that the data can no longer be attributed to a specific data subject without the use of additional information (from GDPR)
enumeration http://w3id.org/meta-share/omtd-share/ResourceAccess
Any operation that enables accessing a resource
enumeration http://w3id.org/meta-share/omtd-share/Reading
Getting access to the contents of an input resource
enumeration http://w3id.org/meta-share/omtd-share/Writing
The task/process of producing the output results of a process/workflow in various formats
enumeration http://w3id.org/meta-share/omtd-share/ScriptBasedAnalysis
The task/process of analysing a resource following a script
enumeration http://w3id.org/meta-share/omtd-share/SupportOfCrowdsourcingTasks
Any operation that can support tasks that are accomplished through crowdsourcing
enumeration http://w3id.org/meta-share/omtd-share/TagsetConversion
enumeration http://w3id.org/meta-share/omtd-share/TerminologyManagement
enumeration http://w3id.org/meta-share/omtd-share/TextCompression
enumeration http://w3id.org/meta-share/omtd-share/TextIndexing
enumeration http://w3id.org/meta-share/omtd-share/TranslationMemoryManagement
enumeration http://w3id.org/meta-share/omtd-share/TranslationProjectManagement
enumeration http://w3id.org/meta-share/omtd-share/UnicodeConformTokenizing
enumeration http://w3id.org/meta-share/omtd-share/UserAuthentication
enumeration http://w3id.org/meta-share/omtd-share/Validation
The task/process of confirming that a system/data resource meets the specifications and fulfills its intended purpose
enumeration http://w3id.org/meta-share/omtd-share/Viewing
The task/process of viewing the contents of a resource as performed by human beings
enumeration http://w3id.org/meta-share/omtd-share/CorpusViewing
The task/process of viewing the contents of a corpus as performed by human beings
enumeration http://w3id.org/meta-share/omtd-share/LexiconViewing
The task/process of viewing the contents of a lexicon as performed by human beings
enumeration http://w3id.org/meta-share/omtd-share/Visualization
The representation of an object, situation, or set of information as a chart, diagram or any other image that helps end users understand the contents or message
enumeration http://w3id.org/meta-share/omtd-share/LexiconVisualization
The task/process of visualizing information (e.g. using diagrams, 3-d images, word clouds etc.) contained in lexical/conceptual resources
enumeration http://w3id.org/meta-share/omtd-share/WordSenseDisambiguation
The process/task of identifying which sense of a word with multiple meanings is used in a particular context; the selection of the sense is made from a list of the word's senses.
enumeration http://w3id.org/meta-share/omtd-share/WordSenseInduction
The task of automatically identifying the senses of a word
enumeration http://w3id.org/meta-share/omtd-share/SupportOperationForKnowledgeResources
Any operation that intends to support the creation, curation or use of knowledge resource
enumeration http://w3id.org/meta-share/omtd-share/BilingualLexiconInduction
The task/process of inducing word translations from monolingual or comparable corpora in two languages
enumeration http://w3id.org/meta-share/omtd-share/LexiconAccess
The task/process of accessing lexical/conceptual resources (either by humans or computer programs)
enumeration http://w3id.org/meta-share/omtd-share/LexiconAcquisitionFromCorpora
The task/process of constructing lexical resources from corpora
enumeration http://w3id.org/meta-share/omtd-share/LexiconCreation
The task/process of constructing lexical resources (e.g. dictionaries, computational lexica, glossaries, etc.)
enumeration http://w3id.org/meta-share/omtd-share/LexiconEnhancement
The task/process of improving (e.g. increasing the size of entries, improving the information, adding new types of information, etc.) a lexicon
enumeration http://w3id.org/meta-share/omtd-share/LexiconExtractionFromLexica
The task/process of constructing lexical resources based on the restructuring of lexical information contained in lexica (e.g. by parsing definitions or using syntactic information attached to lemmas)
enumeration http://w3id.org/meta-share/omtd-share/LexiconMerging
The task/process of merging (combining together) information coming from various lexical/conceptual resources
enumeration http://w3id.org/meta-share/omtd-share/TextAndDataMining
The automated processing of unstructured text and/or structured data leading to the extraction of previously hidden knowledge.
enumeration http://w3id.org/meta-share/omtd-share/ImageUnderstanding
Advanced image processing in which artificial-intelligence techniques are used to interpret images by locating, characterizing, and recognizing objects and other features in the scene. [from https://www.encyclopedia.com/computing/dictionaries-thesauruses-pictures-and-press-releases/image-understanding]
enumeration http://w3id.org/meta-share/omtd-share/InformationExtraction
The process/task of automatically extracting structured information from unstructured and/or semi-structured data
enumeration http://w3id.org/meta-share/omtd-share/AgeBracketDetection
The task/process of identifying in a text a segment inside parentheses that describes an age group or age-related utterance
enumeration http://w3id.org/meta-share/omtd-share/AuthorClassification
The task/process of organizing documents into groups/classes on the basis of their author
enumeration http://w3id.org/meta-share/omtd-share/AutomaticHyperlinking
The identification of hyperlinkable entities (concepts, named entities) in a text and the assignment of hyperlinks (link targets) for each such entity.
enumeration http://w3id.org/meta-share/omtd-share/BotDetection
The task/process of identifying segments of text or speech discourse that have been uttered by bots
enumeration http://w3id.org/meta-share/omtd-share/ComputationalArgumentation
The process/task of identifying and representing argumentation in text, so that systems have the ability to use them in tasks, such as automated logical reasoning
enumeration http://w3id.org/meta-share/omtd-share/ContradictionDetection
The task/process of identifying conflicting statements (contradictions) in a dataset
enumeration http://w3id.org/meta-share/omtd-share/EmotionDetection
enumeration http://w3id.org/meta-share/omtd-share/EmotionLabelling
The process/task of identifying types of feelings (e.g. anger, fear, happiness, sadness, etc.) in the linguistic expression of texts or facial expressions
enumeration http://w3id.org/meta-share/omtd-share/EntityMentionLabelling
enumeration http://w3id.org/meta-share/omtd-share/EntityMentionRecognition
The task/process of detecting in a text mentions of a specific class of entities (e.g. biochemical entities, historical persons)
enumeration http://w3id.org/meta-share/omtd-share/EventDetection
The process/task of identifying events in data (text, video, images etc.), usually combined with their classification into types of events and recognition of the event attributes (e.g. time, place, participants and duration)
enumeration http://w3id.org/meta-share/omtd-share/ExtractionOfDomainSpecificInformation
Extraction of information that pertains to specific domains/disciplines; it can be used combined with "Annotation type" to specify the type of information extracted
enumeration http://w3id.org/meta-share/omtd-share/ExtractionOfFundingInformation
The task/process of detecting in a text and extracting information relevant to funding (e.g. funding programme, award, funder etc.)
enumeration http://w3id.org/meta-share/omtd-share/ExtractionOfQuantitativeInformation
The task of computing and extracting quantitative properties (e.g. of strings, words, etc.)
enumeration http://w3id.org/meta-share/omtd-share/FactChecking
The act of checking factual assertions in non-fictional text in order to determine the veracity and correctness of the factual statements in the text [from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/FakeNewsDetection
The process of detecting whether a certain news item is fake (i.e. a type of news items of yellow journalism or propaganda that consists of deliberate disinformation or hoaxes spread via traditional news media or online social media) [adapted from wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/FrameExtraction
The task of recognizing words and phrases that evoke semantic frames as defined in the FrameNet project, and their semantic dependents.
enumeration http://w3id.org/meta-share/omtd-share/FrequencyCount
The task of counting frequencies of entities (e.g. words, strings, sentences, specific tags, etc.)
enumeration http://w3id.org/meta-share/omtd-share/GenderDetection
enumeration http://w3id.org/meta-share/omtd-share/HateSpeechRecognition
The task of automatically identifying hate speech, i.e. statements intended to demean and brutalize another, or the use of cruel and derogatory language on the basis of real or alleged membership in a social group [adapted from wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/HumourDetection
The task of identifying in a text structures and phrases of humour
enumeration http://w3id.org/meta-share/omtd-share/IronyDetection
The task of identifying in a text segments expressing irony and classifying  them into types
enumeration http://w3id.org/meta-share/omtd-share/KeywordExtraction
The task/process of identifying keywords (words deemed indicative of the topic/subject) in a text/corpus
enumeration http://w3id.org/meta-share/omtd-share/LanguageDetection
enumeration http://w3id.org/meta-share/omtd-share/MultimediaInformationExtraction
The process/task of automatically extracting structured information from multimedia data
enumeration http://w3id.org/meta-share/omtd-share/NamedEntityRecognition
A subtask of information extraction that seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc.
enumeration http://w3id.org/meta-share/omtd-share/NamedEntityDisambiguation
The task/process of selecting among candidate entities from a knowledge base (or other information resource) the ones to which the named entities in a text refer to
enumeration http://w3id.org/meta-share/omtd-share/NaturalLanguageUnderstanding
The comprehension by computers of the structure and meaning of human languages, allowing users to interact with the computer using natural sentences. [adapted from https://www.gartner.com/it-glossary/nlu-natural-language-understanding]
enumeration http://w3id.org/meta-share/omtd-share/NegationDetection
The task/process of identifying negative cues (words, phrases) in a text
enumeration http://w3id.org/meta-share/omtd-share/PersuasiveExpressionMining
The task/process of identifying and extracting (especially from political speech texts) pieces of text that aim to persuade
enumeration http://w3id.org/meta-share/omtd-share/PolarityDetection
enumeration http://w3id.org/meta-share/omtd-share/ProsodicInformationProcessing
enumeration http://w3id.org/meta-share/omtd-share/QuestionAnswering
The task/process where computer systems try to automatically answer questions posed by users in the form of natural language.
enumeration http://w3id.org/meta-share/omtd-share/RecognizingTextualEntailment
A task/process that intends to recognize for two text fragments whether the meaning of one text is entailed in that of the other, i.e. whether the truth of one text fragment follows from that of the other fragment.
enumeration http://w3id.org/meta-share/omtd-share/RelationExtraction
The process/task of identifying and classifying relation mentions between entities in text and/or data.
enumeration http://w3id.org/meta-share/omtd-share/RepresentationOfSpaceAndTime
enumeration http://w3id.org/meta-share/omtd-share/RumoursStanceClassification
The task of identifying the attitude of a person towards the truthfulness of a rumour
enumeration http://w3id.org/meta-share/omtd-share/SemanticReasoning
The inferrence of logical consequences from a set of asserted facts or axioms [from wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/SentimentAnalysis
The process/task of computationally identifying and categorizing opinions expressed in a piece of text, especially in order to determine whether the writer's attitude towards a particular topic, product, etc. is positive, negative, or neutral
enumeration http://w3id.org/meta-share/omtd-share/SpeechRetrieval
enumeration http://w3id.org/meta-share/omtd-share/StanceDetection
The extraction of a subject’s reaction to a claim made by a primary actor [http://nlpprogress.com/english/stance_detection.html]
enumeration http://w3id.org/meta-share/omtd-share/TemporalExpressionRecognition
The task/process of identifying temporal expressions (also called timex) in a text in order to extract temporal information
enumeration http://w3id.org/meta-share/omtd-share/TermExtraction
The act/process of identifying and extracting candidate terms from a domain-specific corpus
enumeration http://w3id.org/meta-share/omtd-share/TextAnalysis
enumeration http://w3id.org/meta-share/omtd-share/TextCategorization
The task/process of assigning documents into classes or categories
enumeration http://w3id.org/meta-share/omtd-share/TextSimilarityAssessment
The task of determining the degree of closeness between two pieces of text
enumeration http://w3id.org/meta-share/omtd-share/TopicDetection
The task/process of identifying the topic of a text or dataset (e.g. by clustering keywords or using topic models)
enumeration http://w3id.org/meta-share/omtd-share/TruthLabelling
The task of assigning a true/false tag to a news item, headline, claim, etc.
enumeration http://w3id.org/meta-share/omtd-share/InformationRetrieval
The activity of obtaining information resources relevant to an information need from a collection of information resources; searches can be based on full-text or other content-based indexing
enumeration http://w3id.org/meta-share/omtd-share/CrossLingualSearch
The ability of a system to retrieve relevant documents in various languages in response to a user query that is formulated in only one language
enumeration http://w3id.org/meta-share/omtd-share/ExploratorySearch
A type of search which, in contrast to traditional lookup search, covers a broad class of activities, such as investigating, evaluating, comparing, and synthesizing
enumeration http://w3id.org/meta-share/omtd-share/InformationFiltering
The process/task of removing (filtering out) redundant or unwanted information from an information stream using (semi)automated or computerized methods prior to presentation to a human user; the selection of the items is based on the correlation between the content of the items and the user’s preferences (content-based filtering) or the correlation between people with similar preferences (collaborative filtering)
enumeration http://w3id.org/meta-share/omtd-share/InformationFilteringByRecommenderSystems
The delivery of information in the form of suggestions by recommender systems; recommender systems seek to predict the ""rating"" or ""preference"" that a user would give to an item
enumeration http://w3id.org/meta-share/omtd-share/MultilingualInformationRetrieval
enumeration http://w3id.org/meta-share/omtd-share/MultimediaRetrieval
The activity of obtaining multimedia information resources relevant to an information need from a collection of multimedia information resources
enumeration http://w3id.org/meta-share/omtd-share/SemanticSearch
A type of search that seeks to improve search accuracy by understanding the searcher's intent and the contextual meaning of terms as they appear in the searchable dataspace, whether on the Web or within a closed system, to generate more relevant results.
enumeration http://w3id.org/meta-share/omtd-share/TerminologySearch
enumeration http://w3id.org/meta-share/omtd-share/KnowledgeAcquisition
The process/task of extracting, organising and systematising knowledge usually of a specific domain from external sources so that it can be used in a knowledge-based system
enumeration http://w3id.org/meta-share/omtd-share/OntologyAcquisition
The task/process of creating an ontology based on other resources (corpora, other lexical resources, etc.)
enumeration http://w3id.org/meta-share/omtd-share/OntologyEnhancement
The task/process of improving an ontology, typically by adding new relations or entities
enumeration http://w3id.org/meta-share/omtd-share/KnowledgeDiscovery
The task/process of automatically searching large volumes of data for patterns that can be considered knowledge about the data
enumeration http://w3id.org/meta-share/omtd-share/KnowledgeRepresentation
The task/process of representing information about entities in a form that machines are capable of understanding it
enumeration http://w3id.org/meta-share/omtd-share/Prediction
In Machine Learning, it refers to the use of algorithms that learn from previous data in order to make predictions on data (by estimating probabilities from previous data)
enumeration http://w3id.org/meta-share/omtd-share/TextSpeechDataAnalytics
enumeration http://w3id.org/meta-share/omtd-share/SpeechAnalytics
enumeration http://w3id.org/meta-share/omtd-share/TextAndDataAnalytics
The process/task of converting unstructured text and data into high-quality structured data that can be further analysed to extract knowledge, support decision making etc.
enumeration http://w3id.org/meta-share/omtd-share/Translation
The task/process of expressing the sense of a sequence of words in one language into another language
enumeration http://w3id.org/meta-share/omtd-share/ImageTranslation
The automatic extraction of text contained in an image (e.g. by OCR technology), its subsequent translation into another language, followed by a digital image processing step in order to reconstruct the original image with the translated text [adapted from https://en.wikipedia.org/wiki/Image_translation]
enumeration http://w3id.org/meta-share/omtd-share/Localization
The process of adapting a product or content to a specific locale or market, including translation of relevant language material but also converting to local measures and currency units, modifications necessary to adapt to cultural differences of the target audience, etc. [adapted from https://www.gala-global.org/industry/intro-language-industry/what-localization]
enumeration http://w3id.org/meta-share/omtd-share/MachineTranslation
The automatic translation of a text from one language into another performed by software without human involvement
enumeration http://w3id.org/meta-share/omtd-share/ComputerAidedTranslation
A form of translation performed by a human translator with the aid of software programmes
enumeration http://w3id.org/meta-share/omtd-share/HumanAidedMachineTranslation
The process of performing Machine Translation facilitated by pre-editing or post-editing steps, or interactive human intervention to steer or select from alternative translations
enumeration http://w3id.org/meta-share/omtd-share/SpeechToSpeechTranslation
The process by which spoken utterances in one language are automatically translated and spoken aloud in another language
enumeration http://w3id.org/meta-share/omtd-share/SpeechToTextTranslation
Used by
Complex Type ms:LTClass
Source
<xs:element name="LTClassRecommended" type="omtd:Operation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies a class taken from the LT taxonomy</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">LT class</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LTClassOther
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A free text element to be used if none of the recommended values applies to the resource described
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Complex Type ms:LTClass
Source
<xs:element name="LTClassOther">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text element to be used if none of the recommended values applies to the resource described</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">LT class (other)</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:actualUse
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on how the resource has been used (e.g., in a project, for a publication, for testing a tool/service, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#usedInApplication CLARIN-SHARE_xsd.tmp#hasOutcome CLARIN-SHARE_xsd.tmp#usageProject CLARIN-SHARE_xsd.tmp#usageReport CLARIN-SHARE_xsd.tmp#actualUseDetails CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ActualUse
Type ms:ActualUse
Properties
content complex
Used by
Model
Children ms:actualUseDetails, ms:hasOutcome, ms:usageProject, ms:usageReport, ms:usedInApplication
Instance
<ms:actualUse xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:usedInApplication>{0,unbounded}</ms:usedInApplication>
  <ms:hasOutcome>{0,unbounded}</ms:hasOutcome>
  <ms:usageProject>{0,unbounded}</ms:usageProject>
  <ms:usageReport>{0,unbounded}</ms:usageReport>
  <ms:actualUseDetails xml:lang="">{0,unbounded}</ms:actualUseDetails>
</ms:actualUse>
Source
<xs:element name="actualUse" type="ms:ActualUse">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on how the resource has been used (e.g., in a project, for a publication, for testing a tool/service, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/actualUse</identifier>
      <label xml:lang="en">actual use</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:usedInApplication
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies an LT application where the language resource has been used in
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LTClassRecommended CLARIN-SHARE_xsd.tmp#LTClassOther CLARIN-SHARE_xsd.tmp#LTClass
Type ms:LTClass
Properties
content complex
Used by
Complex Type ms:ActualUse
Model
Children ms:LTClassOther, ms:LTClassRecommended
Instance
<ms:usedInApplication xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LTClassRecommended>{1,1}</ms:LTClassRecommended>
  <ms:LTClassOther>{1,1}</ms:LTClassOther>
</ms:usedInApplication>
Source
<xs:element name="usedInApplication" type="ms:LTClass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies an LT application where the language resource has been used in</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/usedInApplication</identifier>
      <label xml:lang="en">used in application</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasOutcome
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B which is created / extracted from LR A (the one being described), i.e. LR A has been used as the basis/initial/source material for LR B
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:ActualUse
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasOutcome xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasOutcome>
Source
<xs:element name="hasOutcome" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B which is created / extracted from LR A (the one being described), i.e. LR A has been used as the basis/initial/source material for LR B</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasOutcome</identifier>
      <label xml:lang="en">outcome</label>
      <alt_label xml:lang="en">is source of</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:usageProject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a project in which the language resource has been used
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder CLARIN-SHARE_xsd.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Used by
Complex Type ms:ActualUse
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Instance
<ms:usageProject xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
</ms:usageProject>
Source
<xs:element name="usageProject" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a project in which the language resource has been used</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/usageProject</identifier>
      <label xml:lang="en">usage project</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:usageReport
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a document (e.g., research article, report) describing a project, application, experiment or use case where the language resource has been used
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Complex Type ms:ActualUse
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:usageReport xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:usageReport>
Source
<xs:element name="usageReport" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a document (e.g., research article, report) describing a project, application, experiment or use case where the language resource has been used</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/usageReport</identifier>
      <label xml:lang="en">usage report</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:title
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a human-readable text (typically short) used as a name for referring to the document being described
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Complex Type ms:GenericDocument
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="title">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a human-readable text (typically short) used as a name for referring to the document being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/title</identifier>
      <label xml:lang="en">title</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:DocumentIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a document (mainly intended for published documents)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#DocumentIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DocumentIdentifier
Type ms:DocumentIdentifier
Properties
content complex
Used by
Element ms:Document
Complex Type ms:GenericDocument
Attributes
QName Type Use Annotation
ms:DocumentIdentifierScheme restriction of ms:httpURI required
A scheme according to which an identifier is assigned by the authority that issues it (e.g., DOI, PubMed Central, etc.) specifically for publications
Source
<xs:element name="DocumentIdentifier" type="ms:DocumentIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a document (mainly intended for published documents)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DocumentIdentifier</identifier>
      <label xml:lang="en">Document identifier</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:actualUseDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes in free text specific use cases or situations where the language resource has been used
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:ActualUse
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="actualUseDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes in free text specific use cases or situations where the language resource has been used</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/actualUseDetails</identifier>
      <label xml:lang="en">actual use details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:validated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the resource has undergone a formal validation process
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="validated" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the resource has undergone a formal validation process</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validated</identifier>
      <label xml:lang="en">validated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:validation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on each of the the validation procedure(s) a language resource may have undergone (e.g., formal validation of the whole resource, content validation of one part of the resource, etc.).
Diagram
Diagram CLARIN-SHARE_xsd.tmp#validationType CLARIN-SHARE_xsd.tmp#validationMode CLARIN-SHARE_xsd.tmp#validationDetails CLARIN-SHARE_xsd.tmp#validationExtent CLARIN-SHARE_xsd.tmp#isValidatedBy CLARIN-SHARE_xsd.tmp#validationReport CLARIN-SHARE_xsd.tmp#validator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Validation
Type ms:Validation
Properties
content complex
Used by
Model
Children ms:isValidatedBy, ms:validationDetails, ms:validationExtent, ms:validationMode, ms:validationReport, ms:validationType, ms:validator
Instance
<ms:validation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:validationType>{0,1}</ms:validationType>
  <ms:validationMode>{0,1}</ms:validationMode>
  <ms:validationDetails xml:lang="">{0,unbounded}</ms:validationDetails>
  <ms:validationExtent>{0,1}</ms:validationExtent>
  <ms:isValidatedBy>{0,unbounded}</ms:isValidatedBy>
  <ms:validationReport>{0,unbounded}</ms:validationReport>
  <ms:validator>{0,unbounded}</ms:validator>
</ms:validation>
Source
<xs:element name="validation" type="ms:Validation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on each of the the validation procedure(s) a language resource may have undergone (e.g., formal validation of the whole resource, content validation of one part of the resource, etc.).</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validation</identifier>
      <label xml:lang="en">validation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:validationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of validation that has been performed on a language resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/content
Value for 'Validation type' indicating that the validation is performed on the contents of the resource
enumeration http://w3id.org/meta-share/meta-share/formal
Value for 'Validation type' indicating that the validation is performed on formal aspects of the resource (e.g., size, syntactic validation, etc.)
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Validation
Source
<xs:element name="validationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of validation that has been performed on a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationType</identifier>
      <label xml:lang="en">validation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/content">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Validation type' indicating that the validation is performed on the contents of the resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/content</identifier>
            <label xml:lang="en">content</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/formal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Validation type' indicating that the validation is performed on formal aspects of the resource (e.g., size, syntactic validation, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/formal</identifier>
            <label xml:lang="en">formal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:validationMode
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of processing applied for the validation of the language resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic
Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits
enumeration http://w3id.org/meta-share/meta-share/interactive
Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process
enumeration http://w3id.org/meta-share/meta-share/manual
Value for 'Process mode' and its subclasses used for processes that are performed manually
enumeration http://w3id.org/meta-share/meta-share/mixed
Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Validation
Source
<xs:element name="validationMode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of processing applied for the validation of the language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationMode</identifier>
      <label xml:lang="en">validation mode</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/interactive</identifier>
            <label xml:lang="en">interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/manual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that are performed manually</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/manual</identifier>
            <label xml:lang="en">manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixed">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixed</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:validationDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides additional information in the form of free text about the validation process of a language resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Validation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="validationDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides additional information in the form of free text about the validation process of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationDetails</identifier>
      <label xml:lang="en">validation details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:validationExtent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the coverage of the language resource that has been validated
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/full
enumeration http://w3id.org/meta-share/meta-share/partial
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Validation
Source
<xs:element name="validationExtent">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the coverage of the language resource that has been validated</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationExtent</identifier>
      <label xml:lang="en">validation extent</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/full">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/full</identifier>
            <label xml:lang="en">full</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/partial">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/partial</identifier>
            <label xml:lang="en">partial</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:isValidatedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be) used for validating LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:Validation
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isValidatedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isValidatedBy>
Source
<xs:element name="isValidatedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be) used for validating LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isValidatedBy</identifier>
      <label xml:lang="en">validation tool</label>
      <alt_label xml:lang="en">is validated by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:validationReport
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a document with detailed information on the validation process and results
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Complex Type ms:Validation
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:validationReport xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:validationReport>
Source
<xs:element name="validationReport" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a document with detailed information on the validation process and results</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationReport</identifier>
      <label xml:lang="en">validation report</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:validator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a validation to the person(s), group(s) or organization(s) that have performed a specific validation of a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Complex Type ms:Validation
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:validator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:validator>
Source
<xs:element name="validator" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a validation to the person(s), group(s) or organization(s) that have performed a specific validation of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validator</identifier>
      <label xml:lang="en">validator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isDocumentedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a language resource to a document (e.g., research paper describing its contents or its use in a project, user manual, etc.) or any other form of documentation (e.g., a URL with support information) that is related to the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isDocumentedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isDocumentedBy>
Source
<xs:element name="isDocumentedBy" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a language resource to a document (e.g., research paper describing its contents or its use in a project, user manual, etc.) or any other form of documentation (e.g., a URL with support information) that is related to the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isDocumentedBy</identifier>
      <label xml:lang="en">documented in</label>
      <alt_label xml:lang="en">documentation report</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isDescribedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a document that describes the contents or operation of a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isDescribedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isDescribedBy>
Source
<xs:element name="isDescribedBy" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a document that describes the contents or operation of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isDescribedBy</identifier>
      <label xml:lang="en">described in</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isToBeCitedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the publication that must be used when citing the language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isToBeCitedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isToBeCitedBy>
Source
<xs:element name="isToBeCitedBy" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the publication that must be used when citing the language resource</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">preferred citation</label>
      <identifier>http://w3id.org/meta-share/meta-share/isToBeCitedBy</identifier>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isCitedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a publication that cites the language resource described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isCitedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isCitedBy>
Source
<xs:element name="isCitedBy" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a publication that cites the language resource described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isCitedBy</identifier>
      <label xml:lang="en">cited in</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isReviewedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a document that contains the review of LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isReviewedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isReviewedBy>
Source
<xs:element name="isReviewedBy" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a document that contains the review of LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isReviewedBy</identifier>
      <label xml:lang="en">reviewed in</label>
      <alt_label xml:lang="en">review</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isPartOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B which contains LR A (the one being described), e.g., a bilingual corpus that includes a monolingual corpus
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isPartOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isPartOf>
Source
<xs:element name="isPartOf" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B which contains LR A (the one being described), e.g., a bilingual corpus that includes a monolingual corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isPartOf</identifier>
      <label xml:lang="en">part of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isPartWith
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that together with LR A (the one being described) are parts of LR C
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isPartWith xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isPartWith>
Source
<xs:element name="isPartWith" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that together with LR A (the one being described) are parts of LR C</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isPartWith</identifier>
      <label xml:lang="en">part with</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isSimilarTo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that bears resemblances to LR A (the one being described), e.g., they have been built with the same theoretical principles or are the same with different formats or processed at the same level with different tools
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isSimilarTo xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isSimilarTo>
Source
<xs:element name="isSimilarTo" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that bears resemblances to LR A (the one being described), e.g., they have been built with the same theoretical principles or are the same with different formats or processed at the same level with different tools</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isSimilarTo</identifier>
      <label xml:lang="en">similar to</label>
      <alt_label xml:lang="en">is similar with</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isExactMatchWith
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that has the same contents with LR A; they may have different names or the same name and be stored on different locations
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isExactMatchWith xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isExactMatchWith>
Source
<xs:element name="isExactMatchWith" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that has the same contents with LR A; they may have different names or the same name and be stored on different locations</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isExactMatchWith</identifier>
      <label xml:lang="en">exact match with</label>
      <alt_label xml:lang="en">is same as</alt_label>
      <alt_label xml:lang="en">is identical with</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasMetadata
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to an external metadata record that describes the same language resource in another catalogue, repository, etc.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#GenericMetadataRecord
Type ms:GenericMetadataRecord
Properties
content complex
Used by
Model
Children ms:MetadataRecordIdentifier
Instance
<ms:hasMetadata xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{1,1}</ms:MetadataRecordIdentifier>
</ms:hasMetadata>
Source
<xs:element name="hasMetadata" type="ms:GenericMetadataRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to an external metadata record that describes the same language resource in another catalogue, repository, etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasMetadata</identifier>
      <label xml:lang="en">other metadata record</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isArchivedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be or has been) used for archiving LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isArchivedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isArchivedBy>
Source
<xs:element name="isArchivedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be or has been) used for archiving LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isArchivedBy</identifier>
      <label xml:lang="en">archiving tool</label>
      <alt_label xml:lang="en">is archived by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isContinuationOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that forms the basis of LR A (the one being described) upon which it has continued to extend / enrich
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isContinuationOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isContinuationOf>
Source
<xs:element name="isContinuationOf" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that forms the basis of LR A (the one being described) upon which it has continued to extend / enrich</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isContinuationOf</identifier>
      <label xml:lang="en">continuation of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:replaces
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that is an older version of LR A (the one being described) and has been replaced by it
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:replaces xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:replaces>
Source
<xs:element name="replaces" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that is an older version of LR A (the one being described) and has been replaced by it</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/replaces</identifier>
      <label xml:lang="en">previous versions</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedToLR
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a language resource that holds a relation with the entity being described (without further specification of the relation type)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isRelatedToLR xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isRelatedToLR>
Source
<xs:element name="isRelatedToLR" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a language resource that holds a relation with the entity being described (without further specification of the relation type)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedToLR</identifier>
      <label xml:lang="en">related to Language Resource/Technology</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isVersionOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that is a version (corrected, annotated, enriched, processed, etc.) of LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isVersionOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isVersionOf>
Source
<xs:element name="isVersionOf" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that is a version (corrected, annotated, enriched, processed, etc.) of LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isVersionOf</identifier>
      <label xml:lang="en">version of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:relation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a language resource to other related resources specifying also the type of relation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#relationType CLARIN-SHARE_xsd.tmp#relatedLR CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Relation
Type ms:Relation
Properties
content complex
Used by
Model
Children ms:relatedLR, ms:relationType
Instance
<ms:relation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:relationType xml:lang="">{1,unbounded}</ms:relationType>
  <ms:relatedLR>{1,1}</ms:relatedLR>
</ms:relation>
Source
<xs:element name="relation" type="ms:Relation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a language resource to other related resources specifying also the type of relation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relation</identifier>
      <label xml:lang="en">relation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:relationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes in a free text statement a relation holding between two Language Resources not yet covered by the schema
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Relation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="relationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes in a free text statement a relation holding between two Language Resources not yet covered by the schema</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relationType</identifier>
      <label xml:lang="en">relation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:relatedLR
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the language resource with which a relation is holding with the one being described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:Relation
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:relatedLR xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:relatedLR>
Source
<xs:element name="relatedLR" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the language resource with which a relation is holding with the one being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relatedLR</identifier>
      <label xml:lang="en">related language resource/technology</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:supportType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether some type of support (commercial, free, etc.) is provided for the resource installation or use
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/commercialSupport
enumeration http://w3id.org/meta-share/meta-share/discussionForum
enumeration http://w3id.org/meta-share/meta-share/freeSupport
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="supportType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether some type of support (commercial, free, etc.) is provided for the resource installation or use</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/supportType</identifier>
      <label xml:lang="en">support type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/commercialSupport">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/commercialSupport</identifier>
            <label xml:lang="en">commercial support</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/discussionForum">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/discussionForum</identifier>
            <label xml:lang="en">discussion forum</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/freeSupport">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/freeSupport</identifier>
            <label xml:lang="en">free support</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:LRSubclass
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the type of language resource that is described in the metadata record
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Corpus CLARIN-SHARE_xsd.tmp#LexicalConceptualResource CLARIN-SHARE_xsd.tmp#LanguageDescription CLARIN-SHARE_xsd.tmp#ToolService
Properties
content complex
Used by
Model
Children ms:Corpus, ms:LanguageDescription, ms:LexicalConceptualResource, ms:ToolService
Instance
<ms:LRSubclass xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Corpus>{1,1}</ms:Corpus>
  <ms:LexicalConceptualResource>{1,1}</ms:LexicalConceptualResource>
  <ms:LanguageDescription>{1,1}</ms:LanguageDescription>
  <ms:ToolService>{1,1}</ms:ToolService>
</ms:LRSubclass>
Source
<xs:element name="LRSubclass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the type of language resource that is described in the metadata record</xs:documentation>
    <xs:appinfo>
      <relation>mo</relation>
      <label>Subclass</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:Corpus"/>
      <xs:element ref="ms:LexicalConceptualResource"/>
      <xs:element ref="ms:LanguageDescription"/>
      <xs:element ref="ms:ToolService"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element ms:Corpus
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A structured collection of pieces of data (textual, audio, video, multimodal/multimedia, etc.) typically of considerable size and selected according to criteria external to the data (e.g. size, type of language, type of text producers or expected audience, etc.) to represent as comprehensively as possible the object of study
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Corpus_lrType CLARIN-SHARE_xsd.tmp#corpusSubclass CLARIN-SHARE_xsd.tmp#CorpusMediaPart CLARIN-SHARE_xsd.tmp#DatasetDistribution CLARIN-SHARE_xsd.tmp#personalDataIncluded CLARIN-SHARE_xsd.tmp#personalDataDetails CLARIN-SHARE_xsd.tmp#sensitiveDataIncluded CLARIN-SHARE_xsd.tmp#sensitiveDataDetails CLARIN-SHARE_xsd.tmp#anonymized CLARIN-SHARE_xsd.tmp#anonymizationDetails CLARIN-SHARE_xsd.tmp#isAnalysedBy CLARIN-SHARE_xsd.tmp#isEditedBy CLARIN-SHARE_xsd.tmp#isElicitedBy CLARIN-SHARE_xsd.tmp#isAnnotatedVersionOf CLARIN-SHARE_xsd.tmp#isAlignedVersionOf CLARIN-SHARE_xsd.tmp#isConvertedVersionOf CLARIN-SHARE_xsd.tmp#timeCoverage CLARIN-SHARE_xsd.tmp#geographicCoverage CLARIN-SHARE_xsd.tmp#register CLARIN-SHARE_xsd.tmp#userQuery
Properties
content complex
Used by
Element ms:LRSubclass
Model
Children ms:CorpusMediaPart, ms:DatasetDistribution, ms:anonymizationDetails, ms:anonymized, ms:corpusSubclass, ms:geographicCoverage, ms:isAlignedVersionOf, ms:isAnalysedBy, ms:isAnnotatedVersionOf, ms:isConvertedVersionOf, ms:isEditedBy, ms:isElicitedBy, ms:lrType, ms:personalDataDetails, ms:personalDataIncluded, ms:register, ms:sensitiveDataDetails, ms:sensitiveDataIncluded, ms:timeCoverage, ms:userQuery
Instance
<ms:Corpus xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lrType>{1,1}</ms:lrType>
  <ms:corpusSubclass>{1,1}</ms:corpusSubclass>
  <ms:CorpusMediaPart>{1,unbounded}</ms:CorpusMediaPart>
  <ms:DatasetDistribution>{1,unbounded}</ms:DatasetDistribution>
  <ms:personalDataIncluded>{1,1}</ms:personalDataIncluded>
  <ms:personalDataDetails xml:lang="">{0,unbounded}</ms:personalDataDetails>
  <ms:sensitiveDataIncluded>{1,1}</ms:sensitiveDataIncluded>
  <ms:sensitiveDataDetails xml:lang="">{0,unbounded}</ms:sensitiveDataDetails>
  <ms:anonymized>{0,1}</ms:anonymized>
  <ms:anonymizationDetails xml:lang="">{0,unbounded}</ms:anonymizationDetails>
  <ms:isAnalysedBy>{0,unbounded}</ms:isAnalysedBy>
  <ms:isEditedBy>{0,unbounded}</ms:isEditedBy>
  <ms:isElicitedBy>{0,unbounded}</ms:isElicitedBy>
  <ms:isAnnotatedVersionOf>{0,1}</ms:isAnnotatedVersionOf>
  <ms:isAlignedVersionOf>{0,1}</ms:isAlignedVersionOf>
  <ms:isConvertedVersionOf>{0,unbounded}</ms:isConvertedVersionOf>
  <ms:timeCoverage xml:lang="">{0,unbounded}</ms:timeCoverage>
  <ms:geographicCoverage xml:lang="">{0,unbounded}</ms:geographicCoverage>
  <ms:register xml:lang="">{0,unbounded}</ms:register>
  <ms:userQuery>{0,1}</ms:userQuery>
</ms:Corpus>
Source
<xs:element name="Corpus">
  <xs:annotation>
    <xs:documentation xml:lang="en">A structured collection of pieces of data (textual, audio, video, multimodal/multimedia, etc.) typically of considerable size and selected according to criteria external to the data (e.g. size, type of language, type of text producers or expected audience, etc.) to represent as comprehensively as possible the object of study</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/Corpus</identifier>
      <label xml:lang="en">Corpus</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/DataLanguageResource</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="lrType" fixed="Corpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <indexed>true</indexed>
            <display>false</display>
            <label>LR type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:corpusSubclass">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:CorpusMediaPart" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:DatasetDistribution" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:personalDataIncluded"/>
      <xs:element ref="ms:personalDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if personalDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:sensitiveDataIncluded"/>
      <xs:element ref="ms:sensitiveDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymized" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <rule>mandatory if personalDataIncluded=True or sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymizationDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if anonymized=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAnalysedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isEditedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isElicitedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAnnotatedVersionOf" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <recommended>true</recommended>
            <rule>show if corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAlignedVersionOf" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isConvertedVersionOf" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:hasAnnotatedVersion" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>om</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> 				<xs:element ref="ms:hasAlignedVersion" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>om</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> 				<xs:element ref="ms:hasConvertedVersion" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>om</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:timeCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:geographicCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:register" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:userQuery" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Corpus / ms:lrType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the language resource described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Corpus
Source
<xs:element name="lrType" fixed="Corpus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>LR type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:corpusSubclass
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a classification of corpora into types (used for descriptive reasons)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/annotatedCorpus
A corpus that has been processed and thus includes the raw data and the automatic or manual annotations that have been added to them
enumeration http://w3id.org/meta-share/meta-share/annotationsCorpus
A corpus of annotations without the raw data
enumeration http://w3id.org/meta-share/meta-share/rawCorpus
The form of the corpus that has not been enriched with annotations
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Corpus
Source
<xs:element name="corpusSubclass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a classification of corpora into types (used for descriptive reasons)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/corpusSubclass</identifier>
      <label xml:lang="en">corpus subclass</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/annotatedCorpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">A corpus that has been processed and thus includes the raw data and the automatic or manual annotations that have been added to them</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/annotatedCorpus</identifier>
            <label xml:lang="en">annotated corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/annotationsCorpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">A corpus of annotations without the raw data</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/annotationsCorpus</identifier>
            <label xml:lang="en">annotations corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/rawCorpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">The form of the corpus that has not been enriched with annotations</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/rawCorpus</identifier>
            <label xml:lang="en">raw corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:CorpusMediaPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A part/segment of a corpus based on its media type classification
Diagram
Diagram CLARIN-SHARE_xsd.tmp#CorpusTextPart CLARIN-SHARE_xsd.tmp#CorpusAudioPart CLARIN-SHARE_xsd.tmp#CorpusVideoPart CLARIN-SHARE_xsd.tmp#CorpusImagePart CLARIN-SHARE_xsd.tmp#CorpusTextNumericalPart CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__CorpusMediaPart
Type ms:CorpusMediaPart
Properties
content complex
Used by
Element ms:Corpus
Model
Children ms:CorpusAudioPart, ms:CorpusImagePart, ms:CorpusTextNumericalPart, ms:CorpusTextPart, ms:CorpusVideoPart
Instance
<ms:CorpusMediaPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:CorpusTextPart>{1,1}</ms:CorpusTextPart>
  <ms:CorpusAudioPart>{1,1}</ms:CorpusAudioPart>
  <ms:CorpusVideoPart>{1,1}</ms:CorpusVideoPart>
  <ms:CorpusImagePart>{1,1}</ms:CorpusImagePart>
  <ms:CorpusTextNumericalPart>{1,1}</ms:CorpusTextNumericalPart>
</ms:CorpusMediaPart>
Source
<xs:element name="CorpusMediaPart" type="ms:CorpusMediaPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">A part/segment of a corpus based on its media type classification</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/CorpusMediaPart</identifier>
      <label xml:lang="en">Corpus part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/MediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusTextPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part of a corpus (or a whole corpus) that consists of textual segments (e.g., a corpus of publications, or transcriptions of an oral corpus, or subtitles, etc.)
Diagram
Diagram
Type ms:CorpusTextPart
Properties
content complex
Used by
Complex Type ms:CorpusMediaPart
Model
Children ms:TextGenre, ms:annotation, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:syntheticData, ms:textType
Instance
<ms:CorpusTextPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:corpusMediaType>{1,1}</ms:corpusMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:textType>{0,unbounded}</ms:textType>
  <ms:TextGenre>{0,unbounded}</ms:TextGenre>
  <ms:annotation>{0,unbounded}</ms:annotation>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:syntheticData>{0,1}</ms:syntheticData>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:CorpusTextPart>
Source
<xs:element name="CorpusTextPart" type="ms:CorpusTextPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part of a corpus (or a whole corpus) that consists of textual segments (e.g., a corpus of publications, or transcriptions of an oral corpus, or subtitles, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/CorpusTextPart</identifier>
      <label xml:lang="en">Corpus text part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/CorpusMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusTextPart / ms:corpusMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed CorpusTextPart
Source
<xs:element name="corpusMediaType" type="xs:string" fixed="CorpusTextPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>Corpus media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusTextPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/text
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/text">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:lingualityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the resource includes one, two or more languages
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/bilingual
Value for 'Linguality type' for resource (parts) which include material in two languages
enumeration http://w3id.org/meta-share/meta-share/monolingual
Value for 'Linguality type' for resource (parts) which include material in one language
enumeration http://w3id.org/meta-share/meta-share/multilingual
Value for 'Linguality type' for resource (parts) which include material in three or more languages
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="lingualityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the resource includes one, two or more languages</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/lingualityType</identifier>
      <label xml:lang="en">linguality type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/bilingual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Linguality type' for resource (parts) which include material in two languages</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/bilingual</identifier>
            <label xml:lang="en">bilingual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/monolingual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Linguality type' for resource (parts) which include material in one language</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/monolingual</identifier>
            <label xml:lang="en">monolingual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/multilingual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Linguality type' for resource (parts) which include material in three or more languages</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/multilingual</identifier>
            <label xml:lang="en">multilingual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:multilingualityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the resource (part) is parallel, comparable or mixed
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/comparable
Value for 'Multilinguality type' for resource parts or resources that consist of the similar text segments in two or more languages (e.g., a corpus of legislation texts in Greek and English)
enumeration http://w3id.org/meta-share/meta-share/multilingualSingleText
Value for 'Multilinguality type' for resource parts or resources that consist of segments including text in two or more languages (e.g., the transcription of a European Parliament session with MPs speaking in their native language)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/parallel
Value for 'Multilinguality type' for resource parts or resources that consist of the equivalent text segments in two or more languages (e.g., an original and its translation equivalents)
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="multilingualityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the resource (part) is parallel, comparable or mixed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/multilingualityType</identifier>
      <label xml:lang="en">multilinguality type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/comparable">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Multilinguality type' for resource parts or resources that consist of the similar text segments in two or more languages (e.g., a corpus of legislation texts in Greek and English)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/comparable</identifier>
            <label xml:lang="en">comparable</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/multilingualSingleText">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Multilinguality type' for resource parts or resources that consist of segments including text in two or more languages (e.g., the transcription of a European Parliament session with MPs speaking in their native language)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/multilingualSingleText</identifier>
            <label xml:lang="en">multilingual single text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/parallel">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Multilinguality type' for resource parts or resources that consist of the equivalent text segments in two or more languages (e.g., an original and its translation equivalents)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/parallel</identifier>
            <label xml:lang="en">parallel</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:multilingualityTypeDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on multilinguality of a resource in free text
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="multilingualityTypeDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on multilinguality of a resource in free text</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/multilingualityTypeDetails</identifier>
      <label xml:lang="en">multilinguality type details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:language
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the language that is used in the resource or supported by the tool/service, expressed according to the BCP47 recommendation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageTag CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_scriptId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_regionId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_variantId CLARIN-SHARE_xsd.tmp#languageVarietyName CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language
Type ms:Language
Properties
content complex
Used by
Model
Children ms:languageId, ms:languageTag, ms:languageVarietyName, ms:regionId, ms:scriptId, ms:variantId
Instance
<ms:language xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:languageTag>{1,1}</ms:languageTag>
  <ms:languageId>{1,1}</ms:languageId>
  <ms:scriptId>{0,1}</ms:scriptId>
  <ms:regionId>{0,1}</ms:regionId>
  <ms:variantId>{0,unbounded}</ms:variantId>
  <ms:languageVarietyName xml:lang="">{0,unbounded}</ms:languageVarietyName>
</ms:language>
Source
<xs:element name="language" type="ms:Language">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the language that is used in the resource or supported by the tool/service, expressed according to the BCP47 recommendation</xs:documentation>
    <xs:appinfo>
      <label>Language</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Language / ms:languageTag
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The identifier of the language that is included in the resource or supported by the component, according to the IETF BCP47 guidelines
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Source
<xs:element name="languageTag">
  <xs:annotation>
    <xs:documentation>The identifier of the language that is included in the resource or supported by the component, according to the IETF BCP47 guidelines</xs:documentation>
    <xs:appinfo>
      <label>Language</label>
      <usage>in the XSD there is no validation as to the validity of the id, but the system validates the input metadata and the editor produces the correct id on the basis of the subelements (language, script, region and variant)</usage>
      <sameAs>dct:language</sameAs>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:Language / ms:languageId
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The identifier of the language subelement according to the IETF BCP47 guidelines (i.e. ISO 639-3 codes when existing supplemented with ISO 639-3 codes for new entries)
Diagram
Diagram ISOVocabularies_xsd.tmp#languageIdType
Type ms:languageIdType
Properties
content simple
Facets
enumeration bg
enumeration cs
enumeration hr
enumeration da
enumeration nl
enumeration en
enumeration et
enumeration fi
enumeration fr
enumeration de
enumeration hu
enumeration ga
enumeration it
enumeration lv
enumeration lt
enumeration mt
enumeration el
enumeration pl
enumeration pt
enumeration ro
enumeration sk
enumeration sl
enumeration es
enumeration sv
enumeration aa
enumeration ab
enumeration ae
enumeration af
enumeration ak
enumeration am
enumeration an
enumeration ar
enumeration as
enumeration av
enumeration ay
enumeration az
enumeration ba
enumeration be
enumeration bh
enumeration bi
enumeration bm
enumeration bn
enumeration bo
enumeration br
enumeration bs
enumeration ca
enumeration ce
enumeration ch
enumeration co
enumeration cr
enumeration cu
enumeration cv
enumeration cy
enumeration dv
enumeration dz
enumeration ee
enumeration eo
enumeration eu
enumeration fa
enumeration ff
enumeration fj
enumeration fo
enumeration fy
enumeration gd
enumeration gl
enumeration gn
enumeration gu
enumeration gv
enumeration ha
enumeration he
enumeration hi
enumeration ho
enumeration ht
enumeration hy
enumeration hz
enumeration ia
enumeration id
enumeration ie
enumeration ig
enumeration ii
enumeration ik
enumeration io
enumeration is
enumeration iu
enumeration ja
enumeration jv
enumeration ka
enumeration kg
enumeration ki
enumeration kj
enumeration kk
enumeration kl
enumeration km
enumeration kn
enumeration ko
enumeration kr
enumeration ks
enumeration ku
enumeration kv
enumeration kw
enumeration ky
enumeration la
enumeration lb
enumeration lg
enumeration li
enumeration ln
enumeration lo
enumeration lu
enumeration mg
enumeration mh
enumeration mi
enumeration mk
enumeration ml
enumeration mn
enumeration mr
enumeration ms
enumeration my
enumeration na
enumeration nb
enumeration nd
enumeration ne
enumeration ng
enumeration nn
enumeration no
enumeration nr
enumeration nv
enumeration ny
enumeration oc
enumeration oj
enumeration om
enumeration or
enumeration os
enumeration pa
enumeration pi
enumeration ps
enumeration qu
enumeration rm
enumeration rn
enumeration ru
enumeration rw
enumeration sa
enumeration sc
enumeration sd
enumeration se
enumeration sg
enumeration sh
enumeration si
enumeration sm
enumeration sn
enumeration so
enumeration sq
enumeration sr
enumeration ss
enumeration st
enumeration su
enumeration sw
enumeration ta
enumeration te
enumeration tg
enumeration th
enumeration ti
enumeration tk
enumeration tl
enumeration tn
enumeration to
enumeration tr
enumeration ts
enumeration tt
enumeration tw
enumeration ty
enumeration ug
enumeration uk
enumeration ur
enumeration uz
enumeration ve
enumeration vi
enumeration vo
enumeration wa
enumeration wo
enumeration xh
enumeration yi
enumeration yo
enumeration za
enumeration zh
enumeration zu
enumeration aaa
enumeration aab
enumeration aac
enumeration aad
enumeration aae
enumeration aaf
enumeration aag
enumeration aah
enumeration aai
enumeration aak
enumeration aal
enumeration aam
enumeration aan
enumeration aao
enumeration aap
enumeration aaq
enumeration aas
enumeration aat
enumeration aau
enumeration aav
enumeration aaw
enumeration aax
enumeration aaz
enumeration aba
enumeration abb
enumeration abc
enumeration abd
enumeration abe
enumeration abf
enumeration abg
enumeration abh
enumeration abi
enumeration abj
enumeration abl
enumeration abm
enumeration abn
enumeration abo
enumeration abp
enumeration abq
enumeration abr
enumeration abs
enumeration abt
enumeration abu
enumeration abv
enumeration abw
enumeration abx
enumeration aby
enumeration abz
enumeration aca
enumeration acb
enumeration acd
enumeration ace
enumeration acf
enumeration ach
enumeration aci
enumeration ack
enumeration acl
enumeration acm
enumeration acn
enumeration acp
enumeration acq
enumeration acr
enumeration acs
enumeration act
enumeration acu
enumeration acv
enumeration acw
enumeration acx
enumeration acy
enumeration acz
enumeration ada
enumeration adb
enumeration add
enumeration ade
enumeration adf
enumeration adg
enumeration adh
enumeration adi
enumeration adj
enumeration adl
enumeration adn
enumeration ado
enumeration adp
enumeration adq
enumeration adr
enumeration ads
enumeration adt
enumeration adu
enumeration adw
enumeration adx
enumeration ady
enumeration adz
enumeration aea
enumeration aeb
enumeration aec
enumeration aed
enumeration aee
enumeration aek
enumeration ael
enumeration aem
enumeration aen
enumeration aeq
enumeration aer
enumeration aes
enumeration aeu
enumeration aew
enumeration aey
enumeration aez
enumeration afa
enumeration afb
enumeration afd
enumeration afe
enumeration afg
enumeration afh
enumeration afi
enumeration afk
enumeration afn
enumeration afo
enumeration afp
enumeration afs
enumeration aft
enumeration afu
enumeration afz
enumeration aga
enumeration agb
enumeration agc
enumeration agd
enumeration age
enumeration agf
enumeration agg
enumeration agh
enumeration agi
enumeration agj
enumeration agk
enumeration agl
enumeration agm
enumeration agn
enumeration ago
enumeration agq
enumeration agr
enumeration ags
enumeration agt
enumeration agu
enumeration agv
enumeration agw
enumeration agx
enumeration agy
enumeration agz
enumeration aha
enumeration ahb
enumeration ahg
enumeration ahh
enumeration ahi
enumeration ahk
enumeration ahl
enumeration ahm
enumeration ahn
enumeration aho
enumeration ahp
enumeration ahr
enumeration ahs
enumeration aht
enumeration aia
enumeration aib
enumeration aic
enumeration aid
enumeration aie
enumeration aif
enumeration aig
enumeration aih
enumeration aii
enumeration aij
enumeration aik
enumeration ail
enumeration aim
enumeration ain
enumeration aio
enumeration aip
enumeration aiq
enumeration air
enumeration ais
enumeration ait
enumeration aiw
enumeration aix
enumeration aiy
enumeration aja
enumeration ajg
enumeration aji
enumeration ajn
enumeration ajp
enumeration ajt
enumeration aju
enumeration ajw
enumeration ajz
enumeration akb
enumeration akc
enumeration akd
enumeration ake
enumeration akf
enumeration akg
enumeration akh
enumeration aki
enumeration akj
enumeration akk
enumeration akl
enumeration akm
enumeration ako
enumeration akp
enumeration akq
enumeration akr
enumeration aks
enumeration akt
enumeration aku
enumeration akv
enumeration akw
enumeration akx
enumeration aky
enumeration akz
enumeration ala
enumeration alc
enumeration ald
enumeration ale
enumeration alf
enumeration alg
enumeration alh
enumeration ali
enumeration alj
enumeration alk
enumeration all
enumeration alm
enumeration aln
enumeration alo
enumeration alp
enumeration alq
enumeration alr
enumeration als
enumeration alt
enumeration alu
enumeration alv
enumeration alw
enumeration alx
enumeration aly
enumeration alz
enumeration ama
enumeration amb
enumeration amc
enumeration ame
enumeration amf
enumeration amg
enumeration ami
enumeration amj
enumeration amk
enumeration aml
enumeration amm
enumeration amn
enumeration amo
enumeration amp
enumeration amq
enumeration amr
enumeration ams
enumeration amt
enumeration amu
enumeration amv
enumeration amw
enumeration amx
enumeration amy
enumeration amz
enumeration ana
enumeration anb
enumeration anc
enumeration and
enumeration ane
enumeration anf
enumeration ang
enumeration anh
enumeration ani
enumeration anj
enumeration ank
enumeration anl
enumeration anm
enumeration ann
enumeration ano
enumeration anp
enumeration anq
enumeration anr
enumeration ans
enumeration ant
enumeration anu
enumeration anv
enumeration anw
enumeration anx
enumeration any
enumeration anz
enumeration aoa
enumeration aob
enumeration aoc
enumeration aod
enumeration aoe
enumeration aof
enumeration aog
enumeration aoh
enumeration aoi
enumeration aoj
enumeration aok
enumeration aol
enumeration aom
enumeration aon
enumeration aor
enumeration aos
enumeration aot
enumeration aou
enumeration aox
enumeration aoz
enumeration apa
enumeration apb
enumeration apc
enumeration apd
enumeration ape
enumeration apf
enumeration apg
enumeration aph
enumeration api
enumeration apj
enumeration apk
enumeration apl
enumeration apm
enumeration apn
enumeration apo
enumeration app
enumeration apq
enumeration apr
enumeration aps
enumeration apt
enumeration apu
enumeration apv
enumeration apw
enumeration apx
enumeration apy
enumeration apz
enumeration aqa
enumeration aqc
enumeration aqd
enumeration aqg
enumeration aql
enumeration aqm
enumeration aqn
enumeration aqp
enumeration aqr
enumeration aqt
enumeration aqz
enumeration arb
enumeration arc
enumeration ard
enumeration are
enumeration arh
enumeration ari
enumeration arj
enumeration ark
enumeration arl
enumeration arn
enumeration aro
enumeration arp
enumeration arq
enumeration arr
enumeration ars
enumeration art
enumeration aru
enumeration arv
enumeration arw
enumeration arx
enumeration ary
enumeration arz
enumeration asa
enumeration asb
enumeration asc
enumeration asd
enumeration ase
enumeration asf
enumeration asg
enumeration ash
enumeration asi
enumeration asj
enumeration ask
enumeration asl
enumeration asn
enumeration aso
enumeration asp
enumeration asq
enumeration asr
enumeration ass
enumeration ast
enumeration asu
enumeration asv
enumeration asw
enumeration asx
enumeration asy
enumeration asz
enumeration ata
enumeration atb
enumeration atc
enumeration atd
enumeration ate
enumeration atg
enumeration ath
enumeration ati
enumeration atj
enumeration atk
enumeration atl
enumeration atm
enumeration atn
enumeration ato
enumeration atp
enumeration atq
enumeration atr
enumeration ats
enumeration att
enumeration atu
enumeration atv
enumeration atw
enumeration atx
enumeration aty
enumeration atz
enumeration aua
enumeration aub
enumeration auc
enumeration aud
enumeration aue
enumeration auf
enumeration aug
enumeration auh
enumeration aui
enumeration auj
enumeration auk
enumeration aul
enumeration aum
enumeration aun
enumeration auo
enumeration aup
enumeration auq
enumeration aur
enumeration aus
enumeration aut
enumeration auu
enumeration auw
enumeration aux
enumeration auy
enumeration auz
enumeration avb
enumeration avd
enumeration avi
enumeration avk
enumeration avl
enumeration avm
enumeration avn
enumeration avo
enumeration avs
enumeration avt
enumeration avu
enumeration avv
enumeration awa
enumeration awb
enumeration awc
enumeration awd
enumeration awe
enumeration awg
enumeration awh
enumeration awi
enumeration awk
enumeration awm
enumeration awn
enumeration awo
enumeration awr
enumeration aws
enumeration awt
enumeration awu
enumeration awv
enumeration aww
enumeration awx
enumeration awy
enumeration axb
enumeration axe
enumeration axg
enumeration axk
enumeration axl
enumeration axm
enumeration axx
enumeration aya
enumeration ayb
enumeration ayc
enumeration ayd
enumeration aye
enumeration ayg
enumeration ayh
enumeration ayi
enumeration ayk
enumeration ayl
enumeration ayn
enumeration ayo
enumeration ayp
enumeration ayq
enumeration ayr
enumeration ays
enumeration ayt
enumeration ayu
enumeration ayy
enumeration ayz
enumeration aza
enumeration azb
enumeration azc
enumeration azd
enumeration azg
enumeration azj
enumeration azm
enumeration azn
enumeration azo
enumeration azt
enumeration azz
enumeration baa
enumeration bab
enumeration bac
enumeration bad
enumeration bae
enumeration baf
enumeration bag
enumeration bah
enumeration bai
enumeration baj
enumeration bal
enumeration ban
enumeration bao
enumeration bap
enumeration bar
enumeration bas
enumeration bat
enumeration bau
enumeration bav
enumeration baw
enumeration bax
enumeration bay
enumeration bba
enumeration bbb
enumeration bbc
enumeration bbd
enumeration bbe
enumeration bbf
enumeration bbg
enumeration bbh
enumeration bbi
enumeration bbj
enumeration bbk
enumeration bbl
enumeration bbm
enumeration bbn
enumeration bbo
enumeration bbp
enumeration bbq
enumeration bbr
enumeration bbs
enumeration bbt
enumeration bbu
enumeration bbv
enumeration bbw
enumeration bbx
enumeration bby
enumeration bbz
enumeration bca
enumeration bcb
enumeration bcc
enumeration bcd
enumeration bce
enumeration bcf
enumeration bcg
enumeration bch
enumeration bci
enumeration bcj
enumeration bck
enumeration bcl
enumeration bcm
enumeration bcn
enumeration bco
enumeration bcp
enumeration bcq
enumeration bcr
enumeration bcs
enumeration bct
enumeration bcu
enumeration bcv
enumeration bcw
enumeration bcy
enumeration bcz
enumeration bda
enumeration bdb
enumeration bdc
enumeration bdd
enumeration bde
enumeration bdf
enumeration bdg
enumeration bdh
enumeration bdi
enumeration bdj
enumeration bdk
enumeration bdl
enumeration bdm
enumeration bdn
enumeration bdo
enumeration bdp
enumeration bdq
enumeration bdr
enumeration bds
enumeration bdt
enumeration bdu
enumeration bdv
enumeration bdw
enumeration bdx
enumeration bdy
enumeration bdz
enumeration bea
enumeration beb
enumeration bec
enumeration bed
enumeration bee
enumeration bef
enumeration beg
enumeration beh
enumeration bei
enumeration bej
enumeration bek
enumeration bem
enumeration beo
enumeration bep
enumeration beq
enumeration ber
enumeration bes
enumeration bet
enumeration beu
enumeration bev
enumeration bew
enumeration bex
enumeration bey
enumeration bez
enumeration bfa
enumeration bfb
enumeration bfc
enumeration bfd
enumeration bfe
enumeration bff
enumeration bfg
enumeration bfh
enumeration bfi
enumeration bfj
enumeration bfk
enumeration bfl
enumeration bfm
enumeration bfn
enumeration bfo
enumeration bfp
enumeration bfq
enumeration bfr
enumeration bfs
enumeration bft
enumeration bfu
enumeration bfw
enumeration bfx
enumeration bfy
enumeration bfz
enumeration bga
enumeration bgb
enumeration bgc
enumeration bgd
enumeration bge
enumeration bgf
enumeration bgg
enumeration bgi
enumeration bgj
enumeration bgk
enumeration bgl
enumeration bgm
enumeration bgn
enumeration bgo
enumeration bgp
enumeration bgq
enumeration bgr
enumeration bgs
enumeration bgt
enumeration bgu
enumeration bgv
enumeration bgw
enumeration bgx
enumeration bgy
enumeration bgz
enumeration bha
enumeration bhb
enumeration bhc
enumeration bhd
enumeration bhe
enumeration bhf
enumeration bhg
enumeration bhh
enumeration bhi
enumeration bhj
enumeration bhl
enumeration bhm
enumeration bhn
enumeration bho
enumeration bhp
enumeration bhq
enumeration bhr
enumeration bhs
enumeration bht
enumeration bhu
enumeration bhv
enumeration bhw
enumeration bhx
enumeration bhy
enumeration bhz
enumeration bia
enumeration bib
enumeration bic
enumeration bid
enumeration bie
enumeration bif
enumeration big
enumeration bij
enumeration bik
enumeration bil
enumeration bim
enumeration bin
enumeration bio
enumeration bip
enumeration biq
enumeration bir
enumeration bit
enumeration biu
enumeration biv
enumeration biw
enumeration bix
enumeration biy
enumeration biz
enumeration bja
enumeration bjb
enumeration bjc
enumeration bje
enumeration bjf
enumeration bjg
enumeration bjh
enumeration bji
enumeration bjj
enumeration bjk
enumeration bjl
enumeration bjm
enumeration bjn
enumeration bjo
enumeration bjp
enumeration bjr
enumeration bjs
enumeration bjt
enumeration bju
enumeration bjv
enumeration bjw
enumeration bjx
enumeration bjy
enumeration bjz
enumeration bka
enumeration bkc
enumeration bkd
enumeration bkf
enumeration bkg
enumeration bkh
enumeration bki
enumeration bkj
enumeration bkk
enumeration bkl
enumeration bkm
enumeration bkn
enumeration bko
enumeration bkp
enumeration bkq
enumeration bkr
enumeration bks
enumeration bkt
enumeration bku
enumeration bkv
enumeration bkw
enumeration bkx
enumeration bky
enumeration bkz
enumeration bla
enumeration blb
enumeration blc
enumeration bld
enumeration ble
enumeration blf
enumeration blg
enumeration blh
enumeration bli
enumeration blj
enumeration blk
enumeration bll
enumeration blm
enumeration bln
enumeration blo
enumeration blp
enumeration blq
enumeration blr
enumeration bls
enumeration blt
enumeration blv
enumeration blw
enumeration blx
enumeration bly
enumeration blz
enumeration bma
enumeration bmb
enumeration bmc
enumeration bmd
enumeration bme
enumeration bmf
enumeration bmg
enumeration bmh
enumeration bmi
enumeration bmj
enumeration bmk
enumeration bml
enumeration bmm
enumeration bmn
enumeration bmo
enumeration bmp
enumeration bmq
enumeration bmr
enumeration bms
enumeration bmt
enumeration bmu
enumeration bmv
enumeration bmw
enumeration bmx
enumeration bmy
enumeration bmz
enumeration bna
enumeration bnb
enumeration bnc
enumeration bnd
enumeration bne
enumeration bnf
enumeration bng
enumeration bni
enumeration bnj
enumeration bnk
enumeration bnl
enumeration bnm
enumeration bnn
enumeration bno
enumeration bnp
enumeration bnq
enumeration bnr
enumeration bns
enumeration bnt
enumeration bnu
enumeration bnv
enumeration bnw
enumeration bnx
enumeration bny
enumeration bnz
enumeration boa
enumeration bob
enumeration boe
enumeration bof
enumeration bog
enumeration boh
enumeration boi
enumeration boj
enumeration bok
enumeration bol
enumeration bom
enumeration bon
enumeration boo
enumeration bop
enumeration boq
enumeration bor
enumeration bot
enumeration bou
enumeration bov
enumeration bow
enumeration box
enumeration boy
enumeration boz
enumeration bpa
enumeration bpb
enumeration bpd
enumeration bpg
enumeration bph
enumeration bpi
enumeration bpj
enumeration bpk
enumeration bpl
enumeration bpm
enumeration bpn
enumeration bpo
enumeration bpp
enumeration bpq
enumeration bpr
enumeration bps
enumeration bpt
enumeration bpu
enumeration bpv
enumeration bpw
enumeration bpx
enumeration bpy
enumeration bpz
enumeration bqa
enumeration bqb
enumeration bqc
enumeration bqd
enumeration bqf
enumeration bqg
enumeration bqh
enumeration bqi
enumeration bqj
enumeration bqk
enumeration bql
enumeration bqm
enumeration bqn
enumeration bqo
enumeration bqp
enumeration bqq
enumeration bqr
enumeration bqs
enumeration bqt
enumeration bqu
enumeration bqv
enumeration bqw
enumeration bqx
enumeration bqy
enumeration bqz
enumeration bra
enumeration brb
enumeration brc
enumeration brd
enumeration brf
enumeration brg
enumeration brh
enumeration bri
enumeration brj
enumeration brk
enumeration brl
enumeration brm
enumeration brn
enumeration bro
enumeration brp
enumeration brq
enumeration brr
enumeration brs
enumeration brt
enumeration bru
enumeration brv
enumeration brw
enumeration brx
enumeration bry
enumeration brz
enumeration bsa
enumeration bsb
enumeration bsc
enumeration bse
enumeration bsf
enumeration bsg
enumeration bsh
enumeration bsi
enumeration bsj
enumeration bsk
enumeration bsl
enumeration bsm
enumeration bsn
enumeration bso
enumeration bsp
enumeration bsq
enumeration bsr
enumeration bss
enumeration bst
enumeration bsu
enumeration bsv
enumeration bsw
enumeration bsx
enumeration bsy
enumeration bta
enumeration btc
enumeration btd
enumeration bte
enumeration btf
enumeration btg
enumeration bth
enumeration bti
enumeration btj
enumeration btk
enumeration btl
enumeration btm
enumeration btn
enumeration bto
enumeration btp
enumeration btq
enumeration btr
enumeration bts
enumeration btt
enumeration btu
enumeration btv
enumeration btw
enumeration btx
enumeration bty
enumeration btz
enumeration bua
enumeration bub
enumeration buc
enumeration bud
enumeration bue
enumeration buf
enumeration bug
enumeration buh
enumeration bui
enumeration buj
enumeration buk
enumeration bum
enumeration bun
enumeration buo
enumeration bup
enumeration buq
enumeration bus
enumeration but
enumeration buu
enumeration buv
enumeration buw
enumeration bux
enumeration buy
enumeration buz
enumeration bva
enumeration bvb
enumeration bvc
enumeration bvd
enumeration bve
enumeration bvf
enumeration bvg
enumeration bvh
enumeration bvi
enumeration bvj
enumeration bvk
enumeration bvl
enumeration bvm
enumeration bvn
enumeration bvo
enumeration bvp
enumeration bvq
enumeration bvr
enumeration bvt
enumeration bvu
enumeration bvv
enumeration bvw
enumeration bvx
enumeration bvy
enumeration bvz
enumeration bwa
enumeration bwb
enumeration bwc
enumeration bwd
enumeration bwe
enumeration bwf
enumeration bwg
enumeration bwh
enumeration bwi
enumeration bwj
enumeration bwk
enumeration bwl
enumeration bwm
enumeration bwn
enumeration bwo
enumeration bwp
enumeration bwq
enumeration bwr
enumeration bws
enumeration bwt
enumeration bwu
enumeration bww
enumeration bwx
enumeration bwy
enumeration bwz
enumeration bxa
enumeration bxb
enumeration bxc
enumeration bxd
enumeration bxe
enumeration bxf
enumeration bxg
enumeration bxh
enumeration bxi
enumeration bxj
enumeration bxk
enumeration bxl
enumeration bxm
enumeration bxn
enumeration bxo
enumeration bxp
enumeration bxq
enumeration bxr
enumeration bxs
enumeration bxu
enumeration bxv
enumeration bxw
enumeration bxx
enumeration bxz
enumeration bya
enumeration byb
enumeration byc
enumeration byd
enumeration bye
enumeration byf
enumeration byg
enumeration byh
enumeration byi
enumeration byj
enumeration byk
enumeration byl
enumeration bym
enumeration byn
enumeration byo
enumeration byp
enumeration byq
enumeration byr
enumeration bys
enumeration byt
enumeration byv
enumeration byw
enumeration byx
enumeration byy
enumeration byz
enumeration bza
enumeration bzb
enumeration bzc
enumeration bzd
enumeration bze
enumeration bzf
enumeration bzg
enumeration bzh
enumeration bzi
enumeration bzj
enumeration bzk
enumeration bzl
enumeration bzm
enumeration bzn
enumeration bzo
enumeration bzp
enumeration bzq
enumeration bzr
enumeration bzs
enumeration bzt
enumeration bzu
enumeration bzv
enumeration bzw
enumeration bzx
enumeration bzy
enumeration bzz
enumeration caa
enumeration cab
enumeration cac
enumeration cad
enumeration cae
enumeration caf
enumeration cag
enumeration cah
enumeration cai
enumeration caj
enumeration cak
enumeration cal
enumeration cam
enumeration can
enumeration cao
enumeration cap
enumeration caq
enumeration car
enumeration cas
enumeration cau
enumeration cav
enumeration caw
enumeration cax
enumeration cay
enumeration caz
enumeration cba
enumeration cbb
enumeration cbc
enumeration cbd
enumeration cbe
enumeration cbg
enumeration cbh
enumeration cbi
enumeration cbj
enumeration cbk
enumeration cbl
enumeration cbn
enumeration cbo
enumeration cbr
enumeration cbs
enumeration cbt
enumeration cbu
enumeration cbv
enumeration cbw
enumeration cby
enumeration cca
enumeration ccc
enumeration ccd
enumeration cce
enumeration ccg
enumeration cch
enumeration ccj
enumeration ccl
enumeration ccm
enumeration ccn
enumeration cco
enumeration ccp
enumeration ccr
enumeration ccs
enumeration cda
enumeration cdc
enumeration cdd
enumeration cde
enumeration cdf
enumeration cdg
enumeration cdh
enumeration cdi
enumeration cdj
enumeration cdm
enumeration cdn
enumeration cdo
enumeration cdr
enumeration cds
enumeration cdy
enumeration cdz
enumeration cea
enumeration ceb
enumeration ceg
enumeration cek
enumeration cel
enumeration cen
enumeration cet
enumeration cfa
enumeration cfd
enumeration cfg
enumeration cfm
enumeration cga
enumeration cgc
enumeration cgg
enumeration cgk
enumeration chb
enumeration chc
enumeration chd
enumeration chf
enumeration chg
enumeration chh
enumeration chj
enumeration chk
enumeration chl
enumeration chm
enumeration chn
enumeration cho
enumeration chp
enumeration chq
enumeration chr
enumeration cht
enumeration chw
enumeration chx
enumeration chy
enumeration chz
enumeration cia
enumeration cib
enumeration cic
enumeration cid
enumeration cie
enumeration cih
enumeration cik
enumeration cim
enumeration cin
enumeration cip
enumeration cir
enumeration ciw
enumeration ciy
enumeration cja
enumeration cje
enumeration cjh
enumeration cji
enumeration cjk
enumeration cjm
enumeration cjn
enumeration cjo
enumeration cjp
enumeration cjs
enumeration cjv
enumeration cjy
enumeration ckb
enumeration ckh
enumeration ckl
enumeration ckn
enumeration cko
enumeration ckq
enumeration ckr
enumeration cks
enumeration ckt
enumeration cku
enumeration ckv
enumeration ckx
enumeration cky
enumeration ckz
enumeration cla
enumeration clc
enumeration cld
enumeration cle
enumeration clh
enumeration cli
enumeration clj
enumeration clk
enumeration cll
enumeration clm
enumeration clo
enumeration clt
enumeration clu
enumeration clw
enumeration cly
enumeration cma
enumeration cmc
enumeration cme
enumeration cmg
enumeration cmi
enumeration cml
enumeration cmm
enumeration cmn
enumeration cmo
enumeration cmr
enumeration cms
enumeration cmt
enumeration cna
enumeration cnb
enumeration cnc
enumeration cng
enumeration cnh
enumeration cni
enumeration cnk
enumeration cnl
enumeration cno
enumeration cns
enumeration cnt
enumeration cnu
enumeration cnw
enumeration cnx
enumeration coa
enumeration cob
enumeration coc
enumeration cod
enumeration coe
enumeration cof
enumeration cog
enumeration coh
enumeration coj
enumeration cok
enumeration col
enumeration com
enumeration con
enumeration coo
enumeration cop
enumeration coq
enumeration cot
enumeration cou
enumeration cov
enumeration cow
enumeration cox
enumeration coy
enumeration coz
enumeration cpa
enumeration cpb
enumeration cpc
enumeration cpe
enumeration cpf
enumeration cpg
enumeration cpi
enumeration cpn
enumeration cpo
enumeration cpp
enumeration cps
enumeration cpu
enumeration cpx
enumeration cpy
enumeration cqd
enumeration cqu
enumeration cra
enumeration crb
enumeration crc
enumeration crd
enumeration crf
enumeration crg
enumeration crh
enumeration cri
enumeration crj
enumeration crk
enumeration crl
enumeration crm
enumeration crn
enumeration cro
enumeration crp
enumeration crq
enumeration crr
enumeration crs
enumeration crt
enumeration crv
enumeration crw
enumeration crx
enumeration cry
enumeration crz
enumeration csa
enumeration csb
enumeration csc
enumeration csd
enumeration cse
enumeration csf
enumeration csg
enumeration csh
enumeration csi
enumeration csj
enumeration csk
enumeration csl
enumeration csm
enumeration csn
enumeration cso
enumeration csq
enumeration csr
enumeration css
enumeration cst
enumeration csu
enumeration csv
enumeration csw
enumeration csy
enumeration csz
enumeration cta
enumeration ctc
enumeration ctd
enumeration cte
enumeration ctg
enumeration cth
enumeration ctl
enumeration ctm
enumeration ctn
enumeration cto
enumeration ctp
enumeration cts
enumeration ctt
enumeration ctu
enumeration ctz
enumeration cua
enumeration cub
enumeration cuc
enumeration cug
enumeration cuh
enumeration cui
enumeration cuj
enumeration cuk
enumeration cul
enumeration cum
enumeration cuo
enumeration cup
enumeration cuq
enumeration cur
enumeration cus
enumeration cut
enumeration cuu
enumeration cuv
enumeration cuw
enumeration cux
enumeration cvg
enumeration cvn
enumeration cwa
enumeration cwb
enumeration cwd
enumeration cwe
enumeration cwg
enumeration cwt
enumeration cya
enumeration cyb
enumeration cyo
enumeration czh
enumeration czk
enumeration czn
enumeration czo
enumeration czt
enumeration daa
enumeration dac
enumeration dad
enumeration dae
enumeration dag
enumeration dah
enumeration dai
enumeration daj
enumeration dak
enumeration dal
enumeration dam
enumeration dao
enumeration daq
enumeration dar
enumeration das
enumeration dau
enumeration dav
enumeration daw
enumeration dax
enumeration day
enumeration daz
enumeration dba
enumeration dbb
enumeration dbd
enumeration dbe
enumeration dbf
enumeration dbg
enumeration dbi
enumeration dbj
enumeration dbl
enumeration dbm
enumeration dbn
enumeration dbo
enumeration dbp
enumeration dbq
enumeration dbr
enumeration dbt
enumeration dbu
enumeration dbv
enumeration dbw
enumeration dby
enumeration dcc
enumeration dcr
enumeration dda
enumeration ddd
enumeration dde
enumeration ddg
enumeration ddi
enumeration ddj
enumeration ddn
enumeration ddo
enumeration ddr
enumeration dds
enumeration ddw
enumeration dec
enumeration ded
enumeration dee
enumeration def
enumeration deg
enumeration deh
enumeration dei
enumeration dek
enumeration del
enumeration dem
enumeration den
enumeration dep
enumeration deq
enumeration der
enumeration des
enumeration dev
enumeration dez
enumeration dga
enumeration dgb
enumeration dgc
enumeration dgd
enumeration dge
enumeration dgg
enumeration dgh
enumeration dgi
enumeration dgk
enumeration dgl
enumeration dgn
enumeration dgo
enumeration dgr
enumeration dgs
enumeration dgt
enumeration dgu
enumeration dgw
enumeration dgx
enumeration dgz
enumeration dhd
enumeration dhg
enumeration dhi
enumeration dhl
enumeration dhm
enumeration dhn
enumeration dho
enumeration dhr
enumeration dhs
enumeration dhu
enumeration dhv
enumeration dhw
enumeration dhx
enumeration dia
enumeration dib
enumeration dic
enumeration did
enumeration dif
enumeration dig
enumeration dih
enumeration dii
enumeration dij
enumeration dik
enumeration dil
enumeration dim
enumeration din
enumeration dio
enumeration dip
enumeration diq
enumeration dir
enumeration dis
enumeration dit
enumeration diu
enumeration diw
enumeration dix
enumeration diy
enumeration diz
enumeration dja
enumeration djb
enumeration djc
enumeration djd
enumeration dje
enumeration djf
enumeration dji
enumeration djj
enumeration djk
enumeration djm
enumeration djn
enumeration djo
enumeration djr
enumeration dju
enumeration djw
enumeration dka
enumeration dkk
enumeration dkr
enumeration dks
enumeration dkx
enumeration dlg
enumeration dlk
enumeration dlm
enumeration dln
enumeration dma
enumeration dmb
enumeration dmc
enumeration dmd
enumeration dme
enumeration dmg
enumeration dmk
enumeration dml
enumeration dmm
enumeration dmn
enumeration dmo
enumeration dmr
enumeration dms
enumeration dmu
enumeration dmv
enumeration dmw
enumeration dmx
enumeration dmy
enumeration dna
enumeration dnd
enumeration dne
enumeration dng
enumeration dni
enumeration dnj
enumeration dnk
enumeration dnn
enumeration dnr
enumeration dnt
enumeration dnu
enumeration dnv
enumeration dnw
enumeration dny
enumeration doa
enumeration dob
enumeration doc
enumeration doe
enumeration dof
enumeration doh
enumeration doi
enumeration dok
enumeration dol
enumeration don
enumeration doo
enumeration dop
enumeration doq
enumeration dor
enumeration dos
enumeration dot
enumeration dov
enumeration dow
enumeration dox
enumeration doy
enumeration doz
enumeration dpp
enumeration dra
enumeration drb
enumeration drc
enumeration drd
enumeration dre
enumeration drg
enumeration dri
enumeration drl
enumeration drn
enumeration dro
enumeration drq
enumeration drr
enumeration drs
enumeration drt
enumeration dru
enumeration dry
enumeration dsb
enumeration dse
enumeration dsh
enumeration dsi
enumeration dsl
enumeration dsn
enumeration dso
enumeration dsq
enumeration dta
enumeration dtb
enumeration dtd
enumeration dth
enumeration dti
enumeration dtk
enumeration dtm
enumeration dto
enumeration dtp
enumeration dtr
enumeration dts
enumeration dtt
enumeration dtu
enumeration dty
enumeration dua
enumeration dub
enumeration duc
enumeration dud
enumeration due
enumeration duf
enumeration dug
enumeration duh
enumeration dui
enumeration duj
enumeration duk
enumeration dul
enumeration dum
enumeration dun
enumeration duo
enumeration dup
enumeration duq
enumeration dur
enumeration dus
enumeration duu
enumeration duv
enumeration duw
enumeration dux
enumeration duy
enumeration duz
enumeration dva
enumeration dwa
enumeration dwr
enumeration dws
enumeration dww
enumeration dya
enumeration dyb
enumeration dyd
enumeration dyg
enumeration dyi
enumeration dym
enumeration dyn
enumeration dyo
enumeration dyu
enumeration dyy
enumeration dza
enumeration dzd
enumeration dze
enumeration dzg
enumeration dzl
enumeration dzn
enumeration eaa
enumeration ebg
enumeration ebk
enumeration ebo
enumeration ebr
enumeration ebu
enumeration ecr
enumeration ecs
enumeration ecy
enumeration eee
enumeration efa
enumeration efe
enumeration efi
enumeration ega
enumeration egl
enumeration ego
enumeration egx
enumeration egy
enumeration ehu
enumeration eip
enumeration eit
enumeration eiv
enumeration eja
enumeration eka
enumeration ekc
enumeration eke
enumeration ekg
enumeration eki
enumeration ekk
enumeration ekl
enumeration ekm
enumeration eko
enumeration ekp
enumeration ekr
enumeration eky
enumeration ele
enumeration elh
enumeration eli
enumeration elk
enumeration elm
enumeration elo
enumeration elu
enumeration elx
enumeration ema
enumeration emb
enumeration eme
enumeration emg
enumeration emi
enumeration emk
enumeration emm
enumeration emn
enumeration emp
enumeration ems
enumeration emu
enumeration emw
enumeration emx
enumeration emy
enumeration ena
enumeration enb
enumeration enc
enumeration end
enumeration enf
enumeration enh
enumeration enl
enumeration enm
enumeration enn
enumeration eno
enumeration enq
enumeration enr
enumeration enu
enumeration env
enumeration enw
enumeration enx
enumeration eot
enumeration epi
enumeration era
enumeration erg
enumeration erh
enumeration eri
enumeration erk
enumeration ero
enumeration err
enumeration ers
enumeration ert
enumeration erw
enumeration ese
enumeration esh
enumeration esi
enumeration esk
enumeration esl
enumeration esm
enumeration esn
enumeration eso
enumeration esq
enumeration ess
enumeration esu
enumeration esx
enumeration esy
enumeration etb
enumeration etc
enumeration eth
enumeration etn
enumeration eto
enumeration etr
enumeration ets
enumeration ett
enumeration etu
enumeration etx
enumeration etz
enumeration euq
enumeration eve
enumeration evh
enumeration evn
enumeration ewo
enumeration ext
enumeration eya
enumeration eyo
enumeration eza
enumeration eze
enumeration faa
enumeration fab
enumeration fad
enumeration faf
enumeration fag
enumeration fah
enumeration fai
enumeration faj
enumeration fak
enumeration fal
enumeration fam
enumeration fan
enumeration fap
enumeration far
enumeration fat
enumeration fau
enumeration fax
enumeration fay
enumeration faz
enumeration fbl
enumeration fcs
enumeration fer
enumeration ffi
enumeration ffm
enumeration fgr
enumeration fia
enumeration fie
enumeration fil
enumeration fip
enumeration fir
enumeration fit
enumeration fiu
enumeration fiw
enumeration fkk
enumeration fkv
enumeration fla
enumeration flh
enumeration fli
enumeration fll
enumeration fln
enumeration flr
enumeration fly
enumeration fmp
enumeration fmu
enumeration fng
enumeration fni
enumeration fod
enumeration foi
enumeration fom
enumeration fon
enumeration for
enumeration fos
enumeration fox
enumeration fpe
enumeration fqs
enumeration frc
enumeration frd
enumeration frk
enumeration frm
enumeration fro
enumeration frp
enumeration frq
enumeration frr
enumeration frs
enumeration frt
enumeration fse
enumeration fsl
enumeration fss
enumeration fub
enumeration fuc
enumeration fud
enumeration fue
enumeration fuf
enumeration fuh
enumeration fui
enumeration fuj
enumeration fum
enumeration fun
enumeration fuq
enumeration fur
enumeration fut
enumeration fuu
enumeration fuv
enumeration fuy
enumeration fvr
enumeration fwa
enumeration fwe
enumeration gaa
enumeration gab
enumeration gac
enumeration gad
enumeration gae
enumeration gaf
enumeration gag
enumeration gah
enumeration gai
enumeration gaj
enumeration gak
enumeration gal
enumeration gam
enumeration gan
enumeration gao
enumeration gap
enumeration gaq
enumeration gar
enumeration gas
enumeration gat
enumeration gau
enumeration gaw
enumeration gax
enumeration gay
enumeration gaz
enumeration gba
enumeration gbb
enumeration gbd
enumeration gbe
enumeration gbf
enumeration gbg
enumeration gbh
enumeration gbi
enumeration gbj
enumeration gbk
enumeration gbl
enumeration gbm
enumeration gbn
enumeration gbo
enumeration gbp
enumeration gbq
enumeration gbr
enumeration gbs
enumeration gbu
enumeration gbv
enumeration gbw
enumeration gbx
enumeration gby
enumeration gbz
enumeration gcc
enumeration gcd
enumeration gce
enumeration gcf
enumeration gcl
enumeration gcn
enumeration gcr
enumeration gct
enumeration gda
enumeration gdb
enumeration gdc
enumeration gdd
enumeration gde
enumeration gdf
enumeration gdg
enumeration gdh
enumeration gdi
enumeration gdj
enumeration gdk
enumeration gdl
enumeration gdm
enumeration gdn
enumeration gdo
enumeration gdq
enumeration gdr
enumeration gds
enumeration gdt
enumeration gdu
enumeration gdx
enumeration gea
enumeration geb
enumeration gec
enumeration ged
enumeration geg
enumeration geh
enumeration gei
enumeration gej
enumeration gek
enumeration gel
enumeration gem
enumeration geq
enumeration ges
enumeration gev
enumeration gew
enumeration gex
enumeration gey
enumeration gez
enumeration gfk
enumeration gft
enumeration gfx
enumeration gga
enumeration ggb
enumeration ggd
enumeration gge
enumeration ggg
enumeration ggk
enumeration ggl
enumeration ggn
enumeration ggo
enumeration ggt
enumeration ggu
enumeration ggw
enumeration gha
enumeration ghc
enumeration ghe
enumeration ghh
enumeration ghk
enumeration ghl
enumeration ghn
enumeration gho
enumeration ghr
enumeration ghs
enumeration ght
enumeration gia
enumeration gib
enumeration gic
enumeration gid
enumeration gig
enumeration gih
enumeration gil
enumeration gim
enumeration gin
enumeration gip
enumeration giq
enumeration gir
enumeration gis
enumeration git
enumeration giu
enumeration giw
enumeration gix
enumeration giy
enumeration giz
enumeration gji
enumeration gjk
enumeration gjm
enumeration gjn
enumeration gju
enumeration gka
enumeration gke
enumeration gkn
enumeration gko
enumeration gkp
enumeration glc
enumeration gld
enumeration glh
enumeration gli
enumeration glj
enumeration glk
enumeration gll
enumeration glo
enumeration glr
enumeration glu
enumeration glw
enumeration gly
enumeration gma
enumeration gmb
enumeration gmd
enumeration gme
enumeration gmg
enumeration gmh
enumeration gml
enumeration gmm
enumeration gmn
enumeration gmq
enumeration gmu
enumeration gmv
enumeration gmw
enumeration gmx
enumeration gmy
enumeration gmz
enumeration gna
enumeration gnb
enumeration gnc
enumeration gnd
enumeration gne
enumeration gng
enumeration gnh
enumeration gni
enumeration gnk
enumeration gnl
enumeration gnm
enumeration gnn
enumeration gno
enumeration gnq
enumeration gnr
enumeration gnt
enumeration gnu
enumeration gnw
enumeration gnz
enumeration goa
enumeration gob
enumeration goc
enumeration god
enumeration goe
enumeration gof
enumeration gog
enumeration goh
enumeration goi
enumeration goj
enumeration gok
enumeration gol
enumeration gom
enumeration gon
enumeration goo
enumeration gop
enumeration goq
enumeration gor
enumeration gos
enumeration got
enumeration gou
enumeration gow
enumeration gox
enumeration goy
enumeration goz
enumeration gpa
enumeration gpe
enumeration gpn
enumeration gqa
enumeration gqi
enumeration gqn
enumeration gqr
enumeration gqu
enumeration gra
enumeration grb
enumeration grc
enumeration grd
enumeration grg
enumeration grh
enumeration gri
enumeration grj
enumeration grk
enumeration grm
enumeration gro
enumeration grq
enumeration grr
enumeration grs
enumeration grt
enumeration gru
enumeration grv
enumeration grw
enumeration grx
enumeration gry
enumeration grz
enumeration gse
enumeration gsg
enumeration gsl
enumeration gsm
enumeration gsn
enumeration gso
enumeration gsp
enumeration gss
enumeration gsw
enumeration gta
enumeration gti
enumeration gtu
enumeration gua
enumeration gub
enumeration guc
enumeration gud
enumeration gue
enumeration guf
enumeration gug
enumeration guh
enumeration gui
enumeration guk
enumeration gul
enumeration gum
enumeration gun
enumeration guo
enumeration gup
enumeration guq
enumeration gur
enumeration gus
enumeration gut
enumeration guu
enumeration guv
enumeration guw
enumeration gux
enumeration guz
enumeration gva
enumeration gvc
enumeration gve
enumeration gvf
enumeration gvj
enumeration gvl
enumeration gvm
enumeration gvn
enumeration gvo
enumeration gvp
enumeration gvr
enumeration gvs
enumeration gvy
enumeration gwa
enumeration gwb
enumeration gwc
enumeration gwd
enumeration gwe
enumeration gwf
enumeration gwg
enumeration gwi
enumeration gwj
enumeration gwm
enumeration gwn
enumeration gwr
enumeration gwt
enumeration gwu
enumeration gww
enumeration gwx
enumeration gxx
enumeration gya
enumeration gyb
enumeration gyd
enumeration gye
enumeration gyf
enumeration gyg
enumeration gyi
enumeration gyl
enumeration gym
enumeration gyn
enumeration gyr
enumeration gyy
enumeration gza
enumeration gzi
enumeration gzn
enumeration haa
enumeration hab
enumeration hac
enumeration had
enumeration hae
enumeration haf
enumeration hag
enumeration hah
enumeration hai
enumeration haj
enumeration hak
enumeration hal
enumeration ham
enumeration han
enumeration hao
enumeration hap
enumeration haq
enumeration har
enumeration has
enumeration hav
enumeration haw
enumeration hax
enumeration hay
enumeration haz
enumeration hba
enumeration hbb
enumeration hbn
enumeration hbo
enumeration hbu
enumeration hca
enumeration hch
enumeration hdn
enumeration hds
enumeration hdy
enumeration hea
enumeration hed
enumeration heg
enumeration heh
enumeration hei
enumeration hem
enumeration hgm
enumeration hgw
enumeration hhi
enumeration hhr
enumeration hhy
enumeration hia
enumeration hib
enumeration hid
enumeration hif
enumeration hig
enumeration hih
enumeration hii
enumeration hij
enumeration hik
enumeration hil
enumeration him
enumeration hio
enumeration hir
enumeration hit
enumeration hiw
enumeration hix
enumeration hji
enumeration hka
enumeration hke
enumeration hkk
enumeration hks
enumeration hla
enumeration hlb
enumeration hld
enumeration hle
enumeration hlt
enumeration hlu
enumeration hma
enumeration hmb
enumeration hmc
enumeration hmd
enumeration hme
enumeration hmf
enumeration hmg
enumeration hmh
enumeration hmi
enumeration hmj
enumeration hmk
enumeration hml
enumeration hmm
enumeration hmn
enumeration hmp
enumeration hmq
enumeration hmr
enumeration hms
enumeration hmt
enumeration hmu
enumeration hmv
enumeration hmw
enumeration hmx
enumeration hmy
enumeration hmz
enumeration hna
enumeration hnd
enumeration hne
enumeration hnh
enumeration hni
enumeration hnj
enumeration hnn
enumeration hno
enumeration hns
enumeration hnu
enumeration hoa
enumeration hob
enumeration hoc
enumeration hod
enumeration hoe
enumeration hoh
enumeration hoi
enumeration hoj
enumeration hok
enumeration hol
enumeration hom
enumeration hoo
enumeration hop
enumeration hor
enumeration hos
enumeration hot
enumeration hov
enumeration how
enumeration hoy
enumeration hoz
enumeration hpo
enumeration hps
enumeration hra
enumeration hrc
enumeration hre
enumeration hrk
enumeration hrm
enumeration hro
enumeration hrp
enumeration hrt
enumeration hru
enumeration hrw
enumeration hrx
enumeration hrz
enumeration hsb
enumeration hsh
enumeration hsl
enumeration hsn
enumeration hss
enumeration hti
enumeration hto
enumeration hts
enumeration htu
enumeration htx
enumeration hub
enumeration huc
enumeration hud
enumeration hue
enumeration huf
enumeration hug
enumeration huh
enumeration hui
enumeration huj
enumeration huk
enumeration hul
enumeration hum
enumeration huo
enumeration hup
enumeration huq
enumeration hur
enumeration hus
enumeration hut
enumeration huu
enumeration huv
enumeration huw
enumeration hux
enumeration huy
enumeration huz
enumeration hvc
enumeration hve
enumeration hvk
enumeration hvn
enumeration hvv
enumeration hwa
enumeration hwc
enumeration hwo
enumeration hya
enumeration hyx
enumeration iai
enumeration ian
enumeration iap
enumeration iar
enumeration iba
enumeration ibb
enumeration ibd
enumeration ibe
enumeration ibg
enumeration ibl
enumeration ibm
enumeration ibn
enumeration ibr
enumeration ibu
enumeration iby
enumeration ica
enumeration ich
enumeration icl
enumeration icr
enumeration ida
enumeration idb
enumeration idc
enumeration idd
enumeration ide
enumeration idi
enumeration idr
enumeration ids
enumeration idt
enumeration idu
enumeration ifa
enumeration ifb
enumeration ife
enumeration iff
enumeration ifk
enumeration ifm
enumeration ifu
enumeration ify
enumeration igb
enumeration ige
enumeration igg
enumeration igl
enumeration igm
enumeration ign
enumeration igo
enumeration igs
enumeration igw
enumeration ihb
enumeration ihi
enumeration ihp
enumeration ihw
enumeration iin
enumeration iir
enumeration ijc
enumeration ije
enumeration ijj
enumeration ijn
enumeration ijo
enumeration ijs
enumeration ike
enumeration iki
enumeration ikk
enumeration ikl
enumeration iko
enumeration ikp
enumeration ikr
enumeration ikt
enumeration ikv
enumeration ikw
enumeration ikx
enumeration ikz
enumeration ila
enumeration ilb
enumeration ilg
enumeration ili
enumeration ilk
enumeration ill
enumeration ilo
enumeration ils
enumeration ilu
enumeration ilv
enumeration ima
enumeration ime
enumeration imi
enumeration iml
enumeration imn
enumeration imo
enumeration imr
enumeration ims
enumeration imy
enumeration inb
enumeration inc
enumeration ine
enumeration ing
enumeration inh
enumeration inj
enumeration inl
enumeration inm
enumeration inn
enumeration ino
enumeration inp
enumeration ins
enumeration int
enumeration inz
enumeration ior
enumeration iou
enumeration iow
enumeration ipi
enumeration ipo
enumeration iqu
enumeration iqw
enumeration ira
enumeration ire
enumeration irh
enumeration iri
enumeration irk
enumeration irn
enumeration iro
enumeration irr
enumeration iru
enumeration irx
enumeration iry
enumeration isa
enumeration isc
enumeration isd
enumeration ise
enumeration isg
enumeration ish
enumeration isi
enumeration isk
enumeration ism
enumeration isn
enumeration iso
enumeration isr
enumeration ist
enumeration isu
enumeration itb
enumeration itc
enumeration ite
enumeration iti
enumeration itk
enumeration itl
enumeration itm
enumeration ito
enumeration itr
enumeration its
enumeration itt
enumeration itv
enumeration itw
enumeration itx
enumeration ity
enumeration itz
enumeration ium
enumeration ivb
enumeration ivv
enumeration iwk
enumeration iwm
enumeration iwo
enumeration iws
enumeration ixc
enumeration ixl
enumeration iya
enumeration iyo
enumeration iyx
enumeration izh
enumeration izr
enumeration izz
enumeration jaa
enumeration jab
enumeration jac
enumeration jad
enumeration jae
enumeration jaf
enumeration jah
enumeration jaj
enumeration jak
enumeration jal
enumeration jam
enumeration jan
enumeration jao
enumeration jaq
enumeration jas
enumeration jat
enumeration jau
enumeration jax
enumeration jay
enumeration jaz
enumeration jbe
enumeration jbi
enumeration jbj
enumeration jbk
enumeration jbn
enumeration jbo
enumeration jbr
enumeration jbt
enumeration jbu
enumeration jbw
enumeration jcs
enumeration jct
enumeration jda
enumeration jdg
enumeration jdt
enumeration jeb
enumeration jee
enumeration jeg
enumeration jeh
enumeration jei
enumeration jek
enumeration jel
enumeration jen
enumeration jer
enumeration jet
enumeration jeu
enumeration jgb
enumeration jge
enumeration jgk
enumeration jgo
enumeration jhi
enumeration jhs
enumeration jia
enumeration jib
enumeration jic
enumeration jid
enumeration jie
enumeration jig
enumeration jih
enumeration jii
enumeration jil
enumeration jim
enumeration jio
enumeration jiq
enumeration jit
enumeration jiu
enumeration jiv
enumeration jiy
enumeration jjr
enumeration jkm
enumeration jko
enumeration jkp
enumeration jkr
enumeration jku
enumeration jle
enumeration jls
enumeration jma
enumeration jmb
enumeration jmc
enumeration jmd
enumeration jmi
enumeration jml
enumeration jmn
enumeration jmr
enumeration jms
enumeration jmw
enumeration jmx
enumeration jna
enumeration jnd
enumeration jng
enumeration jni
enumeration jnj
enumeration jnl
enumeration jns
enumeration job
enumeration jod
enumeration jor
enumeration jos
enumeration jow
enumeration jpa
enumeration jpr
enumeration jpx
enumeration jqr
enumeration jra
enumeration jrb
enumeration jrr
enumeration jrt
enumeration jru
enumeration jsl
enumeration jua
enumeration jub
enumeration juc
enumeration jud
enumeration juh
enumeration jui
enumeration juk
enumeration jul
enumeration jum
enumeration jun
enumeration juo
enumeration jup
enumeration jur
enumeration jus
enumeration jut
enumeration juu
enumeration juw
enumeration juy
enumeration jvd
enumeration jvn
enumeration jwi
enumeration jya
enumeration jye
enumeration jyy
enumeration kaa
enumeration kab
enumeration kac
enumeration kad
enumeration kae
enumeration kaf
enumeration kag
enumeration kah
enumeration kai
enumeration kaj
enumeration kak
enumeration kam
enumeration kao
enumeration kap
enumeration kaq
enumeration kar
enumeration kav
enumeration kaw
enumeration kax
enumeration kay
enumeration kba
enumeration kbb
enumeration kbc
enumeration kbd
enumeration kbe
enumeration kbf
enumeration kbg
enumeration kbh
enumeration kbi
enumeration kbj
enumeration kbk
enumeration kbl
enumeration kbm
enumeration kbn
enumeration kbo
enumeration kbp
enumeration kbq
enumeration kbr
enumeration kbs
enumeration kbt
enumeration kbu
enumeration kbv
enumeration kbw
enumeration kbx
enumeration kby
enumeration kbz
enumeration kca
enumeration kcb
enumeration kcc
enumeration kcd
enumeration kce
enumeration kcf
enumeration kcg
enumeration kch
enumeration kci
enumeration kcj
enumeration kck
enumeration kcl
enumeration kcm
enumeration kcn
enumeration kco
enumeration kcp
enumeration kcq
enumeration kcr
enumeration kcs
enumeration kct
enumeration kcu
enumeration kcv
enumeration kcw
enumeration kcx
enumeration kcy
enumeration kcz
enumeration kda
enumeration kdc
enumeration kdd
enumeration kde
enumeration kdf
enumeration kdg
enumeration kdh
enumeration kdi
enumeration kdj
enumeration kdk
enumeration kdl
enumeration kdm
enumeration kdn
enumeration kdo
enumeration kdp
enumeration kdq
enumeration kdr
enumeration kdt
enumeration kdu
enumeration kdw
enumeration kdx
enumeration kdy
enumeration kdz
enumeration kea
enumeration keb
enumeration kec
enumeration ked
enumeration kee
enumeration kef
enumeration keg
enumeration keh
enumeration kei
enumeration kej
enumeration kek
enumeration kel
enumeration kem
enumeration ken
enumeration keo
enumeration kep
enumeration keq
enumeration ker
enumeration kes
enumeration ket
enumeration keu
enumeration kev
enumeration kew
enumeration kex
enumeration key
enumeration kez
enumeration kfa
enumeration kfb
enumeration kfc
enumeration kfd
enumeration kfe
enumeration kff
enumeration kfg
enumeration kfh
enumeration kfi
enumeration kfj
enumeration kfk
enumeration kfl
enumeration kfm
enumeration kfn
enumeration kfo
enumeration kfp
enumeration kfq
enumeration kfr
enumeration kfs
enumeration kft
enumeration kfu
enumeration kfv
enumeration kfw
enumeration kfx
enumeration kfy
enumeration kfz
enumeration kga
enumeration kgb
enumeration kgc
enumeration kgd
enumeration kge
enumeration kgf
enumeration kgg
enumeration kgi
enumeration kgj
enumeration kgk
enumeration kgl
enumeration kgm
enumeration kgn
enumeration kgo
enumeration kgp
enumeration kgq
enumeration kgr
enumeration kgs
enumeration kgt
enumeration kgu
enumeration kgv
enumeration kgw
enumeration kgx
enumeration kgy
enumeration kha
enumeration khb
enumeration khc
enumeration khd
enumeration khe
enumeration khf
enumeration khg
enumeration khh
enumeration khi
enumeration khj
enumeration khk
enumeration khl
enumeration khn
enumeration kho
enumeration khp
enumeration khq
enumeration khr
enumeration khs
enumeration kht
enumeration khu
enumeration khv
enumeration khw
enumeration khx
enumeration khy
enumeration khz
enumeration kia
enumeration kib
enumeration kic
enumeration kid
enumeration kie
enumeration kif
enumeration kig
enumeration kih
enumeration kii
enumeration kij
enumeration kil
enumeration kim
enumeration kio
enumeration kip
enumeration kiq
enumeration kis
enumeration kit
enumeration kiu
enumeration kiv
enumeration kiw
enumeration kix
enumeration kiy
enumeration kiz
enumeration kja
enumeration kjb
enumeration kjc
enumeration kjd
enumeration kje
enumeration kjf
enumeration kjg
enumeration kjh
enumeration kji
enumeration kjj
enumeration kjk
enumeration kjl
enumeration kjm
enumeration kjn
enumeration kjo
enumeration kjp
enumeration kjq
enumeration kjr
enumeration kjs
enumeration kjt
enumeration kju
enumeration kjx
enumeration kjy
enumeration kjz
enumeration kka
enumeration kkb
enumeration kkc
enumeration kkd
enumeration kke
enumeration kkf
enumeration kkg
enumeration kkh
enumeration kki
enumeration kkj
enumeration kkk
enumeration kkl
enumeration kkm
enumeration kkn
enumeration kko
enumeration kkp
enumeration kkq
enumeration kkr
enumeration kks
enumeration kkt
enumeration kku
enumeration kkv
enumeration kkw
enumeration kkx
enumeration kky
enumeration kkz
enumeration kla
enumeration klb
enumeration klc
enumeration kld
enumeration kle
enumeration klf
enumeration klg
enumeration klh
enumeration kli
enumeration klj
enumeration klk
enumeration kll
enumeration klm
enumeration kln
enumeration klo
enumeration klp
enumeration klq
enumeration klr
enumeration kls
enumeration klt
enumeration klu
enumeration klv
enumeration klw
enumeration klx
enumeration kly
enumeration klz
enumeration kma
enumeration kmb
enumeration kmc
enumeration kmd
enumeration kme
enumeration kmf
enumeration kmg
enumeration kmh
enumeration kmi
enumeration kmj
enumeration kmk
enumeration kml
enumeration kmm
enumeration kmn
enumeration kmo
enumeration kmp
enumeration kmq
enumeration kmr
enumeration kms
enumeration kmt
enumeration kmu
enumeration kmv
enumeration kmw
enumeration kmx
enumeration kmy
enumeration kmz
enumeration kna
enumeration knb
enumeration knc
enumeration knd
enumeration kne
enumeration knf
enumeration kng
enumeration kni
enumeration knj
enumeration knk
enumeration knl
enumeration knm
enumeration knn
enumeration kno
enumeration knp
enumeration knq
enumeration knr
enumeration kns
enumeration knt
enumeration knu
enumeration knv
enumeration knw
enumeration knx
enumeration kny
enumeration knz
enumeration koa
enumeration koc
enumeration kod
enumeration koe
enumeration kof
enumeration kog
enumeration koh
enumeration koi
enumeration koj
enumeration kok
enumeration kol
enumeration koo
enumeration kop
enumeration koq
enumeration kos
enumeration kot
enumeration kou
enumeration kov
enumeration kow
enumeration kox
enumeration koy
enumeration koz
enumeration kpa
enumeration kpb
enumeration kpc
enumeration kpd
enumeration kpe
enumeration kpf
enumeration kpg
enumeration kph
enumeration kpi
enumeration kpj
enumeration kpk
enumeration kpl
enumeration kpm
enumeration kpn
enumeration kpo
enumeration kpq
enumeration kpr
enumeration kps
enumeration kpt
enumeration kpu
enumeration kpv
enumeration kpw
enumeration kpx
enumeration kpy
enumeration kpz
enumeration kqa
enumeration kqb
enumeration kqc
enumeration kqd
enumeration kqe
enumeration kqf
enumeration kqg
enumeration kqh
enumeration kqi
enumeration kqj
enumeration kqk
enumeration kql
enumeration kqm
enumeration kqn
enumeration kqo
enumeration kqp
enumeration kqq
enumeration kqr
enumeration kqs
enumeration kqt
enumeration kqu
enumeration kqv
enumeration kqw
enumeration kqx
enumeration kqy
enumeration kqz
enumeration kra
enumeration krb
enumeration krc
enumeration krd
enumeration kre
enumeration krf
enumeration krh
enumeration kri
enumeration krj
enumeration krk
enumeration krl
enumeration krm
enumeration krn
enumeration kro
enumeration krp
enumeration krr
enumeration krs
enumeration krt
enumeration kru
enumeration krv
enumeration krw
enumeration krx
enumeration kry
enumeration krz
enumeration ksa
enumeration ksb
enumeration ksc
enumeration ksd
enumeration kse
enumeration ksf
enumeration ksg
enumeration ksh
enumeration ksi
enumeration ksj
enumeration ksk
enumeration ksl
enumeration ksm
enumeration ksn
enumeration kso
enumeration ksp
enumeration ksq
enumeration ksr
enumeration kss
enumeration kst
enumeration ksu
enumeration ksv
enumeration ksw
enumeration ksx
enumeration ksy
enumeration ksz
enumeration kta
enumeration ktb
enumeration ktc
enumeration ktd
enumeration kte
enumeration ktf
enumeration ktg
enumeration kth
enumeration kti
enumeration ktj
enumeration ktk
enumeration ktl
enumeration ktm
enumeration ktn
enumeration kto
enumeration ktp
enumeration ktq
enumeration ktr
enumeration kts
enumeration ktt
enumeration ktu
enumeration ktv
enumeration ktw
enumeration ktx
enumeration kty
enumeration ktz
enumeration kub
enumeration kuc
enumeration kud
enumeration kue
enumeration kuf
enumeration kug
enumeration kuh
enumeration kui
enumeration kuj
enumeration kuk
enumeration kul
enumeration kum
enumeration kun
enumeration kuo
enumeration kup
enumeration kuq
enumeration kus
enumeration kut
enumeration kuu
enumeration kuv
enumeration kuw
enumeration kux
enumeration kuy
enumeration kuz
enumeration kva
enumeration kvb
enumeration kvc
enumeration kvd
enumeration kve
enumeration kvf
enumeration kvg
enumeration kvh
enumeration kvi
enumeration kvj
enumeration kvk
enumeration kvl
enumeration kvm
enumeration kvn
enumeration kvo
enumeration kvp
enumeration kvq
enumeration kvr
enumeration kvs
enumeration kvt
enumeration kvu
enumeration kvv
enumeration kvw
enumeration kvx
enumeration kvy
enumeration kvz
enumeration kwa
enumeration kwb
enumeration kwc
enumeration kwd
enumeration kwe
enumeration kwf
enumeration kwg
enumeration kwh
enumeration kwi
enumeration kwj
enumeration kwk
enumeration kwl
enumeration kwm
enumeration kwn
enumeration kwo
enumeration kwp
enumeration kwq
enumeration kwr
enumeration kws
enumeration kwt
enumeration kwu
enumeration kwv
enumeration kww
enumeration kwx
enumeration kwy
enumeration kwz
enumeration kxa
enumeration kxb
enumeration kxc
enumeration kxd
enumeration kxe
enumeration kxf
enumeration kxh
enumeration kxi
enumeration kxj
enumeration kxk
enumeration kxl
enumeration kxm
enumeration kxn
enumeration kxo
enumeration kxp
enumeration kxq
enumeration kxr
enumeration kxs
enumeration kxt
enumeration kxu
enumeration kxv
enumeration kxw
enumeration kxx
enumeration kxy
enumeration kxz
enumeration kya
enumeration kyb
enumeration kyc
enumeration kyd
enumeration kye
enumeration kyf
enumeration kyg
enumeration kyh
enumeration kyi
enumeration kyj
enumeration kyk
enumeration kyl
enumeration kym
enumeration kyn
enumeration kyo
enumeration kyp
enumeration kyq
enumeration kyr
enumeration kys
enumeration kyt
enumeration kyu
enumeration kyv
enumeration kyw
enumeration kyx
enumeration kyy
enumeration kyz
enumeration kza
enumeration kzb
enumeration kzc
enumeration kzd
enumeration kze
enumeration kzf
enumeration kzg
enumeration kzi
enumeration kzj
enumeration kzk
enumeration kzl
enumeration kzm
enumeration kzn
enumeration kzo
enumeration kzp
enumeration kzq
enumeration kzr
enumeration kzs
enumeration kzt
enumeration kzu
enumeration kzv
enumeration kzw
enumeration kzx
enumeration kzy
enumeration kzz
enumeration laa
enumeration lab
enumeration lac
enumeration lad
enumeration lae
enumeration laf
enumeration lag
enumeration lah
enumeration lai
enumeration laj
enumeration lak
enumeration lal
enumeration lam
enumeration lan
enumeration lap
enumeration laq
enumeration lar
enumeration las
enumeration lau
enumeration law
enumeration lax
enumeration lay
enumeration laz
enumeration lba
enumeration lbb
enumeration lbc
enumeration lbe
enumeration lbf
enumeration lbg
enumeration lbi
enumeration lbj
enumeration lbk
enumeration lbl
enumeration lbm
enumeration lbn
enumeration lbo
enumeration lbq
enumeration lbr
enumeration lbs
enumeration lbt
enumeration lbu
enumeration lbv
enumeration lbw
enumeration lbx
enumeration lby
enumeration lbz
enumeration lcc
enumeration lcd
enumeration lce
enumeration lcf
enumeration lch
enumeration lcl
enumeration lcm
enumeration lcp
enumeration lcq
enumeration lcs
enumeration lda
enumeration ldb
enumeration ldd
enumeration ldg
enumeration ldh
enumeration ldi
enumeration ldj
enumeration ldk
enumeration ldl
enumeration ldm
enumeration ldn
enumeration ldo
enumeration ldp
enumeration ldq
enumeration lea
enumeration leb
enumeration lec
enumeration led
enumeration lee
enumeration lef
enumeration leh
enumeration lei
enumeration lej
enumeration lek
enumeration lel
enumeration lem
enumeration len
enumeration leo
enumeration lep
enumeration leq
enumeration ler
enumeration les
enumeration let
enumeration leu
enumeration lev
enumeration lew
enumeration lex
enumeration ley
enumeration lez
enumeration lfa
enumeration lfn
enumeration lga
enumeration lgb
enumeration lgg
enumeration lgh
enumeration lgi
enumeration lgk
enumeration lgl
enumeration lgm
enumeration lgn
enumeration lgq
enumeration lgr
enumeration lgt
enumeration lgu
enumeration lgz
enumeration lha
enumeration lhh
enumeration lhi
enumeration lhl
enumeration lhm
enumeration lhn
enumeration lhp
enumeration lhs
enumeration lht
enumeration lhu
enumeration lia
enumeration lib
enumeration lic
enumeration lid
enumeration lie
enumeration lif
enumeration lig
enumeration lih
enumeration lii
enumeration lij
enumeration lik
enumeration lil
enumeration lio
enumeration lip
enumeration liq
enumeration lir
enumeration lis
enumeration liu
enumeration liv
enumeration liw
enumeration lix
enumeration liy
enumeration liz
enumeration lja
enumeration lje
enumeration lji
enumeration ljl
enumeration ljp
enumeration ljw
enumeration ljx
enumeration lka
enumeration lkb
enumeration lkc
enumeration lkd
enumeration lke
enumeration lkh
enumeration lki
enumeration lkj
enumeration lkl
enumeration lkm
enumeration lkn
enumeration lko
enumeration lkr
enumeration lks
enumeration lkt
enumeration lku
enumeration lky
enumeration lla
enumeration llb
enumeration llc
enumeration lld
enumeration lle
enumeration llf
enumeration llg
enumeration llh
enumeration lli
enumeration llj
enumeration llk
enumeration lll
enumeration llm
enumeration lln
enumeration llo
enumeration llp
enumeration llq
enumeration lls
enumeration llu
enumeration llx
enumeration lma
enumeration lmb
enumeration lmc
enumeration lmd
enumeration lme
enumeration lmf
enumeration lmg
enumeration lmh
enumeration lmi
enumeration lmj
enumeration lmk
enumeration lml
enumeration lmn
enumeration lmo
enumeration lmp
enumeration lmq
enumeration lmr
enumeration lmu
enumeration lmv
enumeration lmw
enumeration lmx
enumeration lmy
enumeration lmz
enumeration lna
enumeration lnb
enumeration lnd
enumeration lng
enumeration lnh
enumeration lni
enumeration lnj
enumeration lnl
enumeration lnm
enumeration lnn
enumeration lno
enumeration lns
enumeration lnu
enumeration lnw
enumeration lnz
enumeration loa
enumeration lob
enumeration loc
enumeration loe
enumeration lof
enumeration log
enumeration loh
enumeration loi
enumeration loj
enumeration lok
enumeration lol
enumeration lom
enumeration lon
enumeration loo
enumeration lop
enumeration loq
enumeration lor
enumeration los
enumeration lot
enumeration lou
enumeration lov
enumeration low
enumeration lox
enumeration loy
enumeration loz
enumeration lpa
enumeration lpe
enumeration lpn
enumeration lpo
enumeration lpx
enumeration lra
enumeration lrc
enumeration lre
enumeration lrg
enumeration lri
enumeration lrk
enumeration lrl
enumeration lrm
enumeration lrn
enumeration lro
enumeration lrr
enumeration lrt
enumeration lrv
enumeration lrz
enumeration lsa
enumeration lsd
enumeration lse
enumeration lsg
enumeration lsh
enumeration lsi
enumeration lsl
enumeration lsm
enumeration lso
enumeration lsp
enumeration lsr
enumeration lss
enumeration lst
enumeration lsy
enumeration ltc
enumeration ltg
enumeration lti
enumeration ltn
enumeration lto
enumeration lts
enumeration ltu
enumeration lua
enumeration luc
enumeration lud
enumeration lue
enumeration luf
enumeration lui
enumeration luj
enumeration luk
enumeration lul
enumeration lum
enumeration lun
enumeration luo
enumeration lup
enumeration luq
enumeration lur
enumeration lus
enumeration lut
enumeration luu
enumeration luv
enumeration luw
enumeration luy
enumeration luz
enumeration lva
enumeration lvk
enumeration lvs
enumeration lvu
enumeration lwa
enumeration lwe
enumeration lwg
enumeration lwh
enumeration lwl
enumeration lwm
enumeration lwo
enumeration lwt
enumeration lwu
enumeration lww
enumeration lya
enumeration lyg
enumeration lyn
enumeration lzh
enumeration lzl
enumeration lzn
enumeration lzz
enumeration maa
enumeration mab
enumeration mad
enumeration mae
enumeration maf
enumeration mag
enumeration mai
enumeration maj
enumeration mak
enumeration mam
enumeration man
enumeration map
enumeration maq
enumeration mas
enumeration mat
enumeration mau
enumeration mav
enumeration maw
enumeration max
enumeration maz
enumeration mba
enumeration mbb
enumeration mbc
enumeration mbd
enumeration mbe
enumeration mbf
enumeration mbh
enumeration mbi
enumeration mbj
enumeration mbk
enumeration mbl
enumeration mbm
enumeration mbn
enumeration mbo
enumeration mbp
enumeration mbq
enumeration mbr
enumeration mbs
enumeration mbt
enumeration mbu
enumeration mbv
enumeration mbw
enumeration mbx
enumeration mby
enumeration mbz
enumeration mca
enumeration mcb
enumeration mcc
enumeration mcd
enumeration mce
enumeration mcf
enumeration mcg
enumeration mch
enumeration mci
enumeration mcj
enumeration mck
enumeration mcl
enumeration mcm
enumeration mcn
enumeration mco
enumeration mcp
enumeration mcq
enumeration mcr
enumeration mcs
enumeration mct
enumeration mcu
enumeration mcv
enumeration mcw
enumeration mcx
enumeration mcy
enumeration mcz
enumeration mda
enumeration mdb
enumeration mdc
enumeration mdd
enumeration mde
enumeration mdf
enumeration mdg
enumeration mdh
enumeration mdi
enumeration mdj
enumeration mdk
enumeration mdl
enumeration mdm
enumeration mdn
enumeration mdp
enumeration mdq
enumeration mdr
enumeration mds
enumeration mdt
enumeration mdu
enumeration mdv
enumeration mdw
enumeration mdx
enumeration mdy
enumeration mdz
enumeration mea
enumeration meb
enumeration mec
enumeration med
enumeration mee
enumeration mef
enumeration meh
enumeration mei
enumeration mej
enumeration mek
enumeration mel
enumeration mem
enumeration men
enumeration meo
enumeration mep
enumeration meq
enumeration mer
enumeration mes
enumeration met
enumeration meu
enumeration mev
enumeration mew
enumeration mey
enumeration mez
enumeration mfa
enumeration mfb
enumeration mfc
enumeration mfd
enumeration mfe
enumeration mff
enumeration mfg
enumeration mfh
enumeration mfi
enumeration mfj
enumeration mfk
enumeration mfl
enumeration mfm
enumeration mfn
enumeration mfo
enumeration mfp
enumeration mfq
enumeration mfr
enumeration mfs
enumeration mft
enumeration mfu
enumeration mfv
enumeration mfw
enumeration mfx
enumeration mfy
enumeration mfz
enumeration mga
enumeration mgb
enumeration mgc
enumeration mgd
enumeration mge
enumeration mgf
enumeration mgg
enumeration mgh
enumeration mgi
enumeration mgj
enumeration mgk
enumeration mgl
enumeration mgm
enumeration mgn
enumeration mgo
enumeration mgp
enumeration mgq
enumeration mgr
enumeration mgs
enumeration mgt
enumeration mgu
enumeration mgv
enumeration mgw
enumeration mgy
enumeration mgz
enumeration mha
enumeration mhb
enumeration mhc
enumeration mhd
enumeration mhe
enumeration mhf
enumeration mhg
enumeration mhi
enumeration mhj
enumeration mhk
enumeration mhl
enumeration mhm
enumeration mhn
enumeration mho
enumeration mhp
enumeration mhq
enumeration mhr
enumeration mhs
enumeration mht
enumeration mhu
enumeration mhw
enumeration mhx
enumeration mhy
enumeration mhz
enumeration mia
enumeration mib
enumeration mic
enumeration mid
enumeration mie
enumeration mif
enumeration mig
enumeration mih
enumeration mii
enumeration mij
enumeration mik
enumeration mil
enumeration mim
enumeration min
enumeration mio
enumeration mip
enumeration miq
enumeration mir
enumeration mis
enumeration mit
enumeration miu
enumeration miw
enumeration mix
enumeration miy
enumeration miz
enumeration mjc
enumeration mjd
enumeration mje
enumeration mjg
enumeration mjh
enumeration mji
enumeration mjj
enumeration mjk
enumeration mjl
enumeration mjm
enumeration mjn
enumeration mjo
enumeration mjp
enumeration mjq
enumeration mjr
enumeration mjs
enumeration mjt
enumeration mju
enumeration mjv
enumeration mjw
enumeration mjx
enumeration mjy
enumeration mjz
enumeration mka
enumeration mkb
enumeration mkc
enumeration mke
enumeration mkf
enumeration mkg
enumeration mkh
enumeration mki
enumeration mkj
enumeration mkk
enumeration mkl
enumeration mkm
enumeration mkn
enumeration mko
enumeration mkp
enumeration mkq
enumeration mkr
enumeration mks
enumeration mkt
enumeration mku
enumeration mkv
enumeration mkw
enumeration mkx
enumeration mky
enumeration mkz
enumeration mla
enumeration mlb
enumeration mlc
enumeration mle
enumeration mlf
enumeration mlh
enumeration mli
enumeration mlj
enumeration mlk
enumeration mll
enumeration mlm
enumeration mln
enumeration mlo
enumeration mlp
enumeration mlq
enumeration mlr
enumeration mls
enumeration mlu
enumeration mlv
enumeration mlw
enumeration mlx
enumeration mlz
enumeration mma
enumeration mmb
enumeration mmc
enumeration mmd
enumeration mme
enumeration mmf
enumeration mmg
enumeration mmh
enumeration mmi
enumeration mmj
enumeration mmk
enumeration mml
enumeration mmm
enumeration mmn
enumeration mmo
enumeration mmp
enumeration mmq
enumeration mmr
enumeration mmt
enumeration mmu
enumeration mmv
enumeration mmw
enumeration mmx
enumeration mmy
enumeration mmz
enumeration mna
enumeration mnb
enumeration mnc
enumeration mnd
enumeration mne
enumeration mnf
enumeration mng
enumeration mnh
enumeration mni
enumeration mnj
enumeration mnk
enumeration mnl
enumeration mnm
enumeration mnn
enumeration mno
enumeration mnp
enumeration mnq
enumeration mnr
enumeration mns
enumeration mnu
enumeration mnv
enumeration mnw
enumeration mnx
enumeration mny
enumeration mnz
enumeration moa
enumeration moc
enumeration mod
enumeration moe
enumeration mog
enumeration moh
enumeration moi
enumeration moj
enumeration mok
enumeration mom
enumeration moo
enumeration mop
enumeration moq
enumeration mor
enumeration mos
enumeration mot
enumeration mou
enumeration mov
enumeration mow
enumeration mox
enumeration moy
enumeration moz
enumeration mpa
enumeration mpb
enumeration mpc
enumeration mpd
enumeration mpe
enumeration mpg
enumeration mph
enumeration mpi
enumeration mpj
enumeration mpk
enumeration mpl
enumeration mpm
enumeration mpn
enumeration mpo
enumeration mpp
enumeration mpq
enumeration mpr
enumeration mps
enumeration mpt
enumeration mpu
enumeration mpv
enumeration mpw
enumeration mpx
enumeration mpy
enumeration mpz
enumeration mqa
enumeration mqb
enumeration mqc
enumeration mqe
enumeration mqf
enumeration mqg
enumeration mqh
enumeration mqi
enumeration mqj
enumeration mqk
enumeration mql
enumeration mqm
enumeration mqn
enumeration mqo
enumeration mqp
enumeration mqq
enumeration mqr
enumeration mqs
enumeration mqt
enumeration mqu
enumeration mqv
enumeration mqw
enumeration mqx
enumeration mqy
enumeration mqz
enumeration mra
enumeration mrb
enumeration mrc
enumeration mrd
enumeration mre
enumeration mrf
enumeration mrg
enumeration mrh
enumeration mrj
enumeration mrk
enumeration mrl
enumeration mrm
enumeration mrn
enumeration mro
enumeration mrp
enumeration mrq
enumeration mrr
enumeration mrs
enumeration mrt
enumeration mru
enumeration mrv
enumeration mrw
enumeration mrx
enumeration mry
enumeration mrz
enumeration msb
enumeration msc
enumeration msd
enumeration mse
enumeration msf
enumeration msg
enumeration msh
enumeration msi
enumeration msj
enumeration msk
enumeration msl
enumeration msm
enumeration msn
enumeration mso
enumeration msp
enumeration msq
enumeration msr
enumeration mss
enumeration msu
enumeration msv
enumeration msw
enumeration msx
enumeration msy
enumeration msz
enumeration mta
enumeration mtb
enumeration mtc
enumeration mtd
enumeration mte
enumeration mtf
enumeration mtg
enumeration mth
enumeration mti
enumeration mtj
enumeration mtk
enumeration mtl
enumeration mtm
enumeration mtn
enumeration mto
enumeration mtp
enumeration mtq
enumeration mtr
enumeration mts
enumeration mtt
enumeration mtu
enumeration mtv
enumeration mtw
enumeration mtx
enumeration mty
enumeration mua
enumeration mub
enumeration muc
enumeration mud
enumeration mue
enumeration mug
enumeration muh
enumeration mui
enumeration muj
enumeration muk
enumeration mul
enumeration mum
enumeration mun
enumeration muo
enumeration mup
enumeration muq
enumeration mur
enumeration mus
enumeration mut
enumeration muu
enumeration muv
enumeration mux
enumeration muy
enumeration muz
enumeration mva
enumeration mvb
enumeration mvd
enumeration mve
enumeration mvf
enumeration mvg
enumeration mvh
enumeration mvi
enumeration mvk
enumeration mvl
enumeration mvm
enumeration mvn
enumeration mvo
enumeration mvp
enumeration mvq
enumeration mvr
enumeration mvs
enumeration mvt
enumeration mvu
enumeration mvv
enumeration mvw
enumeration mvx
enumeration mvy
enumeration mvz
enumeration mwa
enumeration mwb
enumeration mwc
enumeration mwe
enumeration mwf
enumeration mwg
enumeration mwh
enumeration mwi
enumeration mwj
enumeration mwk
enumeration mwl
enumeration mwm
enumeration mwn
enumeration mwo
enumeration mwp
enumeration mwq
enumeration mwr
enumeration mws
enumeration mwt
enumeration mwu
enumeration mwv
enumeration mww
enumeration mwx
enumeration mwy
enumeration mwz
enumeration mxa
enumeration mxb
enumeration mxc
enumeration mxd
enumeration mxe
enumeration mxf
enumeration mxg
enumeration mxh
enumeration mxi
enumeration mxj
enumeration mxk
enumeration mxl
enumeration mxm
enumeration mxn
enumeration mxo
enumeration mxp
enumeration mxq
enumeration mxr
enumeration mxs
enumeration mxt
enumeration mxu
enumeration mxv
enumeration mxw
enumeration mxx
enumeration mxy
enumeration mxz
enumeration myb
enumeration myc
enumeration myd
enumeration mye
enumeration myf
enumeration myg
enumeration myh
enumeration myi
enumeration myj
enumeration myk
enumeration myl
enumeration mym
enumeration myn
enumeration myo
enumeration myp
enumeration myr
enumeration mys
enumeration myu
enumeration myv
enumeration myw
enumeration myx
enumeration myy
enumeration myz
enumeration mza
enumeration mzb
enumeration mzc
enumeration mzd
enumeration mze
enumeration mzg
enumeration mzh
enumeration mzi
enumeration mzj
enumeration mzk
enumeration mzl
enumeration mzm
enumeration mzn
enumeration mzo
enumeration mzp
enumeration mzq
enumeration mzr
enumeration mzs
enumeration mzt
enumeration mzu
enumeration mzv
enumeration mzw
enumeration mzx
enumeration mzy
enumeration mzz
enumeration naa
enumeration nab
enumeration nac
enumeration nad
enumeration nae
enumeration naf
enumeration nag
enumeration nah
enumeration nai
enumeration naj
enumeration nak
enumeration nal
enumeration nam
enumeration nan
enumeration nao
enumeration nap
enumeration naq
enumeration nar
enumeration nas
enumeration nat
enumeration naw
enumeration nax
enumeration nay
enumeration naz
enumeration nba
enumeration nbb
enumeration nbc
enumeration nbd
enumeration nbe
enumeration nbg
enumeration nbh
enumeration nbi
enumeration nbj
enumeration nbk
enumeration nbm
enumeration nbn
enumeration nbo
enumeration nbp
enumeration nbq
enumeration nbr
enumeration nbs
enumeration nbt
enumeration nbu
enumeration nbv
enumeration nbw
enumeration nby
enumeration nca
enumeration ncb
enumeration ncc
enumeration ncd
enumeration nce
enumeration ncf
enumeration ncg
enumeration nch
enumeration nci
enumeration ncj
enumeration nck
enumeration ncl
enumeration ncm
enumeration ncn
enumeration nco
enumeration ncp
enumeration ncr
enumeration ncs
enumeration nct
enumeration ncu
enumeration ncx
enumeration ncz
enumeration nda
enumeration ndb
enumeration ndc
enumeration ndd
enumeration ndf
enumeration ndg
enumeration ndh
enumeration ndi
enumeration ndj
enumeration ndk
enumeration ndl
enumeration ndm
enumeration ndn
enumeration ndp
enumeration ndq
enumeration ndr
enumeration nds
enumeration ndt
enumeration ndu
enumeration ndv
enumeration ndw
enumeration ndx
enumeration ndy
enumeration ndz
enumeration nea
enumeration neb
enumeration nec
enumeration ned
enumeration nee
enumeration nef
enumeration neg
enumeration neh
enumeration nei
enumeration nej
enumeration nek
enumeration nem
enumeration nen
enumeration neo
enumeration neq
enumeration ner
enumeration nes
enumeration net
enumeration neu
enumeration nev
enumeration new
enumeration nex
enumeration ney
enumeration nez
enumeration nfa
enumeration nfd
enumeration nfl
enumeration nfr
enumeration nfu
enumeration nga
enumeration ngb
enumeration ngc
enumeration ngd
enumeration nge
enumeration ngf
enumeration ngg
enumeration ngh
enumeration ngi
enumeration ngj
enumeration ngk
enumeration ngl
enumeration ngm
enumeration ngn
enumeration ngo
enumeration ngp
enumeration ngq
enumeration ngr
enumeration ngs
enumeration ngt
enumeration ngu
enumeration ngv
enumeration ngw
enumeration ngx
enumeration ngy
enumeration ngz
enumeration nha
enumeration nhb
enumeration nhc
enumeration nhd
enumeration nhe
enumeration nhf
enumeration nhg
enumeration nhh
enumeration nhi
enumeration nhk
enumeration nhm
enumeration nhn
enumeration nho
enumeration nhp
enumeration nhq
enumeration nhr
enumeration nht
enumeration nhu
enumeration nhv
enumeration nhw
enumeration nhx
enumeration nhy
enumeration nhz
enumeration nia
enumeration nib
enumeration nic
enumeration nid
enumeration nie
enumeration nif
enumeration nig
enumeration nih
enumeration nii
enumeration nij
enumeration nik
enumeration nil
enumeration nim
enumeration nin
enumeration nio
enumeration niq
enumeration nir
enumeration nis
enumeration nit
enumeration niu
enumeration niv
enumeration niw
enumeration nix
enumeration niy
enumeration niz
enumeration nja
enumeration njb
enumeration njd
enumeration njh
enumeration nji
enumeration njj
enumeration njl
enumeration njm
enumeration njn
enumeration njo
enumeration njr
enumeration njs
enumeration njt
enumeration nju
enumeration njx
enumeration njy
enumeration njz
enumeration nka
enumeration nkb
enumeration nkc
enumeration nkd
enumeration nke
enumeration nkf
enumeration nkg
enumeration nkh
enumeration nki
enumeration nkj
enumeration nkk
enumeration nkm
enumeration nkn
enumeration nko
enumeration nkp
enumeration nkq
enumeration nkr
enumeration nks
enumeration nkt
enumeration nku
enumeration nkv
enumeration nkw
enumeration nkx
enumeration nkz
enumeration nla
enumeration nlc
enumeration nle
enumeration nlg
enumeration nli
enumeration nlj
enumeration nlk
enumeration nll
enumeration nlo
enumeration nlq
enumeration nlu
enumeration nlv
enumeration nlw
enumeration nlx
enumeration nly
enumeration nlz
enumeration nma
enumeration nmb
enumeration nmc
enumeration nmd
enumeration nme
enumeration nmf
enumeration nmg
enumeration nmh
enumeration nmi
enumeration nmj
enumeration nmk
enumeration nml
enumeration nmm
enumeration nmn
enumeration nmo
enumeration nmp
enumeration nmq
enumeration nmr
enumeration nms
enumeration nmt
enumeration nmu
enumeration nmv
enumeration nmw
enumeration nmx
enumeration nmy
enumeration nmz
enumeration nna
enumeration nnb
enumeration nnc
enumeration nnd
enumeration nne
enumeration nnf
enumeration nng
enumeration nnh
enumeration nni
enumeration nnj
enumeration nnk
enumeration nnl
enumeration nnm
enumeration nnn
enumeration nnp
enumeration nnq
enumeration nnr
enumeration nns
enumeration nnt
enumeration nnu
enumeration nnv
enumeration nnw
enumeration nnx
enumeration nny
enumeration nnz
enumeration noa
enumeration noc
enumeration nod
enumeration noe
enumeration nof
enumeration nog
enumeration noh
enumeration noi
enumeration noj
enumeration nok
enumeration nol
enumeration nom
enumeration non
enumeration nop
enumeration noq
enumeration nos
enumeration not
enumeration nou
enumeration nov
enumeration now
enumeration noy
enumeration noz
enumeration npa
enumeration npb
enumeration npg
enumeration nph
enumeration npi
enumeration npl
enumeration npn
enumeration npo
enumeration nps
enumeration npu
enumeration npy
enumeration nqg
enumeration nqk
enumeration nqm
enumeration nqn
enumeration nqo
enumeration nqq
enumeration nqy
enumeration nra
enumeration nrb
enumeration nrc
enumeration nre
enumeration nrg
enumeration nri
enumeration nrk
enumeration nrl
enumeration nrm
enumeration nrn
enumeration nrp
enumeration nrr
enumeration nrt
enumeration nru
enumeration nrx
enumeration nrz
enumeration nsa
enumeration nsc
enumeration nsd
enumeration nse
enumeration nsf
enumeration nsg
enumeration nsh
enumeration nsi
enumeration nsk
enumeration nsl
enumeration nsm
enumeration nsn
enumeration nso
enumeration nsp
enumeration nsq
enumeration nsr
enumeration nss
enumeration nst
enumeration nsu
enumeration nsv
enumeration nsw
enumeration nsx
enumeration nsy
enumeration nsz
enumeration nte
enumeration ntg
enumeration nti
enumeration ntj
enumeration ntk
enumeration ntm
enumeration nto
enumeration ntp
enumeration ntr
enumeration nts
enumeration ntu
enumeration ntw
enumeration ntx
enumeration nty
enumeration ntz
enumeration nua
enumeration nub
enumeration nuc
enumeration nud
enumeration nue
enumeration nuf
enumeration nug
enumeration nuh
enumeration nui
enumeration nuj
enumeration nuk
enumeration nul
enumeration num
enumeration nun
enumeration nuo
enumeration nup
enumeration nuq
enumeration nur
enumeration nus
enumeration nut
enumeration nuu
enumeration nuv
enumeration nuw
enumeration nux
enumeration nuy
enumeration nuz
enumeration nvh
enumeration nvm
enumeration nvo
enumeration nwa
enumeration nwb
enumeration nwc
enumeration nwe
enumeration nwg
enumeration nwi
enumeration nwm
enumeration nwo
enumeration nwr
enumeration nwx
enumeration nwy
enumeration nxa
enumeration nxd
enumeration nxe
enumeration nxg
enumeration nxi
enumeration nxk
enumeration nxl
enumeration nxm
enumeration nxn
enumeration nxq
enumeration nxr
enumeration nxu
enumeration nxx
enumeration nyb
enumeration nyc
enumeration nyd
enumeration nye
enumeration nyf
enumeration nyg
enumeration nyh
enumeration nyi
enumeration nyj
enumeration nyk
enumeration nyl
enumeration nym
enumeration nyn
enumeration nyo
enumeration nyp
enumeration nyq
enumeration nyr
enumeration nys
enumeration nyt
enumeration nyu
enumeration nyv
enumeration nyw
enumeration nyx
enumeration nyy
enumeration nza
enumeration nzb
enumeration nzi
enumeration nzk
enumeration nzm
enumeration nzs
enumeration nzu
enumeration nzy
enumeration nzz
enumeration oaa
enumeration oac
enumeration oar
enumeration oav
enumeration obi
enumeration obk
enumeration obl
enumeration obm
enumeration obo
enumeration obr
enumeration obt
enumeration obu
enumeration oca
enumeration och
enumeration oco
enumeration ocu
enumeration oda
enumeration odk
enumeration odt
enumeration odu
enumeration ofo
enumeration ofs
enumeration ofu
enumeration ogb
enumeration ogc
enumeration oge
enumeration ogg
enumeration ogo
enumeration ogu
enumeration oht
enumeration ohu
enumeration oia
enumeration oin
enumeration ojb
enumeration ojc
enumeration ojg
enumeration ojp
enumeration ojs
enumeration ojv
enumeration ojw
enumeration oka
enumeration okb
enumeration okd
enumeration oke
enumeration okg
enumeration okh
enumeration oki
enumeration okj
enumeration okk
enumeration okl
enumeration okm
enumeration okn
enumeration oko
enumeration okr
enumeration oks
enumeration oku
enumeration okv
enumeration okx
enumeration ola
enumeration old
enumeration ole
enumeration olk
enumeration olm
enumeration olo
enumeration olr
enumeration olt
enumeration oma
enumeration omb
enumeration omc
enumeration ome
enumeration omg
enumeration omi
enumeration omk
enumeration oml
enumeration omn
enumeration omo
enumeration omp
enumeration omq
enumeration omr
enumeration omt
enumeration omu
enumeration omv
enumeration omw
enumeration omx
enumeration ona
enumeration onb
enumeration one
enumeration ong
enumeration oni
enumeration onj
enumeration onk
enumeration onn
enumeration ono
enumeration onp
enumeration onr
enumeration ons
enumeration ont
enumeration onu
enumeration onw
enumeration onx
enumeration ood
enumeration oog
enumeration oon
enumeration oor
enumeration oos
enumeration opa
enumeration opk
enumeration opm
enumeration opo
enumeration opt
enumeration opy
enumeration ora
enumeration orc
enumeration ore
enumeration org
enumeration orh
enumeration orn
enumeration oro
enumeration orr
enumeration ors
enumeration ort
enumeration oru
enumeration orv
enumeration orw
enumeration orx
enumeration ory
enumeration orz
enumeration osa
enumeration osc
enumeration osi
enumeration oso
enumeration osp
enumeration ost
enumeration osu
enumeration osx
enumeration ota
enumeration otb
enumeration otd
enumeration ote
enumeration oti
enumeration otk
enumeration otl
enumeration otm
enumeration otn
enumeration oto
enumeration otq
enumeration otr
enumeration ots
enumeration ott
enumeration otu
enumeration otw
enumeration otx
enumeration oty
enumeration otz
enumeration oua
enumeration oub
enumeration oue
enumeration oui
enumeration oum
enumeration oun
enumeration owi
enumeration owl
enumeration oyb
enumeration oyd
enumeration oym
enumeration oyy
enumeration ozm
enumeration paa
enumeration pab
enumeration pac
enumeration pad
enumeration pae
enumeration paf
enumeration pag
enumeration pah
enumeration pai
enumeration pak
enumeration pal
enumeration pam
enumeration pao
enumeration pap
enumeration paq
enumeration par
enumeration pas
enumeration pat
enumeration pau
enumeration pav
enumeration paw
enumeration pax
enumeration pay
enumeration paz
enumeration pbb
enumeration pbc
enumeration pbe
enumeration pbf
enumeration pbg
enumeration pbh
enumeration pbi
enumeration pbl
enumeration pbn
enumeration pbo
enumeration pbp
enumeration pbr
enumeration pbs
enumeration pbt
enumeration pbu
enumeration pbv
enumeration pby
enumeration pca
enumeration pcb
enumeration pcc
enumeration pcd
enumeration pce
enumeration pcf
enumeration pcg
enumeration pch
enumeration pci
enumeration pcj
enumeration pck
enumeration pcl
enumeration pcm
enumeration pcn
enumeration pcp
enumeration pcw
enumeration pda
enumeration pdc
enumeration pdi
enumeration pdn
enumeration pdo
enumeration pdt
enumeration pdu
enumeration pea
enumeration peb
enumeration ped
enumeration pee
enumeration pef
enumeration peg
enumeration peh
enumeration pei
enumeration pej
enumeration pek
enumeration pel
enumeration pem
enumeration peo
enumeration pep
enumeration peq
enumeration pes
enumeration pev
enumeration pex
enumeration pey
enumeration pez
enumeration pfa
enumeration pfe
enumeration pfl
enumeration pga
enumeration pgg
enumeration pgi
enumeration pgk
enumeration pgl
enumeration pgn
enumeration pgs
enumeration pgu
enumeration pha
enumeration phd
enumeration phg
enumeration phh
enumeration phi
enumeration phk
enumeration phl
enumeration phm
enumeration phn
enumeration pho
enumeration phq
enumeration phr
enumeration pht
enumeration phu
enumeration phv
enumeration phw
enumeration pia
enumeration pib
enumeration pic
enumeration pid
enumeration pie
enumeration pif
enumeration pig
enumeration pih
enumeration pii
enumeration pij
enumeration pil
enumeration pim
enumeration pin
enumeration pio
enumeration pip
enumeration pir
enumeration pis
enumeration pit
enumeration piu
enumeration piv
enumeration piw
enumeration pix
enumeration piy
enumeration piz
enumeration pjt
enumeration pka
enumeration pkb
enumeration pkc
enumeration pkg
enumeration pkh
enumeration pkn
enumeration pko
enumeration pkp
enumeration pkr
enumeration pks
enumeration pkt
enumeration pku
enumeration pla
enumeration plb
enumeration plc
enumeration pld
enumeration ple
enumeration plf
enumeration plg
enumeration plh
enumeration plj
enumeration plk
enumeration pll
enumeration pln
enumeration plo
enumeration plp
enumeration plq
enumeration plr
enumeration pls
enumeration plt
enumeration plu
enumeration plv
enumeration plw
enumeration ply
enumeration plz
enumeration pma
enumeration pmb
enumeration pmc
enumeration pmd
enumeration pme
enumeration pmf
enumeration pmh
enumeration pmi
enumeration pmj
enumeration pmk
enumeration pml
enumeration pmm
enumeration pmn
enumeration pmo
enumeration pmq
enumeration pmr
enumeration pms
enumeration pmt
enumeration pmu
enumeration pmw
enumeration pmx
enumeration pmy
enumeration pmz
enumeration pna
enumeration pnb
enumeration pnc
enumeration pne
enumeration png
enumeration pnh
enumeration pni
enumeration pnj
enumeration pnk
enumeration pnl
enumeration pnm
enumeration pnn
enumeration pno
enumeration pnp
enumeration pnq
enumeration pnr
enumeration pns
enumeration pnt
enumeration pnu
enumeration pnv
enumeration pnw
enumeration pnx
enumeration pny
enumeration pnz
enumeration poc
enumeration pod
enumeration poe
enumeration pof
enumeration pog
enumeration poh
enumeration poi
enumeration pok
enumeration pom
enumeration pon
enumeration poo
enumeration pop
enumeration poq
enumeration pos
enumeration pot
enumeration pov
enumeration pow
enumeration pox
enumeration poy
enumeration poz
enumeration ppa
enumeration ppe
enumeration ppi
enumeration ppk
enumeration ppl
enumeration ppm
enumeration ppn
enumeration ppo
enumeration ppp
enumeration ppq
enumeration pps
enumeration ppt
enumeration ppu
enumeration pqa
enumeration pqe
enumeration pqm
enumeration pqw
enumeration pra
enumeration prb
enumeration prc
enumeration prd
enumeration pre
enumeration prf
enumeration prg
enumeration prh
enumeration pri
enumeration prk
enumeration prl
enumeration prm
enumeration prn
enumeration pro
enumeration prp
enumeration prq
enumeration prr
enumeration prs
enumeration prt
enumeration pru
enumeration prw
enumeration prx
enumeration pry
enumeration prz
enumeration psa
enumeration psc
enumeration psd
enumeration pse
enumeration psg
enumeration psh
enumeration psi
enumeration psl
enumeration psm
enumeration psn
enumeration pso
enumeration psp
enumeration psq
enumeration psr
enumeration pss
enumeration pst
enumeration psu
enumeration psw
enumeration psy
enumeration pta
enumeration pth
enumeration pti
enumeration ptn
enumeration pto
enumeration ptp
enumeration ptq
enumeration ptr
enumeration ptt
enumeration ptu
enumeration ptv
enumeration ptw
enumeration pty
enumeration pua
enumeration pub
enumeration puc
enumeration pud
enumeration pue
enumeration puf
enumeration pug
enumeration pui
enumeration puj
enumeration puk
enumeration pum
enumeration puo
enumeration pup
enumeration puq
enumeration pur
enumeration put
enumeration puu
enumeration puw
enumeration pux
enumeration puy
enumeration pwa
enumeration pwb
enumeration pwg
enumeration pwi
enumeration pwm
enumeration pwn
enumeration pwo
enumeration pwr
enumeration pww
enumeration pxm
enumeration pye
enumeration pym
enumeration pyn
enumeration pys
enumeration pyu
enumeration pyx
enumeration pyy
enumeration pzn
enumeration qaa..qtz
enumeration qua
enumeration qub
enumeration quc
enumeration qud
enumeration quf
enumeration qug
enumeration quh
enumeration qui
enumeration quk
enumeration qul
enumeration qum
enumeration qun
enumeration qup
enumeration quq
enumeration qur
enumeration qus
enumeration quv
enumeration quw
enumeration qux
enumeration quy
enumeration quz
enumeration qva
enumeration qvc
enumeration qve
enumeration qvh
enumeration qvi
enumeration qvj
enumeration qvl
enumeration qvm
enumeration qvn
enumeration qvo
enumeration qvp
enumeration qvs
enumeration qvw
enumeration qvy
enumeration qvz
enumeration qwa
enumeration qwc
enumeration qwe
enumeration qwh
enumeration qwm
enumeration qws
enumeration qwt
enumeration qxa
enumeration qxc
enumeration qxh
enumeration qxl
enumeration qxn
enumeration qxo
enumeration qxp
enumeration qxq
enumeration qxr
enumeration qxs
enumeration qxt
enumeration qxu
enumeration qxw
enumeration qya
enumeration qyp
enumeration raa
enumeration rab
enumeration rac
enumeration rad
enumeration raf
enumeration rag
enumeration rah
enumeration rai
enumeration raj
enumeration rak
enumeration ral
enumeration ram
enumeration ran
enumeration rao
enumeration rap
enumeration raq
enumeration rar
enumeration ras
enumeration rat
enumeration rau
enumeration rav
enumeration raw
enumeration rax
enumeration ray
enumeration raz
enumeration rbb
enumeration rbk
enumeration rbl
enumeration rbp
enumeration rcf
enumeration rdb
enumeration rea
enumeration reb
enumeration ree
enumeration reg
enumeration rei
enumeration rej
enumeration rel
enumeration rem
enumeration ren
enumeration rer
enumeration res
enumeration ret
enumeration rey
enumeration rga
enumeration rge
enumeration rgk
enumeration rgn
enumeration rgr
enumeration rgs
enumeration rgu
enumeration rhg
enumeration rhp
enumeration ria
enumeration rie
enumeration rif
enumeration ril
enumeration rim
enumeration rin
enumeration rir
enumeration rit
enumeration riu
enumeration rjg
enumeration rji
enumeration rjs
enumeration rka
enumeration rkb
enumeration rkh
enumeration rki
enumeration rkm
enumeration rkt
enumeration rkw
enumeration rma
enumeration rmb
enumeration rmc
enumeration rmd
enumeration rme
enumeration rmf
enumeration rmg
enumeration rmh
enumeration rmi
enumeration rmk
enumeration rml
enumeration rmm
enumeration rmn
enumeration rmo
enumeration rmp
enumeration rmq
enumeration rms
enumeration rmt
enumeration rmu
enumeration rmv
enumeration rmw
enumeration rmx
enumeration rmy
enumeration rmz
enumeration rna
enumeration rnd
enumeration rng
enumeration rnl
enumeration rnn
enumeration rnp
enumeration rnr
enumeration rnw
enumeration roa
enumeration rob
enumeration roc
enumeration rod
enumeration roe
enumeration rof
enumeration rog
enumeration rol
enumeration rom
enumeration roo
enumeration rop
enumeration ror
enumeration rou
enumeration row
enumeration rpn
enumeration rpt
enumeration rri
enumeration rro
enumeration rrt
enumeration rsb
enumeration rsi
enumeration rsl
enumeration rtc
enumeration rth
enumeration rtm
enumeration rtw
enumeration rub
enumeration ruc
enumeration rue
enumeration ruf
enumeration rug
enumeration ruh
enumeration rui
enumeration ruk
enumeration ruo
enumeration rup
enumeration ruq
enumeration rut
enumeration ruu
enumeration ruy
enumeration ruz
enumeration rwa
enumeration rwk
enumeration rwm
enumeration rwo
enumeration rwr
enumeration rxd
enumeration rxw
enumeration ryn
enumeration rys
enumeration ryu
enumeration saa
enumeration sab
enumeration sac
enumeration sad
enumeration sae
enumeration saf
enumeration sah
enumeration sai
enumeration saj
enumeration sak
enumeration sal
enumeration sam
enumeration sao
enumeration saq
enumeration sar
enumeration sas
enumeration sat
enumeration sau
enumeration sav
enumeration saw
enumeration sax
enumeration say
enumeration saz
enumeration sba
enumeration sbb
enumeration sbc
enumeration sbd
enumeration sbe
enumeration sbf
enumeration sbg
enumeration sbh
enumeration sbi
enumeration sbj
enumeration sbk
enumeration sbl
enumeration sbm
enumeration sbn
enumeration sbo
enumeration sbp
enumeration sbq
enumeration sbr
enumeration sbs
enumeration sbt
enumeration sbu
enumeration sbv
enumeration sbw
enumeration sbx
enumeration sby
enumeration sbz
enumeration scb
enumeration sce
enumeration scf
enumeration scg
enumeration sch
enumeration sci
enumeration sck
enumeration scl
enumeration scn
enumeration sco
enumeration scp
enumeration scq
enumeration scs
enumeration scu
enumeration scv
enumeration scw
enumeration scx
enumeration sda
enumeration sdb
enumeration sdc
enumeration sde
enumeration sdf
enumeration sdg
enumeration sdh
enumeration sdj
enumeration sdk
enumeration sdl
enumeration sdm
enumeration sdn
enumeration sdo
enumeration sdp
enumeration sdr
enumeration sds
enumeration sdt
enumeration sdu
enumeration sdv
enumeration sdx
enumeration sdz
enumeration sea
enumeration seb
enumeration sec
enumeration sed
enumeration see
enumeration sef
enumeration seg
enumeration seh
enumeration sei
enumeration sej
enumeration sek
enumeration sel
enumeration sem
enumeration sen
enumeration seo
enumeration sep
enumeration seq
enumeration ser
enumeration ses
enumeration set
enumeration seu
enumeration sev
enumeration sew
enumeration sey
enumeration sez
enumeration sfb
enumeration sfe
enumeration sfm
enumeration sfs
enumeration sfw
enumeration sga
enumeration sgb
enumeration sgc
enumeration sgd
enumeration sge
enumeration sgg
enumeration sgh
enumeration sgi
enumeration sgj
enumeration sgk
enumeration sgm
enumeration sgn
enumeration sgo
enumeration sgp
enumeration sgr
enumeration sgs
enumeration sgt
enumeration sgu
enumeration sgw
enumeration sgx
enumeration sgy
enumeration sgz
enumeration sha
enumeration shb
enumeration shc
enumeration shd
enumeration she
enumeration shg
enumeration shh
enumeration shi
enumeration shj
enumeration shk
enumeration shl
enumeration shm
enumeration shn
enumeration sho
enumeration shp
enumeration shq
enumeration shr
enumeration shs
enumeration sht
enumeration shu
enumeration shv
enumeration shw
enumeration shx
enumeration shy
enumeration shz
enumeration sia
enumeration sib
enumeration sid
enumeration sie
enumeration sif
enumeration sig
enumeration sih
enumeration sii
enumeration sij
enumeration sik
enumeration sil
enumeration sim
enumeration sio
enumeration sip
enumeration siq
enumeration sir
enumeration sis
enumeration sit
enumeration siu
enumeration siv
enumeration siw
enumeration six
enumeration siy
enumeration siz
enumeration sja
enumeration sjb
enumeration sjd
enumeration sje
enumeration sjg
enumeration sjk
enumeration sjl
enumeration sjm
enumeration sjn
enumeration sjo
enumeration sjp
enumeration sjr
enumeration sjs
enumeration sjt
enumeration sju
enumeration sjw
enumeration ska
enumeration skb
enumeration skc
enumeration skd
enumeration ske
enumeration skf
enumeration skg
enumeration skh
enumeration ski
enumeration skj
enumeration skk
enumeration skm
enumeration skn
enumeration sko
enumeration skp
enumeration skq
enumeration skr
enumeration sks
enumeration skt
enumeration sku
enumeration skv
enumeration skw
enumeration skx
enumeration sky
enumeration skz
enumeration sla
enumeration slc
enumeration sld
enumeration sle
enumeration slf
enumeration slg
enumeration slh
enumeration sli
enumeration slj
enumeration sll
enumeration slm
enumeration sln
enumeration slp
enumeration slq
enumeration slr
enumeration sls
enumeration slt
enumeration slu
enumeration slw
enumeration slx
enumeration sly
enumeration slz
enumeration sma
enumeration smb
enumeration smc
enumeration smd
enumeration smf
enumeration smg
enumeration smh
enumeration smi
enumeration smj
enumeration smk
enumeration sml
enumeration smm
enumeration smn
enumeration smp
enumeration smq
enumeration smr
enumeration sms
enumeration smt
enumeration smu
enumeration smv
enumeration smw
enumeration smx
enumeration smy
enumeration smz
enumeration snb
enumeration snc
enumeration sne
enumeration snf
enumeration sng
enumeration snh
enumeration sni
enumeration snj
enumeration snk
enumeration snl
enumeration snm
enumeration snn
enumeration sno
enumeration snp
enumeration snq
enumeration snr
enumeration sns
enumeration snu
enumeration snv
enumeration snw
enumeration snx
enumeration sny
enumeration snz
enumeration soa
enumeration sob
enumeration soc
enumeration sod
enumeration soe
enumeration sog
enumeration soh
enumeration soi
enumeration soj
enumeration sok
enumeration sol
enumeration son
enumeration soo
enumeration sop
enumeration soq
enumeration sor
enumeration sos
enumeration sou
enumeration sov
enumeration sow
enumeration sox
enumeration soy
enumeration soz
enumeration spb
enumeration spc
enumeration spd
enumeration spe
enumeration spg
enumeration spi
enumeration spk
enumeration spl
enumeration spm
enumeration spn
enumeration spo
enumeration spp
enumeration spq
enumeration spr
enumeration sps
enumeration spt
enumeration spu
enumeration spv
enumeration spx
enumeration spy
enumeration sqa
enumeration sqh
enumeration sqj
enumeration sqk
enumeration sqm
enumeration sqn
enumeration sqo
enumeration sqq
enumeration sqr
enumeration sqs
enumeration sqt
enumeration squ
enumeration sra
enumeration srb
enumeration src
enumeration sre
enumeration srf
enumeration srg
enumeration srh
enumeration sri
enumeration srk
enumeration srl
enumeration srm
enumeration srn
enumeration sro
enumeration srq
enumeration srr
enumeration srs
enumeration srt
enumeration sru
enumeration srv
enumeration srw
enumeration srx
enumeration sry
enumeration srz
enumeration ssa
enumeration ssb
enumeration ssc
enumeration ssd
enumeration sse
enumeration ssf
enumeration ssg
enumeration ssh
enumeration ssi
enumeration ssj
enumeration ssk
enumeration ssl
enumeration ssm
enumeration ssn
enumeration sso
enumeration ssp
enumeration ssq
enumeration ssr
enumeration sss
enumeration sst
enumeration ssu
enumeration ssv
enumeration ssx
enumeration ssy
enumeration ssz
enumeration sta
enumeration stb
enumeration std
enumeration ste
enumeration stf
enumeration stg
enumeration sth
enumeration sti
enumeration stj
enumeration stk
enumeration stl
enumeration stm
enumeration stn
enumeration sto
enumeration stp
enumeration stq
enumeration str
enumeration sts
enumeration stt
enumeration stu
enumeration stv
enumeration stw
enumeration sty
enumeration sua
enumeration sub
enumeration suc
enumeration sue
enumeration sug
enumeration sui
enumeration suj
enumeration suk
enumeration suq
enumeration sur
enumeration sus
enumeration sut
enumeration suv
enumeration suw
enumeration sux
enumeration suy
enumeration suz
enumeration sva
enumeration svb
enumeration svc
enumeration sve
enumeration svk
enumeration svm
enumeration svr
enumeration svs
enumeration svx
enumeration swb
enumeration swc
enumeration swf
enumeration swg
enumeration swh
enumeration swi
enumeration swj
enumeration swk
enumeration swl
enumeration swm
enumeration swn
enumeration swo
enumeration swp
enumeration swq
enumeration swr
enumeration sws
enumeration swt
enumeration swu
enumeration swv
enumeration sww
enumeration swx
enumeration swy
enumeration sxb
enumeration sxc
enumeration sxe
enumeration sxg
enumeration sxk
enumeration sxl
enumeration sxm
enumeration sxn
enumeration sxo
enumeration sxr
enumeration sxs
enumeration sxu
enumeration sxw
enumeration sya
enumeration syb
enumeration syc
enumeration syd
enumeration syi
enumeration syk
enumeration syl
enumeration sym
enumeration syn
enumeration syo
enumeration syr
enumeration sys
enumeration syw
enumeration syy
enumeration sza
enumeration szb
enumeration szc
enumeration szd
enumeration sze
enumeration szg
enumeration szl
enumeration szn
enumeration szp
enumeration szv
enumeration szw
enumeration taa
enumeration tab
enumeration tac
enumeration tad
enumeration tae
enumeration taf
enumeration tag
enumeration tai
enumeration taj
enumeration tak
enumeration tal
enumeration tan
enumeration tao
enumeration tap
enumeration taq
enumeration tar
enumeration tas
enumeration tau
enumeration tav
enumeration taw
enumeration tax
enumeration tay
enumeration taz
enumeration tba
enumeration tbb
enumeration tbc
enumeration tbd
enumeration tbe
enumeration tbf
enumeration tbg
enumeration tbh
enumeration tbi
enumeration tbj
enumeration tbk
enumeration tbl
enumeration tbm
enumeration tbn
enumeration tbo
enumeration tbp
enumeration tbq
enumeration tbr
enumeration tbs
enumeration tbt
enumeration tbu
enumeration tbv
enumeration tbw
enumeration tbx
enumeration tby
enumeration tbz
enumeration tca
enumeration tcb
enumeration tcc
enumeration tcd
enumeration tce
enumeration tcf
enumeration tcg
enumeration tch
enumeration tci
enumeration tck
enumeration tcl
enumeration tcm
enumeration tcn
enumeration tco
enumeration tcp
enumeration tcq
enumeration tcs
enumeration tct
enumeration tcu
enumeration tcw
enumeration tcx
enumeration tcy
enumeration tcz
enumeration tda
enumeration tdb
enumeration tdc
enumeration tdd
enumeration tde
enumeration tdf
enumeration tdg
enumeration tdh
enumeration tdi
enumeration tdj
enumeration tdk
enumeration tdl
enumeration tdn
enumeration tdo
enumeration tdq
enumeration tdr
enumeration tds
enumeration tdt
enumeration tdu
enumeration tdv
enumeration tdx
enumeration tdy
enumeration tea
enumeration teb
enumeration tec
enumeration ted
enumeration tee
enumeration tef
enumeration teg
enumeration teh
enumeration tei
enumeration tek
enumeration tem
enumeration ten
enumeration teo
enumeration tep
enumeration teq
enumeration ter
enumeration tes
enumeration tet
enumeration teu
enumeration tev
enumeration tew
enumeration tex
enumeration tey
enumeration tfi
enumeration tfn
enumeration tfo
enumeration tfr
enumeration tft
enumeration tga
enumeration tgb
enumeration tgc
enumeration tgd
enumeration tge
enumeration tgf
enumeration tgh
enumeration tgi
enumeration tgj
enumeration tgn
enumeration tgo
enumeration tgp
enumeration tgq
enumeration tgr
enumeration tgs
enumeration tgt
enumeration tgu
enumeration tgv
enumeration tgw
enumeration tgx
enumeration tgy
enumeration tgz
enumeration thc
enumeration thd
enumeration the
enumeration thf
enumeration thh
enumeration thi
enumeration thk
enumeration thl
enumeration thm
enumeration thn
enumeration thp
enumeration thq
enumeration thr
enumeration ths
enumeration tht
enumeration thu
enumeration thv
enumeration thw
enumeration thx
enumeration thy
enumeration thz
enumeration tia
enumeration tic
enumeration tid
enumeration tif
enumeration tig
enumeration tih
enumeration tii
enumeration tij
enumeration tik
enumeration til
enumeration tim
enumeration tin
enumeration tio
enumeration tip
enumeration tiq
enumeration tis
enumeration tit
enumeration tiu
enumeration tiv
enumeration tiw
enumeration tix
enumeration tiy
enumeration tiz
enumeration tja
enumeration tjg
enumeration tji
enumeration tjl
enumeration tjm
enumeration tjn
enumeration tjo
enumeration tjs
enumeration tju
enumeration tjw
enumeration tka
enumeration tkb
enumeration tkd
enumeration tke
enumeration tkf
enumeration tkg
enumeration tkl
enumeration tkm
enumeration tkn
enumeration tkp
enumeration tkq
enumeration tkr
enumeration tks
enumeration tkt
enumeration tku
enumeration tkv
enumeration tkw
enumeration tkx
enumeration tkz
enumeration tla
enumeration tlb
enumeration tlc
enumeration tld
enumeration tlf
enumeration tlg
enumeration tlh
enumeration tli
enumeration tlj
enumeration tlk
enumeration tll
enumeration tlm
enumeration tln
enumeration tlo
enumeration tlp
enumeration tlq
enumeration tlr
enumeration tls
enumeration tlt
enumeration tlu
enumeration tlv
enumeration tlx
enumeration tly
enumeration tma
enumeration tmb
enumeration tmc
enumeration tmd
enumeration tme
enumeration tmf
enumeration tmg
enumeration tmh
enumeration tmi
enumeration tmj
enumeration tmk
enumeration tml
enumeration tmm
enumeration tmn
enumeration tmo
enumeration tmp
enumeration tmq
enumeration tmr
enumeration tms
enumeration tmt
enumeration tmu
enumeration tmv
enumeration tmw
enumeration tmy
enumeration tmz
enumeration tna
enumeration tnb
enumeration tnc
enumeration tnd
enumeration tne
enumeration tng
enumeration tnh
enumeration tni
enumeration tnk
enumeration tnl
enumeration tnm
enumeration tnn
enumeration tno
enumeration tnp
enumeration tnq
enumeration tnr
enumeration tns
enumeration tnt
enumeration tnu
enumeration tnv
enumeration tnw
enumeration tnx
enumeration tny
enumeration tnz
enumeration tob
enumeration toc
enumeration tod
enumeration toe
enumeration tof
enumeration tog
enumeration toh
enumeration toi
enumeration toj
enumeration tol
enumeration tom
enumeration too
enumeration top
enumeration toq
enumeration tor
enumeration tos
enumeration tou
enumeration tov
enumeration tow
enumeration tox
enumeration toy
enumeration toz
enumeration tpa
enumeration tpc
enumeration tpe
enumeration tpf
enumeration tpg
enumeration tpi
enumeration tpj
enumeration tpk
enumeration tpl
enumeration tpm
enumeration tpn
enumeration tpo
enumeration tpp
enumeration tpq
enumeration tpr
enumeration tpt
enumeration tpu
enumeration tpv
enumeration tpw
enumeration tpx
enumeration tpy
enumeration tpz
enumeration tqb
enumeration tql
enumeration tqm
enumeration tqn
enumeration tqo
enumeration tqp
enumeration tqq
enumeration tqr
enumeration tqt
enumeration tqu
enumeration tqw
enumeration tra
enumeration trb
enumeration trc
enumeration trd
enumeration tre
enumeration trf
enumeration trg
enumeration trh
enumeration tri
enumeration trj
enumeration trk
enumeration trl
enumeration trm
enumeration trn
enumeration tro
enumeration trp
enumeration trq
enumeration trr
enumeration trs
enumeration trt
enumeration tru
enumeration trv
enumeration trw
enumeration trx
enumeration try
enumeration trz
enumeration tsa
enumeration tsb
enumeration tsc
enumeration tsd
enumeration tse
enumeration tsf
enumeration tsg
enumeration tsh
enumeration tsi
enumeration tsj
enumeration tsk
enumeration tsl
enumeration tsm
enumeration tsp
enumeration tsq
enumeration tsr
enumeration tss
enumeration tst
enumeration tsu
enumeration tsv
enumeration tsw
enumeration tsx
enumeration tsy
enumeration tsz
enumeration tta
enumeration ttb
enumeration ttc
enumeration ttd
enumeration tte
enumeration ttf
enumeration ttg
enumeration tth
enumeration tti
enumeration ttj
enumeration ttk
enumeration ttl
enumeration ttm
enumeration ttn
enumeration tto
enumeration ttp
enumeration ttq
enumeration ttr
enumeration tts
enumeration ttt
enumeration ttu
enumeration ttv
enumeration ttw
enumeration tty
enumeration ttz
enumeration tua
enumeration tub
enumeration tuc
enumeration tud
enumeration tue
enumeration tuf
enumeration tug
enumeration tuh
enumeration tui
enumeration tuj
enumeration tul
enumeration tum
enumeration tun
enumeration tuo
enumeration tup
enumeration tuq
enumeration tus
enumeration tut
enumeration tuu
enumeration tuv
enumeration tuw
enumeration tux
enumeration tuy
enumeration tuz
enumeration tva
enumeration tvd
enumeration tve
enumeration tvk
enumeration tvl
enumeration tvm
enumeration tvn
enumeration tvo
enumeration tvs
enumeration tvt
enumeration tvu
enumeration tvw
enumeration tvy
enumeration twa
enumeration twb
enumeration twc
enumeration twd
enumeration twe
enumeration twf
enumeration twg
enumeration twh
enumeration twl
enumeration twm
enumeration twn
enumeration two
enumeration twp
enumeration twq
enumeration twr
enumeration twt
enumeration twu
enumeration tww
enumeration twx
enumeration twy
enumeration txa
enumeration txb
enumeration txc
enumeration txe
enumeration txg
enumeration txh
enumeration txi
enumeration txm
enumeration txn
enumeration txo
enumeration txq
enumeration txr
enumeration txs
enumeration txt
enumeration txu
enumeration txx
enumeration txy
enumeration tya
enumeration tye
enumeration tyh
enumeration tyi
enumeration tyj
enumeration tyl
enumeration tyn
enumeration typ
enumeration tyr
enumeration tys
enumeration tyt
enumeration tyu
enumeration tyv
enumeration tyx
enumeration tyz
enumeration tza
enumeration tzh
enumeration tzj
enumeration tzl
enumeration tzm
enumeration tzn
enumeration tzo
enumeration tzx
enumeration uam
enumeration uan
enumeration uar
enumeration uba
enumeration ubi
enumeration ubl
enumeration ubr
enumeration ubu
enumeration uby
enumeration uda
enumeration ude
enumeration udg
enumeration udi
enumeration udj
enumeration udl
enumeration udm
enumeration udu
enumeration ues
enumeration ufi
enumeration uga
enumeration ugb
enumeration uge
enumeration ugn
enumeration ugo
enumeration ugy
enumeration uha
enumeration uhn
enumeration uis
enumeration uiv
enumeration uji
enumeration uka
enumeration ukg
enumeration ukh
enumeration ukl
enumeration ukp
enumeration ukq
enumeration uks
enumeration uku
enumeration ukw
enumeration uky
enumeration ula
enumeration ulb
enumeration ulc
enumeration ule
enumeration ulf
enumeration uli
enumeration ulk
enumeration ull
enumeration ulm
enumeration uln
enumeration ulu
enumeration ulw
enumeration uma
enumeration umb
enumeration umc
enumeration umd
enumeration umg
enumeration umi
enumeration umm
enumeration umn
enumeration umo
enumeration ump
enumeration umr
enumeration ums
enumeration umu
enumeration una
enumeration und
enumeration une
enumeration ung
enumeration unk
enumeration unm
enumeration unn
enumeration unr
enumeration unu
enumeration unx
enumeration unz
enumeration uok
enumeration upi
enumeration upv
enumeration ura
enumeration urb
enumeration urc
enumeration ure
enumeration urf
enumeration urg
enumeration urh
enumeration uri
enumeration urj
enumeration urk
enumeration url
enumeration urm
enumeration urn
enumeration uro
enumeration urp
enumeration urr
enumeration urt
enumeration uru
enumeration urv
enumeration urw
enumeration urx
enumeration ury
enumeration urz
enumeration usa
enumeration ush
enumeration usi
enumeration usk
enumeration usp
enumeration usu
enumeration uta
enumeration ute
enumeration utp
enumeration utr
enumeration utu
enumeration uum
enumeration uun
enumeration uur
enumeration uuu
enumeration uve
enumeration uvh
enumeration uvl
enumeration uwa
enumeration uya
enumeration uzn
enumeration uzs
enumeration vaa
enumeration vae
enumeration vaf
enumeration vag
enumeration vah
enumeration vai
enumeration vaj
enumeration val
enumeration vam
enumeration van
enumeration vao
enumeration vap
enumeration var
enumeration vas
enumeration vau
enumeration vav
enumeration vay
enumeration vbb
enumeration vbk
enumeration vec
enumeration ved
enumeration vel
enumeration vem
enumeration veo
enumeration vep
enumeration ver
enumeration vgr
enumeration vgt
enumeration vic
enumeration vid
enumeration vif
enumeration vig
enumeration vil
enumeration vin
enumeration vis
enumeration vit
enumeration viv
enumeration vka
enumeration vki
enumeration vkj
enumeration vkk
enumeration vkl
enumeration vkm
enumeration vko
enumeration vkp
enumeration vkt
enumeration vku
enumeration vlp
enumeration vls
enumeration vma
enumeration vmb
enumeration vmc
enumeration vmd
enumeration vme
enumeration vmf
enumeration vmg
enumeration vmh
enumeration vmi
enumeration vmj
enumeration vmk
enumeration vml
enumeration vmm
enumeration vmp
enumeration vmq
enumeration vmr
enumeration vms
enumeration vmu
enumeration vmv
enumeration vmw
enumeration vmx
enumeration vmy
enumeration vmz
enumeration vnk
enumeration vnm
enumeration vnp
enumeration vor
enumeration vot
enumeration vra
enumeration vro
enumeration vrs
enumeration vrt
enumeration vsi
enumeration vsl
enumeration vsv
enumeration vto
enumeration vum
enumeration vun
enumeration vut
enumeration vwa
enumeration waa
enumeration wab
enumeration wac
enumeration wad
enumeration wae
enumeration waf
enumeration wag
enumeration wah
enumeration wai
enumeration waj
enumeration wak
enumeration wal
enumeration wam
enumeration wan
enumeration wao
enumeration wap
enumeration waq
enumeration war
enumeration was
enumeration wat
enumeration wau
enumeration wav
enumeration waw
enumeration wax
enumeration way
enumeration waz
enumeration wba
enumeration wbb
enumeration wbe
enumeration wbf
enumeration wbh
enumeration wbi
enumeration wbj
enumeration wbk
enumeration wbl
enumeration wbm
enumeration wbp
enumeration wbq
enumeration wbr
enumeration wbt
enumeration wbv
enumeration wbw
enumeration wca
enumeration wci
enumeration wdd
enumeration wdg
enumeration wdj
enumeration wdk
enumeration wdu
enumeration wdy
enumeration wea
enumeration wec
enumeration wed
enumeration weg
enumeration weh
enumeration wei
enumeration wem
enumeration wen
enumeration weo
enumeration wep
enumeration wer
enumeration wes
enumeration wet
enumeration weu
enumeration wew
enumeration wfg
enumeration wga
enumeration wgb
enumeration wgg
enumeration wgi
enumeration wgo
enumeration wgu
enumeration wgy
enumeration wha
enumeration whg
enumeration whk
enumeration whu
enumeration wib
enumeration wic
enumeration wie
enumeration wif
enumeration wig
enumeration wih
enumeration wii
enumeration wij
enumeration wik
enumeration wil
enumeration wim
enumeration win
enumeration wir
enumeration wiu
enumeration wiv
enumeration wiy
enumeration wja
enumeration wji
enumeration wka
enumeration wkb
enumeration wkd
enumeration wkl
enumeration wku
enumeration wkw
enumeration wky
enumeration wla
enumeration wlc
enumeration wle
enumeration wlg
enumeration wli
enumeration wlk
enumeration wll
enumeration wlm
enumeration wlo
enumeration wlr
enumeration wls
enumeration wlu
enumeration wlv
enumeration wlw
enumeration wlx
enumeration wly
enumeration wma
enumeration wmb
enumeration wmc
enumeration wmd
enumeration wme
enumeration wmh
enumeration wmi
enumeration wmm
enumeration wmn
enumeration wmo
enumeration wms
enumeration wmt
enumeration wmw
enumeration wmx
enumeration wnb
enumeration wnc
enumeration wnd
enumeration wne
enumeration wng
enumeration wni
enumeration wnk
enumeration wnm
enumeration wnn
enumeration wno
enumeration wnp
enumeration wnu
enumeration wnw
enumeration wny
enumeration woa
enumeration wob
enumeration woc
enumeration wod
enumeration woe
enumeration wof
enumeration wog
enumeration woi
enumeration wok
enumeration wom
enumeration won
enumeration woo
enumeration wor
enumeration wos
enumeration wow
enumeration woy
enumeration wpc
enumeration wra
enumeration wrb
enumeration wrd
enumeration wrg
enumeration wrh
enumeration wri
enumeration wrk
enumeration wrl
enumeration wrm
enumeration wrn
enumeration wro
enumeration wrp
enumeration wrr
enumeration wrs
enumeration wru
enumeration wrv
enumeration wrw
enumeration wrx
enumeration wry
enumeration wrz
enumeration wsa
enumeration wsi
enumeration wsk
enumeration wsr
enumeration wss
enumeration wsu
enumeration wsv
enumeration wtf
enumeration wth
enumeration wti
enumeration wtk
enumeration wtm
enumeration wtw
enumeration wua
enumeration wub
enumeration wud
enumeration wuh
enumeration wul
enumeration wum
enumeration wun
enumeration wur
enumeration wut
enumeration wuu
enumeration wuv
enumeration wux
enumeration wuy
enumeration wwa
enumeration wwb
enumeration wwo
enumeration wwr
enumeration www
enumeration wxa
enumeration wxw
enumeration wya
enumeration wyb
enumeration wyi
enumeration wym
enumeration wyr
enumeration wyy
enumeration xaa
enumeration xab
enumeration xac
enumeration xad
enumeration xae
enumeration xag
enumeration xai
enumeration xaj
enumeration xal
enumeration xam
enumeration xan
enumeration xao
enumeration xap
enumeration xaq
enumeration xar
enumeration xas
enumeration xat
enumeration xau
enumeration xav
enumeration xaw
enumeration xay
enumeration xba
enumeration xbb
enumeration xbc
enumeration xbd
enumeration xbe
enumeration xbg
enumeration xbi
enumeration xbj
enumeration xbm
enumeration xbn
enumeration xbo
enumeration xbp
enumeration xbr
enumeration xbw
enumeration xbx
enumeration xby
enumeration xcb
enumeration xcc
enumeration xce
enumeration xcg
enumeration xch
enumeration xcl
enumeration xcm
enumeration xcn
enumeration xco
enumeration xcr
enumeration xct
enumeration xcu
enumeration xcv
enumeration xcw
enumeration xcy
enumeration xda
enumeration xdc
enumeration xdk
enumeration xdm
enumeration xdy
enumeration xeb
enumeration xed
enumeration xeg
enumeration xel
enumeration xem
enumeration xep
enumeration xer
enumeration xes
enumeration xet
enumeration xeu
enumeration xfa
enumeration xga
enumeration xgb
enumeration xgd
enumeration xgf
enumeration xgg
enumeration xgi
enumeration xgl
enumeration xgm
enumeration xgn
enumeration xgr
enumeration xgu
enumeration xgw
enumeration xha
enumeration xhc
enumeration xhd
enumeration xhe
enumeration xhr
enumeration xht
enumeration xhu
enumeration xhv
enumeration xib
enumeration xii
enumeration xil
enumeration xin
enumeration xip
enumeration xir
enumeration xis
enumeration xiv
enumeration xiy
enumeration xjb
enumeration xjt
enumeration xka
enumeration xkb
enumeration xkc
enumeration xkd
enumeration xke
enumeration xkf
enumeration xkg
enumeration xkh
enumeration xki
enumeration xkj
enumeration xkk
enumeration xkl
enumeration xkn
enumeration xko
enumeration xkp
enumeration xkq
enumeration xkr
enumeration xks
enumeration xkt
enumeration xku
enumeration xkv
enumeration xkw
enumeration xkx
enumeration xky
enumeration xkz
enumeration xla
enumeration xlb
enumeration xlc
enumeration xld
enumeration xle
enumeration xlg
enumeration xli
enumeration xln
enumeration xlo
enumeration xlp
enumeration xls
enumeration xlu
enumeration xly
enumeration xma
enumeration xmb
enumeration xmc
enumeration xmd
enumeration xme
enumeration xmf
enumeration xmg
enumeration xmh
enumeration xmj
enumeration xmk
enumeration xml
enumeration xmm
enumeration xmn
enumeration xmo
enumeration xmp
enumeration xmq
enumeration xmr
enumeration xms
enumeration xmt
enumeration xmu
enumeration xmv
enumeration xmw
enumeration xmx
enumeration xmy
enumeration xmz
enumeration xna
enumeration xnb
enumeration xnd
enumeration xng
enumeration xnh
enumeration xni
enumeration xnk
enumeration xnn
enumeration xno
enumeration xnr
enumeration xns
enumeration xnt
enumeration xnu
enumeration xny
enumeration xnz
enumeration xoc
enumeration xod
enumeration xog
enumeration xoi
enumeration xok
enumeration xom
enumeration xon
enumeration xoo
enumeration xop
enumeration xor
enumeration xow
enumeration xpa
enumeration xpc
enumeration xpe
enumeration xpg
enumeration xpi
enumeration xpj
enumeration xpk
enumeration xpm
enumeration xpn
enumeration xpo
enumeration xpp
enumeration xpq
enumeration xpr
enumeration xps
enumeration xpt
enumeration xpu
enumeration xpy
enumeration xqa
enumeration xqt
enumeration xra
enumeration xrb
enumeration xrd
enumeration xre
enumeration xrg
enumeration xri
enumeration xrm
enumeration xrn
enumeration xrq
enumeration xrr
enumeration xrt
enumeration xru
enumeration xrw
enumeration xsa
enumeration xsb
enumeration xsc
enumeration xsd
enumeration xse
enumeration xsh
enumeration xsi
enumeration xsj
enumeration xsl
enumeration xsm
enumeration xsn
enumeration xso
enumeration xsp
enumeration xsq
enumeration xsr
enumeration xss
enumeration xsu
enumeration xsv
enumeration xsy
enumeration xta
enumeration xtb
enumeration xtc
enumeration xtd
enumeration xte
enumeration xtg
enumeration xth
enumeration xti
enumeration xtj
enumeration xtl
enumeration xtm
enumeration xtn
enumeration xto
enumeration xtp
enumeration xtq
enumeration xtr
enumeration xts
enumeration xtt
enumeration xtu
enumeration xtv
enumeration xtw
enumeration xty
enumeration xtz
enumeration xua
enumeration xub
enumeration xud
enumeration xug
enumeration xuj
enumeration xul
enumeration xum
enumeration xun
enumeration xuo
enumeration xup
enumeration xur
enumeration xut
enumeration xuu
enumeration xve
enumeration xvi
enumeration xvn
enumeration xvo
enumeration xvs
enumeration xwa
enumeration xwc
enumeration xwd
enumeration xwe
enumeration xwg
enumeration xwj
enumeration xwk
enumeration xwl
enumeration xwo
enumeration xwr
enumeration xwt
enumeration xww
enumeration xxb
enumeration xxk
enumeration xxm
enumeration xxr
enumeration xxt
enumeration xya
enumeration xyb
enumeration xyj
enumeration xyk
enumeration xyl
enumeration xyt
enumeration xyy
enumeration xzh
enumeration xzm
enumeration xzp
enumeration yaa
enumeration yab
enumeration yac
enumeration yad
enumeration yae
enumeration yaf
enumeration yag
enumeration yah
enumeration yai
enumeration yaj
enumeration yak
enumeration yal
enumeration yam
enumeration yan
enumeration yao
enumeration yap
enumeration yaq
enumeration yar
enumeration yas
enumeration yat
enumeration yau
enumeration yav
enumeration yaw
enumeration yax
enumeration yay
enumeration yaz
enumeration yba
enumeration ybb
enumeration ybe
enumeration ybh
enumeration ybi
enumeration ybj
enumeration ybk
enumeration ybl
enumeration ybm
enumeration ybn
enumeration ybo
enumeration ybx
enumeration yby
enumeration ych
enumeration ycl
enumeration ycn
enumeration ycp
enumeration yda
enumeration ydd
enumeration yde
enumeration ydg
enumeration ydk
enumeration yds
enumeration yea
enumeration yec
enumeration yee
enumeration yei
enumeration yej
enumeration yel
enumeration yer
enumeration yes
enumeration yet
enumeration yeu
enumeration yev
enumeration yey
enumeration yga
enumeration ygi
enumeration ygl
enumeration ygm
enumeration ygp
enumeration ygr
enumeration ygs
enumeration ygu
enumeration ygw
enumeration yha
enumeration yhd
enumeration yhl
enumeration yia
enumeration yif
enumeration yig
enumeration yih
enumeration yii
enumeration yij
enumeration yik
enumeration yil
enumeration yim
enumeration yin
enumeration yip
enumeration yiq
enumeration yir
enumeration yis
enumeration yit
enumeration yiu
enumeration yiv
enumeration yix
enumeration yiz
enumeration yka
enumeration ykg
enumeration yki
enumeration ykk
enumeration ykl
enumeration ykm
enumeration ykn
enumeration yko
enumeration ykr
enumeration ykt
enumeration yku
enumeration yky
enumeration yla
enumeration ylb
enumeration yle
enumeration ylg
enumeration yli
enumeration yll
enumeration ylm
enumeration yln
enumeration ylo
enumeration ylr
enumeration ylu
enumeration yly
enumeration ymb
enumeration ymc
enumeration ymd
enumeration yme
enumeration ymg
enumeration ymh
enumeration ymi
enumeration ymk
enumeration yml
enumeration ymm
enumeration ymn
enumeration ymo
enumeration ymp
enumeration ymq
enumeration ymr
enumeration yms
enumeration ymt
enumeration ymx
enumeration ymz
enumeration yna
enumeration ynd
enumeration yne
enumeration yng
enumeration ynh
enumeration ynk
enumeration ynl
enumeration ynn
enumeration yno
enumeration ynq
enumeration yns
enumeration ynu
enumeration yob
enumeration yog
enumeration yoi
enumeration yok
enumeration yol
enumeration yom
enumeration yon
enumeration yot
enumeration yox
enumeration yoy
enumeration ypa
enumeration ypb
enumeration ypg
enumeration yph
enumeration ypk
enumeration ypm
enumeration ypn
enumeration ypo
enumeration ypp
enumeration ypz
enumeration yra
enumeration yrb
enumeration yre
enumeration yri
enumeration yrk
enumeration yrl
enumeration yrm
enumeration yrn
enumeration yrs
enumeration yrw
enumeration yry
enumeration ysc
enumeration ysd
enumeration ysg
enumeration ysl
enumeration ysn
enumeration yso
enumeration ysp
enumeration ysr
enumeration yss
enumeration ysy
enumeration yta
enumeration ytl
enumeration ytp
enumeration ytw
enumeration yty
enumeration yua
enumeration yub
enumeration yuc
enumeration yud
enumeration yue
enumeration yuf
enumeration yug
enumeration yui
enumeration yuj
enumeration yuk
enumeration yul
enumeration yum
enumeration yun
enumeration yup
enumeration yuq
enumeration yur
enumeration yut
enumeration yuw
enumeration yux
enumeration yuy
enumeration yuz
enumeration yva
enumeration yvt
enumeration ywa
enumeration ywg
enumeration ywl
enumeration ywn
enumeration ywq
enumeration ywr
enumeration ywt
enumeration ywu
enumeration yww
enumeration yxa
enumeration yxg
enumeration yxl
enumeration yxm
enumeration yxu
enumeration yxy
enumeration yyr
enumeration yyu
enumeration yyz
enumeration yzg
enumeration yzk
enumeration zaa
enumeration zab
enumeration zac
enumeration zad
enumeration zae
enumeration zaf
enumeration zag
enumeration zah
enumeration zai
enumeration zaj
enumeration zak
enumeration zal
enumeration zam
enumeration zao
enumeration zap
enumeration zaq
enumeration zar
enumeration zas
enumeration zat
enumeration zau
enumeration zav
enumeration zaw
enumeration zax
enumeration zay
enumeration zaz
enumeration zbc
enumeration zbe
enumeration zbl
enumeration zbt
enumeration zbw
enumeration zca
enumeration zch
enumeration zdj
enumeration zea
enumeration zeg
enumeration zeh
enumeration zen
enumeration zga
enumeration zgb
enumeration zgh
enumeration zgm
enumeration zgn
enumeration zgr
enumeration zhb
enumeration zhd
enumeration zhi
enumeration zhn
enumeration zhw
enumeration zhx
enumeration zia
enumeration zib
enumeration zik
enumeration zil
enumeration zim
enumeration zin
enumeration zir
enumeration ziw
enumeration ziz
enumeration zka
enumeration zkb
enumeration zkd
enumeration zkg
enumeration zkh
enumeration zkk
enumeration zkn
enumeration zko
enumeration zkp
enumeration zkr
enumeration zkt
enumeration zku
enumeration zkv
enumeration zkz
enumeration zle
enumeration zlj
enumeration zlm
enumeration zln
enumeration zlq
enumeration zls
enumeration zlw
enumeration zma
enumeration zmb
enumeration zmc
enumeration zmd
enumeration zme
enumeration zmf
enumeration zmg
enumeration zmh
enumeration zmi
enumeration zmj
enumeration zmk
enumeration zml
enumeration zmm
enumeration zmn
enumeration zmo
enumeration zmp
enumeration zmq
enumeration zmr
enumeration zms
enumeration zmt
enumeration zmu
enumeration zmv
enumeration zmw
enumeration zmx
enumeration zmy
enumeration zmz
enumeration zna
enumeration znd
enumeration zne
enumeration zng
enumeration znk
enumeration zns
enumeration zoc
enumeration zoh
enumeration zom
enumeration zoo
enumeration zoq
enumeration zor
enumeration zos
enumeration zpa
enumeration zpb
enumeration zpc
enumeration zpd
enumeration zpe
enumeration zpf
enumeration zpg
enumeration zph
enumeration zpi
enumeration zpj
enumeration zpk
enumeration zpl
enumeration zpm
enumeration zpn
enumeration zpo
enumeration zpp
enumeration zpq
enumeration zpr
enumeration zps
enumeration zpt
enumeration zpu
enumeration zpv
enumeration zpw
enumeration zpx
enumeration zpy
enumeration zpz
enumeration zqe
enumeration zra
enumeration zrg
enumeration zrn
enumeration zro
enumeration zrp
enumeration zrs
enumeration zsa
enumeration zsk
enumeration zsl
enumeration zsm
enumeration zsr
enumeration zsu
enumeration zte
enumeration ztg
enumeration ztl
enumeration ztm
enumeration ztn
enumeration ztp
enumeration ztq
enumeration zts
enumeration ztt
enumeration ztu
enumeration ztx
enumeration zty
enumeration zua
enumeration zuh
enumeration zum
enumeration zun
enumeration zuy
enumeration zwa
enumeration zxx
enumeration zyb
enumeration zyg
enumeration zyj
enumeration zyn
enumeration zyp
enumeration zza
enumeration zzj
Source
<xs:element name="languageId" type="ms:languageIdType">
  <xs:annotation>
    <xs:documentation>The identifier of the language subelement according to the IETF BCP47 guidelines (i.e. ISO 639-3 codes when existing supplemented with ISO 639-3 codes for new entries)</xs:documentation>
    <xs:appinfo>
      <label>Language identifier</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Language / ms:scriptId
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The identifier of the script subelement according to the IETF BCP47 guidelines (i.e. ISO 15924 codes)
Diagram
Diagram ISOVocabularies_xsd.tmp#scriptIdType
Type ms:scriptIdType
Properties
content simple
minOccurs 0
Facets
enumeration Afak
enumeration Aghb
enumeration Ahom
enumeration Arab
enumeration Armi
enumeration Armn
enumeration Avst
enumeration Bali
enumeration Bamu
enumeration Bass
enumeration Batk
enumeration Beng
enumeration Blis
enumeration Bopo
enumeration Brah
enumeration Brai
enumeration Bugi
enumeration Buhd
enumeration Cakm
enumeration Cans
enumeration Cari
enumeration Cham
enumeration Cher
enumeration Cirt
enumeration Copt
enumeration Cprt
enumeration Cyrl
enumeration Cyrs
enumeration Deva
enumeration Dsrt
enumeration Dupl
enumeration Egyd
enumeration Egyh
enumeration Egyp
enumeration Elba
enumeration Ethi
enumeration Geok
enumeration Geor
enumeration Glag
enumeration Goth
enumeration Gran
enumeration Grek
enumeration Gujr
enumeration Guru
enumeration Hang
enumeration Hani
enumeration Hano
enumeration Hans
enumeration Hant
enumeration Hatr
enumeration Hebr
enumeration Hira
enumeration Hluw
enumeration Hmng
enumeration Hrkt
enumeration Hung
enumeration Inds
enumeration Ital
enumeration Java
enumeration Jpan
enumeration Jurc
enumeration Kali
enumeration Kana
enumeration Khar
enumeration Khmr
enumeration Khoj
enumeration Knda
enumeration Kore
enumeration Kpel
enumeration Kthi
enumeration Lana
enumeration Laoo
enumeration Latf
enumeration Latg
enumeration Latn
enumeration Lepc
enumeration Limb
enumeration Lina
enumeration Linb
enumeration Lisu
enumeration Loma
enumeration Lyci
enumeration Lydi
enumeration Mahj
enumeration Mand
enumeration Mani
enumeration Maya
enumeration Mend
enumeration Merc
enumeration Mero
enumeration Mlym
enumeration Modi
enumeration Mong
enumeration Moon
enumeration Mroo
enumeration Mtei
enumeration Mult
enumeration Mymr
enumeration Narb
enumeration Nbat
enumeration Nkgb
enumeration Nkoo
enumeration Nshu
enumeration Ogam
enumeration Olck
enumeration Orkh
enumeration Orya
enumeration Osma
enumeration Palm
enumeration Pauc
enumeration Perm
enumeration Phag
enumeration Phli
enumeration Phlp
enumeration Phlv
enumeration Phnx
enumeration Plrd
enumeration Prti
enumeration Qaaa..Qabx
enumeration Rjng
enumeration Roro
enumeration Runr
enumeration Samr
enumeration Sara
enumeration Sarb
enumeration Saur
enumeration Sgnw
enumeration Shaw
enumeration Shrd
enumeration Sidd
enumeration Sind
enumeration Sinh
enumeration Sora
enumeration Sund
enumeration Sylo
enumeration Syrc
enumeration Syre
enumeration Syrj
enumeration Syrn
enumeration Tagb
enumeration Takr
enumeration Tale
enumeration Talu
enumeration Taml
enumeration Tang
enumeration Tavt
enumeration Telu
enumeration Teng
enumeration Tfng
enumeration Tglg
enumeration Thaa
enumeration Thai
enumeration Tibt
enumeration Tirh
enumeration Ugar
enumeration Vaii
enumeration Visp
enumeration Wara
enumeration Wole
enumeration Xpeo
enumeration Xsux
enumeration Yiii
enumeration Zinh
enumeration Zmth
enumeration Zsym
enumeration Zxxx
enumeration Zyyy
enumeration Zzzz
Source
<xs:element name="scriptId" type="ms:scriptIdType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The identifier of the script subelement according to the IETF BCP47 guidelines (i.e. ISO 15924 codes)</xs:documentation>
    <xs:appinfo>
      <label>Script identifier</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Language / ms:regionId
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The identifier of the region subelement according to the IETF BCP47 guidelines (i.e. ISO 3166 codes)
Diagram
Diagram ISOVocabularies_xsd.tmp#regionIdType
Type ms:regionIdType
Properties
content simple
minOccurs 0
Facets
enumeration AA
enumeration AC
enumeration AD
enumeration AE
enumeration AF
enumeration AG
enumeration AI
enumeration AL
enumeration AM
enumeration AO
enumeration AQ
enumeration AR
enumeration AS
enumeration AT
enumeration AU
enumeration AW
enumeration AX
enumeration AZ
enumeration BA
enumeration BB
enumeration BD
enumeration BE
enumeration BF
enumeration BG
enumeration BH
enumeration BI
enumeration BJ
enumeration BL
enumeration BM
enumeration BN
enumeration BO
enumeration BQ
enumeration BR
enumeration BS
enumeration BT
enumeration BV
enumeration BW
enumeration BY
enumeration BZ
enumeration CA
enumeration CC
enumeration CD
enumeration CF
enumeration CG
enumeration CH
enumeration CI
enumeration CK
enumeration CL
enumeration CM
enumeration CN
enumeration CO
enumeration CP
enumeration CR
enumeration CU
enumeration CV
enumeration CW
enumeration CX
enumeration CY
enumeration CZ
enumeration DE
enumeration DG
enumeration DJ
enumeration DK
enumeration DM
enumeration DO
enumeration DZ
enumeration EA
enumeration EC
enumeration EE
enumeration EG
enumeration EH
enumeration ER
enumeration ES
enumeration ET
enumeration EU
enumeration FI
enumeration FJ
enumeration FK
enumeration FM
enumeration FO
enumeration FR
enumeration GA
enumeration GB
enumeration GD
enumeration GE
enumeration GF
enumeration GG
enumeration GH
enumeration GI
enumeration GL
enumeration GM
enumeration GN
enumeration GP
enumeration GQ
enumeration GR
enumeration GS
enumeration GT
enumeration GU
enumeration GW
enumeration GY
enumeration HK
enumeration HM
enumeration HN
enumeration HR
enumeration HT
enumeration HU
enumeration IC
enumeration ID
enumeration IE
enumeration IL
enumeration IM
enumeration IN
enumeration IO
enumeration IQ
enumeration IR
enumeration IS
enumeration IT
enumeration JE
enumeration JM
enumeration JO
enumeration JP
enumeration KE
enumeration KG
enumeration KH
enumeration KI
enumeration KM
enumeration KN
enumeration KP
enumeration KR
enumeration KW
enumeration KY
enumeration KZ
enumeration LA
enumeration LB
enumeration LC
enumeration LI
enumeration LK
enumeration LR
enumeration LS
enumeration LT
enumeration LU
enumeration LV
enumeration LY
enumeration MA
enumeration MC
enumeration MD
enumeration ME
enumeration MF
enumeration MG
enumeration MH
enumeration MK
enumeration ML
enumeration MM
enumeration MN
enumeration MO
enumeration MP
enumeration MQ
enumeration MR
enumeration MS
enumeration MT
enumeration MU
enumeration MV
enumeration MW
enumeration MX
enumeration MY
enumeration MZ
enumeration NA
enumeration NC
enumeration NE
enumeration NF
enumeration NG
enumeration NI
enumeration NL
enumeration NO
enumeration NP
enumeration NR
enumeration NU
enumeration NZ
enumeration OM
enumeration PA
enumeration PE
enumeration PF
enumeration PG
enumeration PH
enumeration PK
enumeration PL
enumeration PM
enumeration PN
enumeration PR
enumeration PS
enumeration PT
enumeration PW
enumeration PY
enumeration QA
enumeration QM..QZ
enumeration RE
enumeration RO
enumeration RS
enumeration RU
enumeration RW
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
enumeration SO
enumeration SR
enumeration SS
enumeration ST
enumeration SV
enumeration SX
enumeration SY
enumeration SZ
enumeration TA
enumeration TC
enumeration TD
enumeration TF
enumeration TG
enumeration TH
enumeration TJ
enumeration TK
enumeration TL
enumeration TM
enumeration TN
enumeration TO
enumeration TR
enumeration TT
enumeration TV
enumeration TW
enumeration TZ
enumeration UA
enumeration UG
enumeration UM
enumeration US
enumeration UY
enumeration UZ
enumeration VA
enumeration VC
enumeration VE
enumeration VG
enumeration VI
enumeration VN
enumeration VU
enumeration WF
enumeration WS
enumeration XA..XZ
enumeration YE
enumeration YT
enumeration ZA
enumeration ZM
enumeration ZW
enumeration ZZ
enumeration 001
enumeration 002
enumeration 003
enumeration 005
enumeration 009
enumeration 011
enumeration 013
enumeration 014
enumeration 015
enumeration 017
enumeration 018
enumeration 019
enumeration 021
enumeration 029
enumeration 030
enumeration 034
enumeration 035
enumeration 039
enumeration 053
enumeration 054
enumeration 057
enumeration 061
enumeration 142
enumeration 143
enumeration 145
enumeration 150
enumeration 151
enumeration 154
enumeration 155
enumeration 419
Source
<xs:element name="regionId" type="ms:regionIdType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The identifier of the region subelement according to the IETF BCP47 guidelines (i.e. ISO 3166 codes)</xs:documentation>
    <xs:appinfo>
      <label>Region identifier</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Language / ms:variantId
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The identifier of the variant subelement according to the IETF BCP47 guidelines
Diagram
Diagram ISOVocabularies_xsd.tmp#variantIdType
Type ms:variantIdType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration 1606nict
16th century French as in Jean Nicot, "Thresor de la langue francoyse", 1606, but also including some French similar to that of Rabelais
enumeration alalc97
Romanizations recommended by the American Library Association and the Library of Congress, in "ALA-LC Romanization Tables: Transliteration Schemes for Non-Roman Scripts" (1997), ISBN 978-0-8444-0940-5.
enumeration fonipa
enumeration fonupa
enumeration fonxsamp
Indicates that the content is transcribed according to X-SAMPA
enumeration 1694acad
17th century French, as catalogued in the "Dictionnaire de l'acadιmie franηoise", 4eme ed. 1694; frequently includes elements of Middle French, as this is a transitional period
enumeration 1901
enumeration 1959acad
enumeration 1994
For standardized Resian an orthography was published in 1994.
enumeration 1996
enumeration aluku
Aluku dialect of the "Busi Nenge Tongo" English-based Creole continuum in Eastern Suriname and Western French Guiana
enumeration arevela
enumeration arevmda
enumeration baku1926
Denotes alphabet used in Turkic republics/regions of the former USSR in late 1920s, and throughout 1930s, which aspired to represent equivalent phonemes in a unified fashion. Also known as: New Turkic Alphabet; Birlәşdirilmiş Jeni Tyrk Әlifbasь (Birlesdirilmis Jeni Tyrk Elifbasi); Jaŋalif (Janalif).
enumeration balanka
Balanka is one of 19 Anii dialects.
enumeration barla
Barlavento is one of the two main dialect groups of Kabuverdianu.
enumeration bauddha
enumeration biscayan
enumeration biske
The dialect of San Giorgio/Bila is one of the four major local   dialects of Resian
enumeration bohoric
The subtag represents the alphabet codified by Adam Bohorič in 1584 and used from the first printed Slovene book and up to the mid-19th century.
enumeration boont
Jargon embedded in American English
enumeration dajnko
The subtag represents the alphabet codified by Peter Dajnko and used from 1824 to 1839 mostly in Styria (in what is now Eastern Slovenia).
enumeration ekavsk
enumeration emodeng
enumeration hepburn
enumeration hognorsk
Norwegian following Ivar Aasen's orthographical principles, including modern usage.
enumeration ijekavsk
enumeration itihasa
enumeration jauer
The spoken dialect of the Val Mόstair, which has no written standard.
enumeration jyutping
Jyutping romanization of Cantonese
enumeration kkcor
enumeration kscor
enumeration laukika
enumeration lipaw
The dialect of Lipovaz/Lipovec is one of the minor local dialects of Resian
enumeration luna1918
Russian orthography as established by the 1917/1918 orthographic reforms
enumeration metelko
The subtag represents the alphabet codified by Franc Serafin Metelko and used from 1825 to 1833.
enumeration monoton
enumeration ndyuka
Ndyuka dialect of the "Busi Nenge Tongo" English-based Creole continuum in Eastern Suriname and Western French Guiana
enumeration nedis
enumeration njiva
enumeration nulik
enumeration osojs
The dialect of Oseacco/Osojane is one of the four major local dialects of Resian
enumeration pamaka
Pamaka dialect of the "Busi Nenge Tongo" English-based Creole continuum in Eastern Suriname and Western French Guiana
enumeration petr1708
Russian orthography from the Petrine orthographic reforms of 1708 to the 1917 orthographic reform
enumeration pinyin
enumeration polyton
enumeration puter
Puter is one of the five traditional written standards or "idioms" of the Romansh language.
enumeration rigik
enumeration rozaj
enumeration rumgr
Supraregional Romansh written standard
enumeration scotland
enumeration scouse
English Liverpudlian dialect known as 'Scouse'
enumeration solba
The dialect of Stolvizza/Solbica is one of the four major local dialects of Resian
enumeration sotav
Sotavento is one of the two main dialect groups of Kabuverdianu.
enumeration surmiran
Surmiran is one of the five traditional written standards or "idioms" of the Romansh language.
enumeration sursilv
Sursilvan is one of the five traditional written standards or "idioms" of the Romansh language.
enumeration sutsilv
Sutsilvan is one of the five traditional written standards or "idioms" of the Romansh language.
enumeration tarask
The subtag represents Branislau Taraskievic's Belarusian orthography as published in "Bielaruski klasycny pravapis" by Juras Buslakou, Vincuk Viacorka, Zmicier Sanko, and Zmicier Sauka (Vilnia-Miensk 2005).
enumeration uccor
enumeration ucrcor
enumeration ulster
enumeration unifon
enumeration vaidika
The most ancient dialect of Sanskrit used in verse and prose composed until about the 4th century B.C.E.
enumeration valencia
Variety spoken in the "Comunidad Valenciana" region of Spain, where it is co-official with Spanish.
enumeration vallader
Vallader is one of the five traditional written standards or "idioms" of the Romansh language.
enumeration wadegile
Source
<xs:element name="variantId" type="ms:variantIdType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The identifier of the variant subelement according to the IETF BCP47 guidelines</xs:documentation>
    <xs:appinfo>
      <label>Variant identifier</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:languageVarietyName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A textual string used for referring to a language variety
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Language
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="languageVarietyName">
  <xs:annotation>
    <xs:documentation xml:lang="en">A textual string used for referring to a language variety</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/languageVarietyName</identifier>
      <label xml:lang="en">language variety name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:modalityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the modality represented in the resource or processed by a tool/service
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/bodyGesture
Value for 'ModalityType' for body gestures represented in a language resource
enumeration http://w3id.org/meta-share/meta-share/combinationOfModalities
Value for 'ModalityType' for language resources that include various modalities
enumeration http://w3id.org/meta-share/meta-share/facialExpression
Value for 'ModalityType' for facial expressions represented in a language resource
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/signLanguage
Value for 'ModalityType' for sign languages represented in a language resource
enumeration http://w3id.org/meta-share/meta-share/spokenLanguage
Value for 'ModalityType' for language resources including spoken language words and expressions
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/voice
Value for 'ModalityType' for voice
enumeration http://w3id.org/meta-share/meta-share/writtenLanguage
Value for 'ModalityType' for texts with written language
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="modalityType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the modality represented in the resource or processed by a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/modalityType</identifier>
      <label xml:lang="en">modality type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/bodyGesture">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for body gestures represented in a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/bodyGesture</identifier>
            <label xml:lang="en">body gesture</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/combinationOfModalities">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for language resources that include various modalities</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/combinationOfModalities</identifier>
            <label xml:lang="en">combination of modalities</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/facialExpression">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for facial expressions represented in a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/facialExpression</identifier>
            <label xml:lang="en">facial expression</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/signLanguage">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for sign languages represented in a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/signLanguage</identifier>
            <label xml:lang="en">sign language</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/spokenLanguage">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for language resources including spoken language words and expressions</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/spokenLanguage</identifier>
            <label xml:lang="en">spoken language</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/voice">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for voice</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/voice</identifier>
            <label xml:lang="en">voice</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/writtenLanguage">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ModalityType' for texts with written language</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/writtenLanguage</identifier>
            <label xml:lang="en">written language</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:textType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the text type (e.g., factual, literary, etc.) according to which a text corpus (part) is classified
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#TextTypeIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__TextType
Type ms:TextType
Properties
content complex
Used by
Complex Type ms:CorpusTextPart
Model
Children ms:TextTypeIdentifier, ms:categoryLabel
Instance
<ms:textType xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:TextTypeIdentifier ms:TextTypeClassificationScheme="">{0,1}</ms:TextTypeIdentifier>
</ms:textType>
Source
<xs:element name="textType" type="ms:TextType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the text type (e.g., factual, literary, etc.) according to which a text corpus (part) is classified</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/textType</identifier>
      <label xml:lang="en">text type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:TextTypeIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a text type according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#TextTypeClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__TextTypeIdentifier
Type ms:TextTypeIdentifier
Properties
content complex
Used by
Complex Type ms:TextType
Attributes
QName Type Use Annotation
ms:TextTypeClassificationScheme restriction of ms:httpURI required
A classification scheme used for text types devised by an authority or organization
Source
<xs:element name="TextTypeIdentifier" type="ms:TextTypeIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a text type according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/TextTypeIdentifier</identifier>
      <label xml:lang="en">Text type identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:TextGenre
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A category of text characterized by a particular style, form, or content according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#TextGenreIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__TextGenre
Type ms:TextGenre
Properties
content complex
Used by
Complex Types ms:CorpusTextPart, ms:Size
Model
Children ms:TextGenreIdentifier, ms:categoryLabel
Instance
<ms:TextGenre xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:TextGenreIdentifier ms:TextGenreClassificationScheme="">{0,1}</ms:TextGenreIdentifier>
</ms:TextGenre>
Source
<xs:element name="TextGenre" type="ms:TextGenre">
  <xs:annotation>
    <xs:documentation xml:lang="en">A category of text characterized by a particular style, form, or content according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/TextGenre</identifier>
      <label xml:lang="en">Text genre</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Genre</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:TextGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a text genre according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#TextGenreClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__TextGenreIdentifier
Type ms:TextGenreIdentifier
Properties
content complex
Used by
Complex Type ms:TextGenre
Attributes
QName Type Use Annotation
ms:TextGenreClassificationScheme restriction of ms:httpURI required
A classification scheme used for text genres devised by an authority or organization
Source
<xs:element name="TextGenreIdentifier" type="ms:TextGenreIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a text genre according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/TextGenreIdentifier</identifier>
      <label xml:lang="en">Text genre identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a corpus to its annotated part(s)
Diagram
Diagram
Type ms:Annotation
Properties
content complex
Used by
Model
Children ms:annotatedElement, ms:annotationEndDate, ms:annotationMode, ms:annotationModeDetails, ms:annotationReport, ms:annotationResource, ms:annotationStandoff, ms:annotationStartDate, ms:annotationType, ms:annotator, ms:guidelines, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:isAnnotatedBy, ms:segmentationLevel, ms:theoreticModel, ms:typesystem
Instance
<ms:annotation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:annotationType>{1,unbounded}</ms:annotationType>
  <ms:annotatedElement>{0,unbounded}</ms:annotatedElement>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:annotationStandoff>{0,1}</ms:annotationStandoff>
  <ms:guidelines>{0,unbounded}</ms:guidelines>
  <ms:typesystem>{0,unbounded}</ms:typesystem>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:annotationMode>{0,1}</ms:annotationMode>
  <ms:annotationModeDetails xml:lang="">{0,unbounded}</ms:annotationModeDetails>
  <ms:isAnnotatedBy>{0,unbounded}</ms:isAnnotatedBy>
  <ms:annotator>{0,unbounded}</ms:annotator>
  <ms:annotationStartDate>{0,1}</ms:annotationStartDate>
  <ms:annotationEndDate>{0,1}</ms:annotationEndDate>
  <ms:interannotatorAgreement xml:lang="">{0,unbounded}</ms:interannotatorAgreement>
  <ms:intraannotatorAgreement xml:lang="">{0,unbounded}</ms:intraannotatorAgreement>
  <ms:annotationReport>{0,unbounded}</ms:annotationReport>
</ms:annotation>
Source
<xs:element name="annotation" type="ms:Annotation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a corpus to its annotated part(s)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotation</identifier>
      <label xml:lang="en">annotation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the annotation type of the annotated version(s) of a resource or the annotation type a tool/ service requires or produces as an output
Diagram
Diagram OMTD-SHARE-elements_xsd.tmp#http___w3id.org_meta-share_omtd-share__AnnotationType
Type omtd:AnnotationType
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/unspecified
enumeration http://w3id.org/meta-share/omtd-share/Alignment1
The translational equivalent between structural units (words, sentences etc.) of a text in a given language and a text with similar meaning in other language(s)
enumeration http://w3id.org/meta-share/omtd-share/DiscourseAnnotationType
Any type of annotation relevant to discourse
enumeration http://w3id.org/meta-share/omtd-share/AudienceReaction
The response of the target recipients (audience) to a system, process or event
enumeration http://w3id.org/meta-share/omtd-share/Contradiction
A set of statements that contradict each other (i.e. one of them asserts the truth and the other the falsity of the proposition)
enumeration http://w3id.org/meta-share/omtd-share/Coreference
Coreference is the reference in one expression to the same referent in another expression. [http://www.glossary.sil.org/term/coreference]
enumeration http://w3id.org/meta-share/omtd-share/EntityMentionPair
The pair of an entity and all the mentions of this entity formulated in various ways; used in co-reference resolution
enumeration http://w3id.org/meta-share/omtd-share/DiscourseRelation
The relation that holds between two segments of discourse; e.g. causal, temporal etc.
enumeration http://w3id.org/meta-share/omtd-share/SpeechAct
A speech act is an act that a speaker performs when making an utterance, including the following: (a) A general act (illocutionary act) that a speaker performs, analyzable as including: the uttering of words (utterance acts), making reference and predicating (propositional acts), and a particular intention in making the utterance (illocutionary force). (b) An act involved in the illocutionary act, including utterance acts and propositional acts, (c) The production of a particular effect in the addressee (perlocutionary act) [http://www.glossary.sil.org/term/speech-act]
enumeration http://w3id.org/meta-share/omtd-share/DialogueAct
A dialogue act has two main components:  a communicative function and a semantic content.   The semantic content specifies the objects, relations, actions, events, etc. that the dialogue act is about; the communicative function can be viewed as a specification of the way an addressee uses the semantic content to update his or her information state when  he  or  she  understands  the  corresponding  stretch  of dialogue. [http://www.lrec-conf.org/proceedings/lrec2010/pdf/560_Paper.pdf]
enumeration http://w3id.org/meta-share/omtd-share/DocumentAnnotationType
Any kind of annotation that is used to describe a document (e.g. identifier, size, location, language etc.)
enumeration http://w3id.org/meta-share/omtd-share/DomainSpecificAnnotationType
Any kind of annotation that is used for specific domains (e.g. genes and proteins from the biomedical domain, plants from agriculture etc.)
enumeration http://w3id.org/meta-share/omtd-share/AgriculturalEntity
Any kind of annotation pertaining to entities of the agricultural domain; the use of the AGROVOC thesaurus is recommended
enumeration http://w3id.org/meta-share/omtd-share/Gene
Specific sequence of nucleotides along a molecule of DNA (or, in the case of some viruses, RNA) which represents functional units of heredity [http://artemide.art.uniroma2.it:8081/agrovoc/agrovoc/en/page/c_3214]
enumeration http://w3id.org/meta-share/omtd-share/GeneFamily
A gene family is a set of several similar genes, formed by duplication of a single original gene, and generally with similar biochemical functions [https://en.wikipedia.org/wiki/Gene_family]
enumeration http://w3id.org/meta-share/omtd-share/GrapeVariety
A type of grape
enumeration http://w3id.org/meta-share/omtd-share/Habitat
The place or environment where an organism, plant or animal naturally or normally lives and grows
enumeration http://w3id.org/meta-share/omtd-share/Marker
Marker
enumeration http://w3id.org/meta-share/omtd-share/Organism
An individual animal, plant, or single-celled life form [https://en.oxforddictionaries.com/definition/organism]
enumeration http://w3id.org/meta-share/omtd-share/Phenotype
The physical appearance or biochemical characteristic of an organism as a result of the interaction of its genotype and the environment [http://www.biology-online.org/dictionary/Phenotype]
enumeration http://w3id.org/meta-share/omtd-share/PhysicoChemicalProperty
Physical and chemical property of substances
enumeration http://w3id.org/meta-share/omtd-share/ProteinFamily
A protein family is a group of proteins that share a common evolutionary origin, reflected by their related functions and similarities in sequence or structure [https://www.ebi.ac.uk/training/online/course/introduction-protein-classification-ebi/protein-classification/what-are-protein-families]
enumeration http://w3id.org/meta-share/omtd-share/Rna
Any of various nucleic acids that contain ribose and uracil as structural components and are associated with the control of cellular chemical activities
enumeration http://w3id.org/meta-share/omtd-share/WheatRelatedSpecies
Wheat-related species
enumeration http://w3id.org/meta-share/omtd-share/BiologicalEnity
Any kind of annotation pertaining to entities of biology
enumeration http://w3id.org/meta-share/omtd-share/BiologicalActivity
Biological activity
enumeration http://w3id.org/meta-share/omtd-share/BrainRegion
Part of the brain
enumeration http://w3id.org/meta-share/omtd-share/Chemical
Any substance (as an acid) that is formed when two or more other substances act upon one another or that is used to produce a change in another substance [https://www.merriam-webster.com/dictionary/chemical]
enumeration http://w3id.org/meta-share/omtd-share/IonicChannel
A single protein or protein complex that traverses the lipid bilayer of cell membrane and form a channel to facilitate the movement of ions through the membrane according to their electrochemical gradient [http://www.biology-online.org/dictionary/Ion_channel]
enumeration http://w3id.org/meta-share/omtd-share/IonicConductance
Ionic conductance
enumeration http://w3id.org/meta-share/omtd-share/IonicCurrent
The influx and/or efflux of ions through an ion channel
enumeration http://w3id.org/meta-share/omtd-share/Metabolite
Any substance involved in metabolism (= the chemical processes in the body needed for life) [https://dictionary.cambridge.org/dictionary/english/metabolite]
enumeration http://w3id.org/meta-share/omtd-share/ModelOrganism_species
Model organism/species
enumeration http://w3id.org/meta-share/omtd-share/Neuron
A nerve cell that carries information between the brain and other parts of the body
enumeration http://w3id.org/meta-share/omtd-share/Protein
Any of various naturally occurring extremely complex substances that consist of amino-acid residues joined by peptide bonds, contain the elements carbon, hydrogen, nitrogen, oxygen, usually sulfur, and occasionally other elements (such as phosphorus or iron), and include many essential biological compounds (such as enzymes, hormones, or antibodies) [https://www.merriam-webster.com/dictionary/protein]
enumeration http://w3id.org/meta-share/omtd-share/Species
A set of animals or plants in which the members have similar characteristics to each other and can breed with each other
enumeration http://w3id.org/meta-share/omtd-share/Synapse
A specialized structure or junction that allows cell to cell communication [http://www.biology-online.org/dictionary/Synapse]
enumeration http://w3id.org/meta-share/omtd-share/ChemicalEntity
Any kind of annotation pertaining to entities from chemistry
enumeration http://w3id.org/meta-share/omtd-share/LinguisticEntity
Any kind of annotation pertaining to entities of linguistics; the use of OLIA is recommended
enumeration http://w3id.org/meta-share/omtd-share/NeuroscienceEntity
Any kind of annotation pertaining to entities of neuroscience
enumeration http://w3id.org/meta-share/omtd-share/Relation
Any type of relation that holds between two or more entities of a specific domain
enumeration http://w3id.org/meta-share/omtd-share/ScholarlyAnalyticsEntity
Any type of annotation that is relevant to scholarly analtyics (e.g. citations, funding information etc.)
enumeration http://w3id.org/meta-share/omtd-share/Citation
Reference to a book, paper, or author, especially in a scholarly work.
enumeration http://w3id.org/meta-share/omtd-share/DocumentSection
Any subdivision of a document, e.g. a chapter, abstract, etc.
enumeration http://w3id.org/meta-share/omtd-share/Funding
Annotation related to the funding of a resource (e.g. funder, funding project, etc.)
enumeration http://w3id.org/meta-share/omtd-share/Keyword
A word or group of words used to describe or index the contents of a document
enumeration http://w3id.org/meta-share/omtd-share/ScientificUnit
Scientific unit
enumeration http://w3id.org/meta-share/omtd-share/ScientificValue
Scientific value
enumeration http://w3id.org/meta-share/omtd-share/SocialSciencesEntity
Any kind of annotation that pertains to entities of social sciences; the use of TheSoz is recommended
enumeration http://w3id.org/meta-share/omtd-share/AllbusVariable
ALLBUS variable
enumeration http://w3id.org/meta-share/omtd-share/HistoricalEvent
Historical event
enumeration http://w3id.org/meta-share/omtd-share/Media
The main means of mass communication (broadcasting, publishing, and the Internet) regarded collectively [https://en.oxforddictionaries.com/definition/media]
enumeration http://w3id.org/meta-share/omtd-share/MethodOfResearch
Method of research
enumeration http://w3id.org/meta-share/omtd-share/OfficialText
Official text
enumeration http://w3id.org/meta-share/omtd-share/TheoreticalFrame
Theoretical frame
enumeration http://w3id.org/meta-share/omtd-share/LanguageCode
enumeration http://w3id.org/meta-share/omtd-share/LanguageProficiencyLevel
enumeration http://w3id.org/meta-share/omtd-share/ModalityAnnotationType
enumeration http://w3id.org/meta-share/omtd-share/BodyMovement
enumeration http://w3id.org/meta-share/omtd-share/FacialExpression
enumeration http://w3id.org/meta-share/omtd-share/GazeEyeMovement
enumeration http://w3id.org/meta-share/omtd-share/HeadMovement
enumeration http://w3id.org/meta-share/omtd-share/LipMovement
enumeration http://w3id.org/meta-share/omtd-share/MorphologicalAnnotationType
Any type of annotation pertaining to the morphological level
enumeration http://w3id.org/meta-share/omtd-share/Compound
A single word composed of two or more free morphemes
enumeration http://w3id.org/meta-share/omtd-share/DerivationalFeature
Any feature relevant to the derivation process of a word (e.g. marking affixes, their meaning etc.)
enumeration http://w3id.org/meta-share/omtd-share/Lemma
The canonical or citation form used for referring to a word and its inflected forms
enumeration http://w3id.org/meta-share/omtd-share/MorphologicalFeature
Property of a word that is expressed in its inflected form; examples include person, tense, gender, case etc.
enumeration http://w3id.org/meta-share/omtd-share/Stem
A stem is the root or roots of a word, together with any derivational affixes, to which inflectional affixes are added. [http://www.glossary.sil.org/term/stem]
enumeration http://w3id.org/meta-share/omtd-share/Word
A word is a unit which is a constituent at the phrase level and above. It is sometimes identifiable according to such criteria as (a) being the minimal possible unit in a reply, (b) having features such as a regular stress pattern, and phonological changes conditioned by or blocked at word boundaries, (c) being the largest unit resistant to insertion of new constituents within its boundaries, or (d) being the smallest constituent that can be moved within a sentence without making the sentence ungrammatical. A word is sometimes placed, in a hierarchy of grammatical constituents, above the morpheme level and below the phrase level. [http://www.glossary.sil.org/term/word]
In annotation, words are often used as equivalent to tokens; thus, for instance, punctuation marks (traditionally not considered as words) will also be annotated as "word".
enumeration http://w3id.org/meta-share/omtd-share/PartOfSpeech
A division of words based on common grammatical features
enumeration http://w3id.org/meta-share/omtd-share/QuantititativeInformation
enumeration http://w3id.org/meta-share/omtd-share/Frequency
enumeration http://w3id.org/meta-share/omtd-share/SemanticAnnotationType
Any type of annotation pertaining to the semantic level
enumeration http://w3id.org/meta-share/omtd-share/CertaintyLevel
Degree of certainty about the validity of what is being asserted in the text
enumeration http://w3id.org/meta-share/omtd-share/Emotion
An affective state of consciousness in which joy, sorrow, fear, hate, or the like, is experienced, as distinguished from cognitive and volitional states of consciousness [http://www.dictionary.com/browse/emotion]
enumeration http://w3id.org/meta-share/omtd-share/Event
A thing that happens or takes place, especially one of importance [https://en.oxforddictionaries.com/definition/event]
enumeration http://w3id.org/meta-share/omtd-share/LexicalSemanticRelation
A relation holding between two or more words based on their meanings
enumeration http://w3id.org/meta-share/omtd-share/NamedEntity
A word or phrase referring to an entity, identified and annotated as such with a name (label); examples include organizations, persons, places etc.
enumeration http://w3id.org/meta-share/omtd-share/Date
A text unit that denotes a date, a specific point in time
enumeration http://w3id.org/meta-share/omtd-share/Facility
A human-made artifact in the domains of architecture and civil engineering [source: https://www.nltk.org/book/ch07.html]
enumeration http://w3id.org/meta-share/omtd-share/Geo-politicalEntity
A geographical area associated with some sort of political structure
enumeration http://w3id.org/meta-share/omtd-share/Location
A word or group of words that denotes a geographical entity
enumeration http://w3id.org/meta-share/omtd-share/Miscellaneous
A general label for named entities other than the usual ones recognized by a system
enumeration http://w3id.org/meta-share/omtd-share/Organization
A word or group of words that denotes an organization, such as company, association, institution etc.
enumeration http://w3id.org/meta-share/omtd-share/Person
A word or group of words that refers to a person
enumeration http://w3id.org/meta-share/omtd-share/SpectralData
Spectral data is essentially data derived by the use of spectroscopic instruments
enumeration http://w3id.org/meta-share/omtd-share/PersuasiveExpression
A word or phrase used for persuasion purposes
enumeration http://w3id.org/meta-share/omtd-share/Polarity
A feature that distinguishes between positive, negative or neutral; in sentiment analysis, it refers to determining whether the expressed opinion in a document, a sentence or an entity feature/aspect is positive, negative, or neutral. [adapted from Wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/QuestionTopicalTarget
The segment of a question that describes the entity about which the question is made
enumeration http://w3id.org/meta-share/omtd-share/Readability
The ease with which a reader can understand a written text. [https://en.wikipedia.org/wiki/Readability]
enumeration http://w3id.org/meta-share/omtd-share/SemanticClass
A division of words into classes based on their common semantic features
enumeration http://w3id.org/meta-share/omtd-share/SemanticFrame
A schematic representation of a situation involving various participants, props and other conceptual roles, each of which is a frame element
enumeration http://w3id.org/meta-share/omtd-share/SemanticRole
A semantic role is the underlying relationship that a participant has with the main verb in a clause [http://www.glossary.sil.org/term/semantic-role]
enumeration http://w3id.org/meta-share/omtd-share/Sentiment
The affective state (judgement, feeling) of a person or group towards an entity or event
enumeration http://w3id.org/meta-share/omtd-share/Subjectivity
The linguistic expression of somebody’s opinions, sentiments, emotions, evaluations, beliefs, speculations (private states, i.e. states that are not open to objective observation or verification). [http://www.mavir.net/docs/JWiebe-Subjectivity-nov2010.pdf]
enumeration http://w3id.org/meta-share/omtd-share/SyntacticoSemanticLink
A link between the syntactic unit and the semantic unit (sense) of a word
enumeration http://w3id.org/meta-share/omtd-share/TemporalExpression
A linguistic expression (word, group of words, group of numbers etc.) that denotes time (a point in time, duration, frequency)
enumeration http://w3id.org/meta-share/omtd-share/TextualEntailment
enumeration http://w3id.org/meta-share/omtd-share/Topic
The subject of a text or conversation, what it is about
enumeration http://w3id.org/meta-share/omtd-share/WordSense
Corresponds to the structural part of a lexical entry that contains the relevant semantic, grammatical, and anthropological information for a lexical unit. [adapted from http://www.glossary.sil.org/term/sense]
enumeration http://w3id.org/meta-share/omtd-share/SpeechAnnotationType
enumeration http://w3id.org/meta-share/omtd-share/OrthographicTranscription1
enumeration http://w3id.org/meta-share/omtd-share/PhoneticTranscription1
enumeration http://w3id.org/meta-share/omtd-share/ProsodicBoundary
enumeration http://w3id.org/meta-share/omtd-share/StructuralAnnotationType
Any type of annotation that pertains to the structure of a document
enumeration http://w3id.org/meta-share/omtd-share/Clause
A clause is a subdivision of a sentence containing a subject (argument) and predicate. It is possible to have a word that implies or refers to a predicate rather than one explicitly stated. [Pei & Gaynor 1980: 40, http://linguistics-ontology.org/gold/2010/Clause]
enumeration http://w3id.org/meta-share/omtd-share/MultiWordUnit
A combination of words that are considered as forming one semantic unit
enumeration http://w3id.org/meta-share/omtd-share/Paragraph
A division of a text, usually about a single theme, consisting of one or more sentences and marked by a new line, indentation or other conventions.
enumeration http://w3id.org/meta-share/omtd-share/Phrase
A phrase is a syntactic structure that consists of more than one word but lacks the subject-predicate organization of a clause. [http://www.glossary.sil.org/term/phrase]
enumeration http://w3id.org/meta-share/omtd-share/Sentence
A group of words, usually containing a verb, that expresses a thought in the form of a statement, question, instruction, or exclamation and starts with a capital letter when written [https://dictionary.cambridge.org/dictionary/english/sentence]
enumeration http://w3id.org/meta-share/omtd-share/Token
A set of characters surrounded by spaces or punctuation marks, as well as punctuation marks themselves
enumeration http://w3id.org/meta-share/omtd-share/SyntacticAnnotationType
Any type of annotation that pertains to the syntactic level
enumeration http://w3id.org/meta-share/omtd-share/Chunk
Group of words that function together; a chunk normally includes a head and some consecutive (i.e. without gaps) preceding words
enumeration http://w3id.org/meta-share/omtd-share/ConstituencyTree
An ordered, rooted tree that represents the syntactic structure of a string according to a constituency grammar (= phrase structure grammars). It distinguishes between terminal and non-terminal nodes. The interior nodes are labeled by non-terminal categories of the grammar (phrases), while the leaf nodes are labeled by terminal categories (parts of speech). [adapted from https://en.wikipedia.org/wiki/Parse_tree]
enumeration http://w3id.org/meta-share/omtd-share/Constituent
A word or group of words that function as a single unit in a syntactic structure
enumeration http://w3id.org/meta-share/omtd-share/Dependency
A type of syntactic relation that holds between linguistic units, where we try to recognise the head (governor) and its dependents
enumeration http://w3id.org/meta-share/omtd-share/DependencyTree
A tree that represents the dependency relations in a sentence, i.e. showing the governor (head) and its dependents with directed links
enumeration http://w3id.org/meta-share/omtd-share/SubcategorizationFrame
The number and types of syntactic arguments required by a certain lexical item (mainly verbs, but also nouns and adjectives)
enumeration http://w3id.org/meta-share/omtd-share/Term
A term is a designation consisting of one or more words representing a general concept in a special language in a specific subject field [ISO 704:2009]
Used by
Source
<xs:element name="annotationType" type="omtd:AnnotationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the annotation type of the annotated version(s) of a resource or the annotation type a tool/ service requires or produces as an output</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationType</identifier>
      <label xml:lang="en">annotation type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotatedElement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the elements annotated at each annotation level
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/backgroundNoise1
enumeration http://w3id.org/meta-share/meta-share/discourseMarker
enumeration http://w3id.org/meta-share/meta-share/mispronunciation
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/speakerNoise
enumeration http://w3id.org/meta-share/meta-share/truncation
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Annotation
Source
<xs:element name="annotatedElement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the elements annotated at each annotation level</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotatedElement</identifier>
      <label xml:lang="en">annotated element</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/backgroundNoise1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/backgroundNoise1</identifier>
            <label xml:lang="en">background noise</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/discourseMarker">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/discourseMarker</identifier>
            <label xml:lang="en">discourse marker</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mispronunciation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mispronunciation</identifier>
            <label xml:lang="en">mispronunciation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/speakerNoise">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/speakerNoise</identifier>
            <label xml:lang="en">speaker noise</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/truncation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/truncation</identifier>
            <label xml:lang="en">truncation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:segmentationLevel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the segmentation unit in terms of which the resource has been segmented or the level of segmentation a tool/service requires/outputs
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/clause
enumeration http://w3id.org/meta-share/meta-share/diphone
enumeration http://w3id.org/meta-share/meta-share/frame
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/paragraph
enumeration http://w3id.org/meta-share/meta-share/phoneme1
enumeration http://w3id.org/meta-share/meta-share/phrase
enumeration http://w3id.org/meta-share/meta-share/prosodicBoundary
enumeration http://w3id.org/meta-share/meta-share/scene
enumeration http://w3id.org/meta-share/meta-share/sentence
enumeration http://w3id.org/meta-share/meta-share/shot
enumeration http://w3id.org/meta-share/meta-share/signal
enumeration http://w3id.org/meta-share/meta-share/syllable1
enumeration http://w3id.org/meta-share/meta-share/token1
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/utterance
enumeration http://w3id.org/meta-share/meta-share/word1
enumeration http://w3id.org/meta-share/meta-share/wordGroup
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="segmentationLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the segmentation unit in terms of which the resource has been segmented or the level of segmentation a tool/service requires/outputs</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/segmentationLevel</identifier>
      <label xml:lang="en">segmentation level</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/clause">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/clause</identifier>
            <label xml:lang="en">clause</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/diphone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/diphone</identifier>
            <label xml:lang="en">diphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frame">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frame</identifier>
            <label xml:lang="en">frame</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/paragraph">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/paragraph</identifier>
            <label xml:lang="en">paragraph</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phoneme1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneme1</identifier>
            <label xml:lang="en">phoneme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phrase">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phrase</identifier>
            <label xml:lang="en">phrase</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/prosodicBoundary">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/prosodicBoundary</identifier>
            <label xml:lang="en">prosodic boundary</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/scene">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/scene</identifier>
            <label xml:lang="en">scene</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/sentence">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sentence</identifier>
            <label xml:lang="en">sentence</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/shot">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/shot</identifier>
            <label xml:lang="en">shot</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/signal">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/signal</identifier>
            <label xml:lang="en">signal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syllable1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syllable1</identifier>
            <label xml:lang="en">syllable</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/token1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/token1</identifier>
            <label xml:lang="en">token</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/utterance">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/utterance</identifier>
            <label xml:lang="en">utterance</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/word1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/word1</identifier>
            <label xml:lang="en">word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordGroup">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordGroup</identifier>
            <label xml:lang="en">word group</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:annotationStandoff
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the annotation is created inline or in a stand-off fashion
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:Annotation
Source
<xs:element name="annotationStandoff" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the annotation is created inline or in a stand-off fashion</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationStandoff</identifier>
      <label xml:lang="en">annotation standoff</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:guidelines
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the document used as guidelines for the creation or annotation of a corpus
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Complex Type ms:Annotation
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:guidelines xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:guidelines>
Source
<xs:element name="guidelines" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the document used as guidelines for the creation or annotation of a corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/guidelines</identifier>
      <label xml:lang="en">guidelines</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:typesystem
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the typesystem (preferrably through an identifier or URL) that has been used for the annotation of a resource or that is required for the input resource of a tool/service or that should be used (dependency) for the annotation or used in the training of a ML model
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:typesystem xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:typesystem>
Source
<xs:element name="typesystem" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the typesystem (preferrably through an identifier or URL) that has been used for the annotation of a resource or that is required for the input resource of a tool/service or that should be used (dependency) for the annotation or used in the training of a ML model</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/typesystem</identifier>
      <label xml:lang="en">typesystem</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotationResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the annotation resource used for annotating a corpus or that has been used for the input resource of a tool/service or that should be used (dependency) for the annotation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:annotationResource xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:annotationResource>
Source
<xs:element name="annotationResource" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the annotation resource used for annotating a corpus or that has been used for the input resource of a tool/service or that should be used (dependency) for the annotation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationResource</identifier>
      <label xml:lang="en">annotation resource</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:theoreticModel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the theoretic model applied for the creation/enrichment of the resource, by name and/or by reference (URL or bibliographic reference) to informative material about the theoretic model used
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="theoreticModel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the theoretic model applied for the creation/enrichment of the resource, by name and/or by reference (URL or bibliographic reference) to informative material about the theoretic model used</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/theoreticModel</identifier>
      <label xml:lang="en">theoretic model</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:annotationMode
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the resource is annotated manually or by automatic processes
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic
Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits
enumeration http://w3id.org/meta-share/meta-share/interactive
Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process
enumeration http://w3id.org/meta-share/meta-share/manual
Value for 'Process mode' and its subclasses used for processes that are performed manually
enumeration http://w3id.org/meta-share/meta-share/mixed
Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Annotation
Source
<xs:element name="annotationMode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the resource is annotated manually or by automatic processes</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationMode</identifier>
      <label xml:lang="en">annotation mode</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/interactive</identifier>
            <label xml:lang="en">interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/manual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that are performed manually</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/manual</identifier>
            <label xml:lang="en">manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixed">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixed</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:annotationModeDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on annotation process
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Annotation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="annotationModeDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on annotation process</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationModeDetails</identifier>
      <label xml:lang="en">annotation mode details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:isAnnotatedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that has been used for annotating LR A (the one being described), e.g., a tagger, NER, etc.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:Annotation
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isAnnotatedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isAnnotatedBy>
Source
<xs:element name="isAnnotatedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that has been used for annotating LR A (the one being described), e.g., a tagger, NER, etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAnnotatedBy</identifier>
      <label xml:lang="en">annotation tool</label>
      <alt_label xml:lang="en">is annotated by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the person or organisation responsible for the annotation of a resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Complex Type ms:Annotation
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:annotator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:annotator>
Source
<xs:element name="annotator" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the person or organisation responsible for the annotation of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotator</identifier>
      <label xml:lang="en">annotator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotationStartDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The date in which the annotation process has started
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Complex Type ms:Annotation
Source
<xs:element name="annotationStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date in which the annotation process has started</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationStartDate</identifier>
      <label xml:lang="en">annotation start date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:annotationEndDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The date in which the annotation process has ended
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Complex Type ms:Annotation
Source
<xs:element name="annotationEndDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date in which the annotation process has ended</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationEndDate</identifier>
      <label xml:lang="en">annotation end date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:interannotatorAgreement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the inter-annotator agreement and the methods/metrics applied
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Annotation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="interannotatorAgreement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the inter-annotator agreement and the methods/metrics applied</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/interannotatorAgreement</identifier>
      <label xml:lang="en">interannotator agreement</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:intraannotatorAgreement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the intra-annotator agreement and the methods/metrics applied
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Annotation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="intraannotatorAgreement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the intra-annotator agreement and the methods/metrics applied</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/intraannotatorAgreement</identifier>
      <label xml:lang="en">intra-annotator agreement</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:annotationReport
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a report describing the annotation process, tool, method, etc. of the language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Complex Type ms:Annotation
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:annotationReport xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:annotationReport>
Source
<xs:element name="annotationReport" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a report describing the annotation process, tool, method, etc. of the language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationReport</identifier>
      <label xml:lang="en">annotation report</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:syntheticData
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the contents of a corpus have been artificially generated (e.g., using a Machine Translation or NLG system) rather than having been created by humans (authentic/original data)
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="syntheticData" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the contents of a corpus have been artificially generated (e.g., using a Machine Translation or NLG system) rather than having been created by humans (authentic/original data)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/syntheticData</identifier>
      <label xml:lang="en">synthetic data</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:linkToOtherMedia
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes the linking between different media parts of a resource (how they interact with or link to each other)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#otherMedia CLARIN-SHARE_xsd.tmp#mediaTypeDetails CLARIN-SHARE_xsd.tmp#synchronizedWithText CLARIN-SHARE_xsd.tmp#synchronizedWithAudio CLARIN-SHARE_xsd.tmp#synchronizedWithVideo CLARIN-SHARE_xsd.tmp#synchronizedWithImage CLARIN-SHARE_xsd.tmp#synchronizedWithTextNumerical CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LinkToOtherMedia
Type ms:LinkToOtherMedia
Properties
content complex
Used by
Model
Children ms:mediaTypeDetails, ms:otherMedia, ms:synchronizedWithAudio, ms:synchronizedWithImage, ms:synchronizedWithText, ms:synchronizedWithTextNumerical, ms:synchronizedWithVideo
Instance
<ms:linkToOtherMedia xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:otherMedia>{1,unbounded}</ms:otherMedia>
  <ms:mediaTypeDetails xml:lang="">{0,unbounded}</ms:mediaTypeDetails>
  <ms:synchronizedWithText>{0,1}</ms:synchronizedWithText>
  <ms:synchronizedWithAudio>{0,1}</ms:synchronizedWithAudio>
  <ms:synchronizedWithVideo>{0,1}</ms:synchronizedWithVideo>
  <ms:synchronizedWithImage>{0,1}</ms:synchronizedWithImage>
  <ms:synchronizedWithTextNumerical>{0,1}</ms:synchronizedWithTextNumerical>
</ms:linkToOtherMedia>
Source
<xs:element name="linkToOtherMedia" type="ms:LinkToOtherMedia">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes the linking between different media parts of a resource (how they interact with or link to each other)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/linkToOtherMedia</identifier>
      <label xml:lang="en">link to other media</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:otherMedia
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the media types that are linked to the media type described within the same resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/audio
Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)
enumeration http://w3id.org/meta-share/meta-share/image
Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g., pictures, photos)
enumeration http://w3id.org/meta-share/meta-share/text
Value for 'MediaType' for the written or printed form of a language resource (part)
enumeration http://w3id.org/meta-share/meta-share/textNumerical
enumeration http://w3id.org/meta-share/meta-share/video
Value for 'Media type' for the audiovisual form of a language resource (part)
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:LinkToOtherMedia
Source
<xs:element name="otherMedia">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the media types that are linked to the media type described within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/otherMedia</identifier>
      <label xml:lang="en">other media</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/audio">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/audio</identifier>
            <label xml:lang="en">audio</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/image">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g., pictures, photos)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/image</identifier>
            <label xml:lang="en">image</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/text">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'MediaType' for the written or printed form of a language resource (part)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/text</identifier>
            <label xml:lang="en">text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/textNumerical">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/textNumerical</identifier>
            <label xml:lang="en">numerical text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/video">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Media type' for the audiovisual form of a language resource (part)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/video</identifier>
            <label xml:lang="en">video</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:mediaTypeDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on the way the media types are linked and/or synchronized with each other within the same resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:LinkToOtherMedia
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="mediaTypeDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on the way the media types are linked and/or synchronized with each other within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mediaTypeDetails</identifier>
      <label xml:lang="en">media type details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:synchronizedWithText
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether video, text and textNumerical media type is synchronized with text within the same resource
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:LinkToOtherMedia
Source
<xs:element name="synchronizedWithText" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether video, text and textNumerical media type is synchronized with text within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/synchronizedWithText</identifier>
      <label xml:lang="en">synchronized with text</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:synchronizedWithAudio
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether the media part described is synchronized with audio within the same resource
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:LinkToOtherMedia
Source
<xs:element name="synchronizedWithAudio" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether the media part described is synchronized with audio within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/synchronizedWithAudio</identifier>
      <label xml:lang="en">synchronized with audio</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:synchronizedWithVideo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether the media part described is synchronized with video within the same resource
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:LinkToOtherMedia
Source
<xs:element name="synchronizedWithVideo" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether the media part described is synchronized with video within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/synchronizedWithVideo</identifier>
      <label xml:lang="en">synchronized with video</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:synchronizedWithImage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether the media part described is synchronized with image within the same resource
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:LinkToOtherMedia
Source
<xs:element name="synchronizedWithImage" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether the media part described is synchronized with image within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/synchronizedWithImage</identifier>
      <label xml:lang="en">synchronized with image</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:synchronizedWithTextNumerical
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether the media part described is synchronized with textNumerical within the same resource
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:LinkToOtherMedia
Source
<xs:element name="synchronizedWithTextNumerical" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether the media part described is synchronized with textNumerical within the same resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/synchronizedWithTextNumerical</identifier>
      <label xml:lang="en">synchronized with textNumerical</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusAudioPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part of a corpus (or whole corpus) that consists of audio segments
Diagram
Diagram
Type ms:CorpusAudioPart
Properties
content complex
Used by
Complex Type ms:CorpusMediaPart
Model
Children ms:AudioGenre, ms:SpeechGenre, ms:ageGroupOfParticipants, ms:ageRangeEndOfParticipants, ms:ageRangeStartOfParticipants, ms:annotation, ms:audience, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:conversationalType, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:dialectAccentOfParticipants, ms:geographicDistributionOfParticipants, ms:hasOriginalSource, ms:hearingImpairmentOfParticipants, ms:interaction, ms:interactivity, ms:isCreatedBy, ms:language, ms:legend, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:naturality, ms:noiseLevel, ms:nonSpeechItem, ms:numberOfParticipants, ms:numberOfTrainedSpeakers, ms:originOfParticipants, ms:originalSourceDescription, ms:recorder, ms:recordingDeviceType, ms:recordingDeviceTypeDetails, ms:recordingEnvironment, ms:recordingPlatformSoftware, ms:scenarioType, ms:sceneIllumination, ms:sensorTechnology, ms:sexOfParticipants, ms:sourceChannel, ms:sourceChannelDetails, ms:sourceChannelName, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:speechItem, ms:syntheticData
Instance
<ms:CorpusAudioPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:corpusMediaType>{1,1}</ms:corpusMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:AudioGenre>{0,unbounded}</ms:AudioGenre>
  <ms:SpeechGenre>{0,unbounded}</ms:SpeechGenre>
  <ms:annotation>{0,unbounded}</ms:annotation>
  <ms:speechItem>{0,unbounded}</ms:speechItem>
  <ms:nonSpeechItem>{0,unbounded}</ms:nonSpeechItem>
  <ms:legend xml:lang="">{0,1}</ms:legend>
  <ms:noiseLevel>{0,1}</ms:noiseLevel>
  <ms:naturality>{0,1}</ms:naturality>
  <ms:conversationalType>{0,unbounded}</ms:conversationalType>
  <ms:scenarioType>{0,unbounded}</ms:scenarioType>
  <ms:audience>{0,1}</ms:audience>
  <ms:interactivity>{0,1}</ms:interactivity>
  <ms:interaction xml:lang="">{0,unbounded}</ms:interaction>
  <ms:recordingDeviceType>{0,1}</ms:recordingDeviceType>
  <ms:recordingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:recordingDeviceTypeDetails>
  <ms:recordingPlatformSoftware>{0,1}</ms:recordingPlatformSoftware>
  <ms:recordingEnvironment>{0,1}</ms:recordingEnvironment>
  <ms:sourceChannel>{0,1}</ms:sourceChannel>
  <ms:sourceChannelType>{0,1}</ms:sourceChannelType>
  <ms:sourceChannelName xml:lang="">{0,unbounded}</ms:sourceChannelName>
  <ms:sourceChannelDetails xml:lang="">{0,unbounded}</ms:sourceChannelDetails>
  <ms:recorder>{0,unbounded}</ms:recorder>
  <ms:capturingDeviceType>{0,1}</ms:capturingDeviceType>
  <ms:capturingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:capturingDeviceTypeDetails>
  <ms:capturingDetails xml:lang="">{0,unbounded}</ms:capturingDetails>
  <ms:capturingEnvironment>{0,1}</ms:capturingEnvironment>
  <ms:sensorTechnology>{0,1}</ms:sensorTechnology>
  <ms:sceneIllumination>{0,1}</ms:sceneIllumination>
  <ms:numberOfParticipants>{0,1}</ms:numberOfParticipants>
  <ms:ageGroupOfParticipants>{0,1}</ms:ageGroupOfParticipants>
  <ms:ageRangeStartOfParticipants>{0,1}</ms:ageRangeStartOfParticipants>
  <ms:ageRangeEndOfParticipants>{0,1}</ms:ageRangeEndOfParticipants>
  <ms:sexOfParticipants>{0,1}</ms:sexOfParticipants>
  <ms:originOfParticipants>{0,1}</ms:originOfParticipants>
  <ms:dialectAccentOfParticipants xml:lang="">{0,unbounded}</ms:dialectAccentOfParticipants>
  <ms:geographicDistributionOfParticipants xml:lang="">{0,unbounded}</ms:geographicDistributionOfParticipants>
  <ms:hearingImpairmentOfParticipants>{0,1}</ms:hearingImpairmentOfParticipants>
  <ms:speakingImpairmentOfParticipants>{0,1}</ms:speakingImpairmentOfParticipants>
  <ms:numberOfTrainedSpeakers>{0,1}</ms:numberOfTrainedSpeakers>
  <ms:speechInfluence>{0,1}</ms:speechInfluence>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:syntheticData>{0,1}</ms:syntheticData>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:CorpusAudioPart>
Source
<xs:element name="CorpusAudioPart" type="ms:CorpusAudioPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part of a corpus (or whole corpus) that consists of audio segments</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/CorpusAudioPart</identifier>
      <label xml:lang="en">Corpus audio part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/CorpusMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusAudioPart / ms:corpusMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed CorpusAudioPart
Source
<xs:element name="corpusMediaType" type="xs:string" fixed="CorpusAudioPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>Corpus media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusAudioPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/audio
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/audio">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:AudioGenre
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification of audio parts based on extra-linguistic and internal linguistic criteria and reflected on the audio style, form or content
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#AudioGenreIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__AudioGenre
Type ms:AudioGenre
Properties
content complex
Used by
Complex Types ms:CorpusAudioPart, ms:Size
Model
Children ms:AudioGenreIdentifier, ms:categoryLabel
Instance
<ms:AudioGenre xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:AudioGenreIdentifier ms:AudioGenreClassificationScheme="">{0,1}</ms:AudioGenreIdentifier>
</ms:AudioGenre>
Source
<xs:element name="AudioGenre" type="ms:AudioGenre">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification of audio parts based on extra-linguistic and internal linguistic criteria and reflected on the audio style, form or content</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/AudioGenre</identifier>
      <label xml:lang="en">Audio genre</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Genre</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:AudioGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify an audio genre according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#AudioGenreClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__AudioGenreIdentifier
Type ms:AudioGenreIdentifier
Properties
content complex
Used by
Complex Type ms:AudioGenre
Attributes
QName Type Use Annotation
ms:AudioGenreClassificationScheme restriction of ms:httpURI required
A classification scheme devised for audio genres by an organization/authority
Source
<xs:element name="AudioGenreIdentifier" type="ms:AudioGenreIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify an audio genre according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/AudioGenreIdentifier</identifier>
      <label xml:lang="en">Audio genre identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:SpeechGenre
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A category for the conventionalized discourse of the speech part of a language resource, based on extra-linguistic and internal linguistic criteria
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#SpeechGenreIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__SpeechGenre
Type ms:SpeechGenre
Properties
content complex
Used by
Complex Types ms:CorpusAudioPart, ms:Size
Model
Children ms:SpeechGenreIdentifier, ms:categoryLabel
Instance
<ms:SpeechGenre xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:SpeechGenreIdentifier ms:SpeechGenreClassificationScheme="">{0,1}</ms:SpeechGenreIdentifier>
</ms:SpeechGenre>
Source
<xs:element name="SpeechGenre" type="ms:SpeechGenre">
  <xs:annotation>
    <xs:documentation xml:lang="en">A category for the conventionalized discourse of the speech part of a language resource, based on extra-linguistic and internal linguistic criteria</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SpeechGenre</identifier>
      <label xml:lang="en">Speech genre</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Genre</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:SpeechGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a speech genre according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#SpeechGenreClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__SpeechGenreIdentifier
Type ms:SpeechGenreIdentifier
Properties
content complex
Used by
Complex Type ms:SpeechGenre
Attributes
QName Type Use Annotation
ms:SpeechGenreClassificationScheme restriction of ms:httpURI required
A classification scheme used for speech genres devised by an authority or organization
Source
<xs:element name="SpeechGenreIdentifier" type="ms:SpeechGenreIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a speech genre according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SpeechGenreIdentifier</identifier>
      <label xml:lang="en">Speech genre identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:speechItem
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the distinct elements that are pronounced and annotated as such
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/applicationWord
enumeration http://w3id.org/meta-share/meta-share/creditCardNumber
enumeration http://w3id.org/meta-share/meta-share/freeSpeech
enumeration http://w3id.org/meta-share/meta-share/isolatedDigit
enumeration http://w3id.org/meta-share/meta-share/isolatedWord
enumeration http://w3id.org/meta-share/meta-share/moneyAmount
enumeration http://w3id.org/meta-share/meta-share/naturalNumber
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/phoneticallyBalancedSentence
enumeration http://w3id.org/meta-share/meta-share/phoneticallyRichSentence
enumeration http://w3id.org/meta-share/meta-share/phoneticallyRichWord
enumeration http://w3id.org/meta-share/meta-share/properNoun
enumeration http://w3id.org/meta-share/meta-share/telephoneNumber
Introduces the telephone number of a person, group or organization; recommended format: +_international code_city code_number without spaces
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/vcvSequence
enumeration http://w3id.org/meta-share/meta-share/yesNoQuestion
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="speechItem">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the distinct elements that are pronounced and annotated as such</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/speechItem</identifier>
      <label xml:lang="en">speech item</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/applicationWord">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/applicationWord</identifier>
            <label xml:lang="en">application word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/creditCardNumber">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/creditCardNumber</identifier>
            <label xml:lang="en">credit card number</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/freeSpeech">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/freeSpeech</identifier>
            <label xml:lang="en">free speech</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/isolatedDigit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/isolatedDigit</identifier>
            <label xml:lang="en">isolated digit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/isolatedWord">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/isolatedWord</identifier>
            <label xml:lang="en">isolated word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/moneyAmount">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/moneyAmount</identifier>
            <label xml:lang="en">money amount</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/naturalNumber">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/naturalNumber</identifier>
            <label xml:lang="en">natural number</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/phoneticallyBalancedSentence">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneticallyBalancedSentence</identifier>
            <label xml:lang="en">phonetically balanced sentence</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phoneticallyRichSentence">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneticallyRichSentence</identifier>
            <label xml:lang="en">phonetically rich sentence</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phoneticallyRichWord">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneticallyRichWord</identifier>
            <label xml:lang="en">phonetically rich word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/properNoun">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/properNoun</identifier>
            <label xml:lang="en">proper noun</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/telephoneNumber">
        <xs:annotation>
          <xs:documentation xml:lang="en">Introduces the telephone number of a person, group or organization; recommended format: +_international code_city code_number without spaces</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/telephoneNumber</identifier>
            <label xml:lang="en">telephone number</label>
            <example xml:lang="en">+123456789012</example>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/vcvSequence">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/vcvSequence</identifier>
            <label xml:lang="en">VCV sequence</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/yesNoQuestion">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/yesNoQuestion</identifier>
            <label xml:lang="en">yes/no question</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:nonSpeechItem
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the distinct non-speech elements that maybe included in the audio part of a corpus or lexical/conceptual resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/commercial1
Value for non-speech item, used for commercials (advertisements)
enumeration http://w3id.org/meta-share/meta-share/music
enumeration http://w3id.org/meta-share/meta-share/noise
enumeration http://w3id.org/meta-share/meta-share/note
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/sound
enumeration http://w3id.org/meta-share/meta-share/tempo
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="nonSpeechItem">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the distinct non-speech elements that maybe included in the audio part of a corpus or lexical/conceptual resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/nonSpeechItem</identifier>
      <label xml:lang="en">non-speech item</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/commercial1">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for non-speech item, used for commercials (advertisements)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/commercial1</identifier>
            <label xml:lang="en">commercial</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/music">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/music</identifier>
            <label xml:lang="en">music</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/noise">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/noise</identifier>
            <label xml:lang="en">noise</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/note">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/note</identifier>
            <label xml:lang="en">note</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/sound">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sound</identifier>
            <label xml:lang="en">sound</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/tempo">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tempo</identifier>
            <label xml:lang="en">tempo</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:legend
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the legend of the soundtrack
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="legend">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the legend of the soundtrack</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/legend</identifier>
      <label xml:lang="en">legend</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:noiseLevel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the level of background noise
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/high2
enumeration http://w3id.org/meta-share/meta-share/low2
enumeration http://w3id.org/meta-share/meta-share/medium2
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="noiseLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the level of background noise</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/noiseLevel</identifier>
      <label xml:lang="en">noise level</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/high2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/high2</identifier>
            <label xml:lang="en">high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/low2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/low2</identifier>
            <label xml:lang="en">low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/medium2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/medium2</identifier>
            <label xml:lang="en">medium</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:naturality
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the level of naturality for multimodal/multimedia resources
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/assisted
enumeration http://w3id.org/meta-share/meta-share/elicited
enumeration http://w3id.org/meta-share/meta-share/natural
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/planned
enumeration http://w3id.org/meta-share/meta-share/prompted
enumeration http://w3id.org/meta-share/meta-share/readSpeech
enumeration http://w3id.org/meta-share/meta-share/semiPlanned
enumeration http://w3id.org/meta-share/meta-share/spontaneous
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="naturality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the level of naturality for multimodal/multimedia resources</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/naturality</identifier>
      <label xml:lang="en">naturality</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/assisted">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/assisted</identifier>
            <label xml:lang="en">assisted</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elicited">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elicited</identifier>
            <label xml:lang="en">elicited</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/natural">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/natural</identifier>
            <label xml:lang="en">natural</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/planned">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/planned</identifier>
            <label xml:lang="en">planned</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/prompted">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/prompted</identifier>
            <label xml:lang="en">prompted</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/readSpeech">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/readSpeech</identifier>
            <label xml:lang="en">read speech</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semiPlanned">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semiPlanned</identifier>
            <label xml:lang="en">semi-planned</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/spontaneous">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/spontaneous</identifier>
            <label xml:lang="en">spontaneous</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:conversationalType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the conversational type of a multimedia resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/dialogue
enumeration http://w3id.org/meta-share/meta-share/monologue
enumeration http://w3id.org/meta-share/meta-share/multilogue
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="conversationalType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the conversational type of a multimedia resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/conversationalType</identifier>
      <label xml:lang="en">conversational type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dialogue">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dialogue</identifier>
            <label xml:lang="en">dialogue</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/monologue">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/monologue</identifier>
            <label xml:lang="en">monologue</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/multilogue">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/multilogue</identifier>
            <label xml:lang="en">multilogue</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:scenarioType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the task defined for the conversation or the interaction of participants
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/frogStory
enumeration http://w3id.org/meta-share/meta-share/mapTask
enumeration http://w3id.org/meta-share/meta-share/onlineEducationalGame
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/pearStory
enumeration http://w3id.org/meta-share/meta-share/rolePlay
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/wizardOfOz
enumeration http://w3id.org/meta-share/meta-share/wordGame
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="scenarioType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the task defined for the conversation or the interaction of participants</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/scenarioType</identifier>
      <label xml:lang="en">scenario type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frogStory">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frogStory</identifier>
            <label xml:lang="en">frog story</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mapTask">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mapTask</identifier>
            <label xml:lang="en">map task</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/onlineEducationalGame">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/onlineEducationalGame</identifier>
            <label xml:lang="en">online educational game</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/pearStory">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/pearStory</identifier>
            <label xml:lang="en">pear story</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/rolePlay">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/rolePlay</identifier>
            <label xml:lang="en">role play</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wizardOfOz">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wizardOfOz</identifier>
            <label xml:lang="en">wizard of Oz</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordGame">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordGame</identifier>
            <label xml:lang="en">word game</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:audience
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the intended audience size of a multimedia resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/few
enumeration http://w3id.org/meta-share/meta-share/largePublic
enumeration http://w3id.org/meta-share/meta-share/none3
enumeration http://w3id.org/meta-share/meta-share/some
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="audience">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the intended audience size of a multimedia resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/audience</identifier>
      <label xml:lang="en">audience</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/few">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/few</identifier>
            <label xml:lang="en">few</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/largePublic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/largePublic</identifier>
            <label xml:lang="en">large public</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none3">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none3</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/some">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/some</identifier>
            <label xml:lang="en">some</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:interactivity
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the level of conversational interaction between speakers (for audio component) or participants (for video component)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/interactive1
enumeration http://w3id.org/meta-share/meta-share/nonInteractive
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/overlapping
enumeration http://w3id.org/meta-share/meta-share/semiInteractive
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="interactivity">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the level of conversational interaction between speakers (for audio component) or participants (for video component)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/interactivity</identifier>
      <label xml:lang="en">interactivity</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/interactive1</identifier>
            <label xml:lang="en">interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/nonInteractive">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/nonInteractive</identifier>
            <label xml:lang="en">non interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/overlapping">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/overlapping</identifier>
            <label xml:lang="en">overlapping</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semiInteractive">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semiInteractive</identifier>
            <label xml:lang="en">semi-interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:interaction
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the parts that interact in an audio or video component
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="interaction">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the parts that interact in an audio or video component</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/interaction</identifier>
      <label xml:lang="en">interaction</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:recordingDeviceType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the nature of the recording platform hardware and the storage medium
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/DAT
enumeration http://w3id.org/meta-share/meta-share/dv
enumeration http://w3id.org/meta-share/meta-share/flash
enumeration http://w3id.org/meta-share/meta-share/hardDisk1
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/soundBlasterCard
enumeration http://w3id.org/meta-share/meta-share/tapeVHS
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="recordingDeviceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the nature of the recording platform hardware and the storage medium</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recordingDeviceType</identifier>
      <label xml:lang="en">recording device type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DAT">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DAT</identifier>
            <label xml:lang="en">DAT</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dv">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dv</identifier>
            <label xml:lang="en">DV</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/flash">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/flash</identifier>
            <label xml:lang="en">flash</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hardDisk1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hardDisk1</identifier>
            <label xml:lang="en">hard disk</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/soundBlasterCard">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/soundBlasterCard</identifier>
            <label xml:lang="en">Sound blaster card</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/tapeVHS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tapeVHS</identifier>
            <label xml:lang="en">VHS tape</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:recordingDeviceTypeDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Free text description of the recording device
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="recordingDeviceTypeDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text description of the recording device</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recordingDeviceTypeDetails</identifier>
      <label xml:lang="en">recording device type details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:recordingPlatformSoftware
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the software used for the recording platform
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Source
<xs:element name="recordingPlatformSoftware">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the software used for the recording platform</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recordingPlatformSoftware</identifier>
      <label xml:lang="en">recording platform software</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:recordingEnvironment
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies where the recording took place
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/anechoicChamber
enumeration http://w3id.org/meta-share/meta-share/closedPublicPlace
enumeration http://w3id.org/meta-share/meta-share/conferenceRoom
enumeration http://w3id.org/meta-share/meta-share/inCar
enumeration http://w3id.org/meta-share/meta-share/industrial
enumeration http://w3id.org/meta-share/meta-share/lectureRoom
enumeration http://w3id.org/meta-share/meta-share/office
enumeration http://w3id.org/meta-share/meta-share/openPublicPlace
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/studio
enumeration http://w3id.org/meta-share/meta-share/transport
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="recordingEnvironment">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies where the recording took place</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recordingEnvironment</identifier>
      <label xml:lang="en">recording environment</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/anechoicChamber">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/anechoicChamber</identifier>
            <label xml:lang="en">anechoic chamber</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/closedPublicPlace">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/closedPublicPlace</identifier>
            <label xml:lang="en">closed public place</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/conferenceRoom">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/conferenceRoom</identifier>
            <label xml:lang="en">conference room</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/inCar">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/inCar</identifier>
            <label xml:lang="en">in car</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/industrial">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/industrial</identifier>
            <label xml:lang="en">industrial</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lectureRoom">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lectureRoom</identifier>
            <label xml:lang="en">lecture room</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/office">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/office</identifier>
            <label xml:lang="en">office</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/openPublicPlace">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/openPublicPlace</identifier>
            <label xml:lang="en">open public place</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/studio">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/studio</identifier>
            <label xml:lang="en">studio</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/transport">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/transport</identifier>
            <label xml:lang="en">transport</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sourceChannel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the source channel of the recording of a multimedia resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/EMA
enumeration http://w3id.org/meta-share/meta-share/airflow
enumeration http://w3id.org/meta-share/meta-share/camcorder
enumeration http://w3id.org/meta-share/meta-share/internet
enumeration http://w3id.org/meta-share/meta-share/laryngograph
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/radio
enumeration http://w3id.org/meta-share/meta-share/telephone
enumeration http://w3id.org/meta-share/meta-share/tv
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/webCam
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="sourceChannel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the source channel of the recording of a multimedia resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sourceChannel</identifier>
      <label xml:lang="en">source channel</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EMA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EMA</identifier>
            <label xml:lang="en">EMA</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/airflow">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/airflow</identifier>
            <label xml:lang="en">airflow</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/camcorder">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/camcorder</identifier>
            <label xml:lang="en">camcorder</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internet">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internet</identifier>
            <label xml:lang="en">internet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/laryngograph">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/laryngograph</identifier>
            <label xml:lang="en">laryngograph</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/radio">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/radio</identifier>
            <label xml:lang="en">radio</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/telephone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/telephone</identifier>
            <label xml:lang="en">telephone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/tv">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tv</identifier>
            <label xml:lang="en">tv</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/webCam">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/webCam</identifier>
            <label xml:lang="en">webcam</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sourceChannelType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the source channel
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/CDMA
enumeration http://w3id.org/meta-share/meta-share/DVB-C
enumeration http://w3id.org/meta-share/meta-share/DVB-S
enumeration http://w3id.org/meta-share/meta-share/DVB-T
enumeration http://w3id.org/meta-share/meta-share/GSM
enumeration http://w3id.org/meta-share/meta-share/ISDN
enumeration http://w3id.org/meta-share/meta-share/ThreeG
enumeration http://w3id.org/meta-share/meta-share/VOIP
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="sourceChannelType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the source channel</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sourceChannelType</identifier>
      <label xml:lang="en">source channel type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/CDMA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/CDMA</identifier>
            <label xml:lang="en">CDMA</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DVB-C">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DVB-C</identifier>
            <label xml:lang="en">DVB-C</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DVB-S">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DVB-S</identifier>
            <label xml:lang="en">DVB-S</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DVB-T">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DVB-T</identifier>
            <label xml:lang="en">DVB-T</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/GSM">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/GSM</identifier>
            <label xml:lang="en">GSM</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISDN">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISDN</identifier>
            <label xml:lang="en">ISDN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ThreeG">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ThreeG</identifier>
            <label xml:lang="en">3G</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/VOIP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/VOIP</identifier>
            <label xml:lang="en">VOIP</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sourceChannelName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the name of the source channel through which the recording has been made
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="sourceChannelName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the name of the source channel through which the recording has been made</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sourceChannelName</identifier>
      <label xml:lang="en">source channel name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:sourceChannelDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the details of the channel equipment used (brand, type, etc.) in free text
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="sourceChannelDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the details of the channel equipment used (brand, type, etc.) in free text</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sourceChannelDetails</identifier>
      <label xml:lang="en">source channel details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:recorder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the recorder(s) of the audio or video part of the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:recorder xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:recorder>
Source
<xs:element name="recorder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the recorder(s) of the audio or video part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recorder</identifier>
      <label xml:lang="en">recorder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:capturingDeviceType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the type of the transducers through which the data is captured
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/camera
enumeration http://w3id.org/meta-share/meta-share/closeTalkMicrophone
enumeration http://w3id.org/meta-share/meta-share/embeddedMicrophone
enumeration http://w3id.org/meta-share/meta-share/farfieldMicrophone
enumeration http://w3id.org/meta-share/meta-share/largeMembraneMicrophone
enumeration http://w3id.org/meta-share/meta-share/laryngograph1
enumeration http://w3id.org/meta-share/meta-share/lavalierMicrophone
enumeration http://w3id.org/meta-share/meta-share/microphone1
enumeration http://w3id.org/meta-share/meta-share/microphoneArray
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/studioEquipment
enumeration http://w3id.org/meta-share/meta-share/telephoneFixed
enumeration http://w3id.org/meta-share/meta-share/telephoneIP
enumeration http://w3id.org/meta-share/meta-share/telephoneMobile
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/webcam
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="capturingDeviceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the type of the transducers through which the data is captured</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/capturingDeviceType</identifier>
      <label xml:lang="en">capturing device type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/camera">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/camera</identifier>
            <label xml:lang="en">camera</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/closeTalkMicrophone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/closeTalkMicrophone</identifier>
            <label xml:lang="en">close talk microphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/embeddedMicrophone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/embeddedMicrophone</identifier>
            <label xml:lang="en">embedded microphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/farfieldMicrophone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/farfieldMicrophone</identifier>
            <label xml:lang="en">farfield microphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/largeMembraneMicrophone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/largeMembraneMicrophone</identifier>
            <label xml:lang="en">large membrane microphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/laryngograph1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/laryngograph1</identifier>
            <label xml:lang="en">laryngograph</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lavalierMicrophone">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lavalierMicrophone</identifier>
            <label xml:lang="en">lavalier microphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/microphone1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/microphone1</identifier>
            <label xml:lang="en">microphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/microphoneArray">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/microphoneArray</identifier>
            <label xml:lang="en">microphone array</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/studioEquipment">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/studioEquipment</identifier>
            <label xml:lang="en">studio equipment</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/telephoneFixed">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/telephoneFixed</identifier>
            <label xml:lang="en">fixed telephone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/telephoneIP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/telephoneIP</identifier>
            <label xml:lang="en">IP telephone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/telephoneMobile">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/telephoneMobile</identifier>
            <label xml:lang="en">mobile telephone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/webcam">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/webcam</identifier>
            <label xml:lang="en">webcam</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:capturingDeviceTypeDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on the capturing device
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="capturingDeviceTypeDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on the capturing device</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/capturingDeviceTypeDetails</identifier>
      <label xml:lang="en">capturing device type details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:capturingDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on the capturing method and procedure
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="capturingDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on the capturing method and procedure</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/capturingDetails</identifier>
      <label xml:lang="en">capturing details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:capturingEnvironment
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the capturing environment
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/complex
enumeration http://w3id.org/meta-share/meta-share/plain
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="capturingEnvironment">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the capturing environment</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/capturingEnvironment</identifier>
      <label xml:lang="en">capturing environment</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/complex">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/complex</identifier>
            <label xml:lang="en">complex</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/plain">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/plain</identifier>
            <label xml:lang="en">plain</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sensorTechnology
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of image sensor or the sensing method used in the camera or the image-capture device
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Source
<xs:element name="sensorTechnology">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of image sensor or the sensing method used in the camera or the image-capture device</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sensorTechnology</identifier>
      <label xml:lang="en">sensor technology</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sceneIllumination
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the illumination of the scene
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/daylight
enumeration http://w3id.org/meta-share/meta-share/fix
enumeration http://w3id.org/meta-share/meta-share/multipleSources
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/singleSource
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/variable
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="sceneIllumination">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the illumination of the scene</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sceneIllumination</identifier>
      <label xml:lang="en">scene illumination</label>
      <note xml:lang="en">needed for audio?</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/daylight">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/daylight</identifier>
            <label xml:lang="en">daylight</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/fix">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/fix</identifier>
            <label xml:lang="en">fix</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/multipleSources">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/multipleSources</identifier>
            <label xml:lang="en">multiple sources</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/singleSource">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/singleSource</identifier>
            <label xml:lang="en">single source</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/variable">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/variable</identifier>
            <label xml:lang="en">variable</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:numberOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The number of the persons participating in the audio or video part of the resource
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Source
<xs:element name="numberOfParticipants" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of the persons participating in the audio or video part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/numberOfParticipants</identifier>
      <label xml:lang="en">number of participants</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:ageGroupOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The age range of the group of participants
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/adult
enumeration http://w3id.org/meta-share/meta-share/child
enumeration http://w3id.org/meta-share/meta-share/elderly
enumeration http://w3id.org/meta-share/meta-share/teenager
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="ageGroupOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">The age range of the group of participants</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ageGroupOfParticipants</identifier>
      <label xml:lang="en">age group of participants</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/adult">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/adult</identifier>
            <label xml:lang="en">adult</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/child">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/child</identifier>
            <label xml:lang="en">child</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elderly">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elderly</identifier>
            <label xml:lang="en">elderly</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/teenager">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/teenager</identifier>
            <label xml:lang="en">teenager</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:ageRangeStartOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Start of age range of the group of participants
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Source
<xs:element name="ageRangeStartOfParticipants" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Start of age range of the group of participants</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ageRangeStartOfParticipants</identifier>
      <label xml:lang="en">age range start of participants</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:ageRangeEndOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
End of age range of the group of participants
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Source
<xs:element name="ageRangeEndOfParticipants" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">End of age range of the group of participants</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ageRangeEndOfParticipants</identifier>
      <label xml:lang="en">age range end of participants</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sexOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the sex of the participants (either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex])
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/female
enumeration http://w3id.org/meta-share/meta-share/male
enumeration http://w3id.org/meta-share/meta-share/unknown1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="sexOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the sex of the participants (either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex])</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sexOfParticipants</identifier>
      <label xml:lang="en">sex of participants</label>
      <note xml:lang="en">check with sociologists?</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/female">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/female</identifier>
            <label xml:lang="en">female</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/male">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/male</identifier>
            <label xml:lang="en">male</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unknown1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unknown1</identifier>
            <label xml:lang="en">unknown</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:originOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the relation of the language of the group of participants with respect to the acquisition stage
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/native
enumeration http://w3id.org/meta-share/meta-share/nonNative
enumeration http://w3id.org/meta-share/meta-share/unknown
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="originOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the relation of the language of the group of participants with respect to the acquisition stage</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/originOfParticipants</identifier>
      <label xml:lang="en">origin of participants</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/native">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/native</identifier>
            <label xml:lang="en">native</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/nonNative">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/nonNative</identifier>
            <label xml:lang="en">nonNative</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unknown">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unknown</identifier>
            <label xml:lang="en">unknown</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:dialectAccentOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the dialect accent of the group of participants
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="dialectAccentOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the dialect accent of the group of participants</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dialectAccentOfParticipants</identifier>
      <label xml:lang="en">dialect accent of participants</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:geographicDistributionOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Gives information on the geographic distribution of the participants
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="geographicDistributionOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">Gives information on the geographic distribution of the participants</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/geographicDistributionOfParticipants</identifier>
      <label xml:lang="en">geographic distribution of participants</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:hearingImpairmentOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the group of participants contains persons with hearing impairments
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/mixedH
enumeration http://w3id.org/meta-share/meta-share/noH
enumeration http://w3id.org/meta-share/meta-share/yesH
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="hearingImpairmentOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the group of participants contains persons with hearing impairments</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hearingImpairmentOfParticipants</identifier>
      <label xml:lang="en">hearing impairment of participants</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixedH">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixedH</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/noH">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/noH</identifier>
            <label xml:lang="en">no</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/yesH">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/yesH</identifier>
            <label xml:lang="en">yes</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:speakingImpairmentOfParticipants
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the group of participants contains persons with speaking impairments
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/mixedS
enumeration http://w3id.org/meta-share/meta-share/no
enumeration http://w3id.org/meta-share/meta-share/yes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="speakingImpairmentOfParticipants">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the group of participants contains persons with speaking impairments</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/speakingImpairmentOfParticipants</identifier>
      <label xml:lang="en">speaking impairment of participants</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixedS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixedS</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/no">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/no</identifier>
            <label xml:lang="en">no</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/yes">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/yes</identifier>
            <label xml:lang="en">yes</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:numberOfTrainedSpeakers
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The number of participants that have been trained for the specific task
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Source
<xs:element name="numberOfTrainedSpeakers" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of participants that have been trained for the specific task</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/numberOfTrainedSpeakers</identifier>
      <label xml:lang="en">number of trained speakers</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:speechInfluence
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the factors influencing speech
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/alcohol
enumeration http://w3id.org/meta-share/meta-share/hyperbaric
enumeration http://w3id.org/meta-share/meta-share/medication
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/sleepDeprivation
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="speechInfluence">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the factors influencing speech</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/speechInfluence</identifier>
      <label xml:lang="en">speech influence</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/alcohol">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/alcohol</identifier>
            <label xml:lang="en">alcohol</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hyperbaric">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hyperbaric</identifier>
            <label xml:lang="en">hyperbaric</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/medication">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/medication</identifier>
            <label xml:lang="en">medication</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/sleepDeprivation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sleepDeprivation</identifier>
            <label xml:lang="en">sleep deprivation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:CorpusVideoPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part of a corpus (or whole corpus) that consists of video files (e.g., a corpus of film documentaries)
Diagram
Diagram
Type ms:CorpusVideoPart
Properties
content complex
Used by
Complex Type ms:CorpusMediaPart
Model
Children ms:VideoGenre, ms:ageGroupOfParticipants, ms:ageRangeEndOfParticipants, ms:ageRangeStartOfParticipants, ms:annotation, ms:audience, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:conversationalType, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:dialectAccentOfParticipants, ms:dynamicElement, ms:geographicDistributionOfParticipants, ms:hasOriginalSource, ms:hearingImpairmentOfParticipants, ms:interaction, ms:interactivity, ms:isCreatedBy, ms:language, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:naturality, ms:numberOfParticipants, ms:numberOfTrainedSpeakers, ms:originOfParticipants, ms:originalSourceDescription, ms:recorder, ms:recordingDeviceType, ms:recordingDeviceTypeDetails, ms:recordingEnvironment, ms:recordingPlatformSoftware, ms:scenarioType, ms:sceneIllumination, ms:sensorTechnology, ms:sexOfParticipants, ms:sourceChannel, ms:sourceChannelDetails, ms:sourceChannelName, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:syntheticData, ms:textIncludedInVideo, ms:typeOfVideoContent
Instance
<ms:CorpusVideoPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:corpusMediaType>{1,1}</ms:corpusMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:VideoGenre>{0,unbounded}</ms:VideoGenre>
  <ms:annotation>{0,unbounded}</ms:annotation>
  <ms:typeOfVideoContent xml:lang="">{1,unbounded}</ms:typeOfVideoContent>
  <ms:textIncludedInVideo>{0,unbounded}</ms:textIncludedInVideo>
  <ms:dynamicElement>{0,unbounded}</ms:dynamicElement>
  <ms:naturality>{0,1}</ms:naturality>
  <ms:conversationalType>{0,unbounded}</ms:conversationalType>
  <ms:scenarioType>{0,unbounded}</ms:scenarioType>
  <ms:audience>{0,1}</ms:audience>
  <ms:interactivity>{0,1}</ms:interactivity>
  <ms:interaction xml:lang="">{0,unbounded}</ms:interaction>
  <ms:recordingDeviceType>{0,1}</ms:recordingDeviceType>
  <ms:recordingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:recordingDeviceTypeDetails>
  <ms:recordingPlatformSoftware>{0,1}</ms:recordingPlatformSoftware>
  <ms:recordingEnvironment>{0,1}</ms:recordingEnvironment>
  <ms:sourceChannel>{0,1}</ms:sourceChannel>
  <ms:sourceChannelType>{0,1}</ms:sourceChannelType>
  <ms:sourceChannelName xml:lang="">{0,unbounded}</ms:sourceChannelName>
  <ms:sourceChannelDetails xml:lang="">{0,unbounded}</ms:sourceChannelDetails>
  <ms:recorder>{0,unbounded}</ms:recorder>
  <ms:capturingDeviceType>{0,1}</ms:capturingDeviceType>
  <ms:capturingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:capturingDeviceTypeDetails>
  <ms:capturingDetails xml:lang="">{0,unbounded}</ms:capturingDetails>
  <ms:capturingEnvironment>{0,1}</ms:capturingEnvironment>
  <ms:sensorTechnology>{0,1}</ms:sensorTechnology>
  <ms:sceneIllumination>{0,1}</ms:sceneIllumination>
  <ms:numberOfParticipants>{0,1}</ms:numberOfParticipants>
  <ms:ageGroupOfParticipants>{0,1}</ms:ageGroupOfParticipants>
  <ms:ageRangeStartOfParticipants>{0,1}</ms:ageRangeStartOfParticipants>
  <ms:ageRangeEndOfParticipants>{0,1}</ms:ageRangeEndOfParticipants>
  <ms:sexOfParticipants>{0,1}</ms:sexOfParticipants>
  <ms:originOfParticipants>{0,1}</ms:originOfParticipants>
  <ms:dialectAccentOfParticipants xml:lang="">{0,unbounded}</ms:dialectAccentOfParticipants>
  <ms:geographicDistributionOfParticipants xml:lang="">{0,unbounded}</ms:geographicDistributionOfParticipants>
  <ms:hearingImpairmentOfParticipants>{0,1}</ms:hearingImpairmentOfParticipants>
  <ms:speakingImpairmentOfParticipants>{0,1}</ms:speakingImpairmentOfParticipants>
  <ms:numberOfTrainedSpeakers>{0,1}</ms:numberOfTrainedSpeakers>
  <ms:speechInfluence>{0,1}</ms:speechInfluence>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:syntheticData>{0,1}</ms:syntheticData>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:CorpusVideoPart>
Source
<xs:element name="CorpusVideoPart" type="ms:CorpusVideoPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part of a corpus (or whole corpus) that consists of video files (e.g., a corpus of film documentaries)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/CorpusVideoPart</identifier>
      <label xml:lang="en">Corpus video part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/CorpusMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusVideoPart / ms:corpusMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed CorpusVideoPart
Source
<xs:element name="corpusMediaType" type="xs:string" fixed="CorpusVideoPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>Corpus media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusVideoPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/video
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/video">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:VideoGenre
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification of video parts based on extra-linguistic and internal linguistic criteria and reflected on the video style, form or content
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#VideoGenreIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__VideoGenre
Type ms:VideoGenre
Properties
content complex
Used by
Complex Types ms:CorpusVideoPart, ms:Size
Model
Children ms:VideoGenreIdentifier, ms:categoryLabel
Instance
<ms:VideoGenre xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:VideoGenreIdentifier ms:VideoGenreClassificationScheme="">{0,1}</ms:VideoGenreIdentifier>
</ms:VideoGenre>
Source
<xs:element name="VideoGenre" type="ms:VideoGenre">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification of video parts based on extra-linguistic and internal linguistic criteria and reflected on the video style, form or content</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/VideoGenre</identifier>
      <label xml:lang="en">Video genre</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Genre</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:VideoGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a video genre according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#VideoGenreClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__VideoGenreIdentifier
Type ms:VideoGenreIdentifier
Properties
content complex
Used by
Complex Type ms:VideoGenre
Attributes
QName Type Use Annotation
ms:VideoGenreClassificationScheme restriction of ms:httpURI required
A classification scheme devised by an authority for video genres
Source
<xs:element name="VideoGenreIdentifier" type="ms:VideoGenreIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a video genre according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/VideoGenreIdentifier</identifier>
      <label xml:lang="en">Video genre identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:typeOfVideoContent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Main type of object or people represented in the video
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="typeOfVideoContent">
  <xs:annotation>
    <xs:documentation xml:lang="en">Main type of object or people represented in the video</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/typeOfVideoContent</identifier>
      <label xml:lang="en">type of video content</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:textIncludedInVideo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates if any text and what type is present in or in conjunction with the video
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/caption1
enumeration http://w3id.org/meta-share/meta-share/none1
enumeration http://w3id.org/meta-share/meta-share/subtitle1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="textIncludedInVideo">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates if any text and what type is present in or in conjunction with the video</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/textIncludedInVideo</identifier>
      <label xml:lang="en">text included in video</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/caption1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/caption1</identifier>
            <label xml:lang="en">caption</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none1</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/subtitle1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/subtitle1</identifier>
            <label xml:lang="en">subtitle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:dynamicElement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the dynamic elements that are represented in the video part of the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#typeOfElement CLARIN-SHARE_xsd.tmp#bodyPart CLARIN-SHARE_xsd.tmp#distractor CLARIN-SHARE_xsd.tmp#interactiveMedia CLARIN-SHARE_xsd.tmp#faceView CLARIN-SHARE_xsd.tmp#faceExpression CLARIN-SHARE_xsd.tmp#bodyMovement CLARIN-SHARE_xsd.tmp#gesture CLARIN-SHARE_xsd.tmp#handArmMovement CLARIN-SHARE_xsd.tmp#handManipulation CLARIN-SHARE_xsd.tmp#headMovement CLARIN-SHARE_xsd.tmp#eyeMovement CLARIN-SHARE_xsd.tmp#posesPerSubject CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DynamicElement
Type ms:DynamicElement
Properties
content complex
Used by
Model
Children ms:bodyMovement, ms:bodyPart, ms:distractor, ms:eyeMovement, ms:faceExpression, ms:faceView, ms:gesture, ms:handArmMovement, ms:handManipulation, ms:headMovement, ms:interactiveMedia, ms:posesPerSubject, ms:typeOfElement
Instance
<ms:dynamicElement xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:typeOfElement xml:lang="">{1,unbounded}</ms:typeOfElement>
  <ms:bodyPart>{0,unbounded}</ms:bodyPart>
  <ms:distractor xml:lang="">{0,unbounded}</ms:distractor>
  <ms:interactiveMedia xml:lang="">{0,unbounded}</ms:interactiveMedia>
  <ms:faceView xml:lang="">{0,unbounded}</ms:faceView>
  <ms:faceExpression xml:lang="">{0,unbounded}</ms:faceExpression>
  <ms:bodyMovement xml:lang="">{0,unbounded}</ms:bodyMovement>
  <ms:gesture xml:lang="">{0,unbounded}</ms:gesture>
  <ms:handArmMovement xml:lang="">{0,unbounded}</ms:handArmMovement>
  <ms:handManipulation xml:lang="">{0,unbounded}</ms:handManipulation>
  <ms:headMovement xml:lang="">{0,unbounded}</ms:headMovement>
  <ms:eyeMovement xml:lang="">{0,unbounded}</ms:eyeMovement>
  <ms:posesPerSubject>{0,1}</ms:posesPerSubject>
</ms:dynamicElement>
Source
<xs:element name="dynamicElement" type="ms:DynamicElement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the dynamic elements that are represented in the video part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dynamicElement</identifier>
      <label xml:lang="en">dynamic element</label>
      <note xml:lang="en">it was like this in MS-OWL v1, although it's not multiple; helps to organise the elements though</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:typeOfElement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of objects or people represented in the video or image part of the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="typeOfElement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of objects or people represented in the video or image part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/typeOfElement</identifier>
      <label xml:lang="en">type of element</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:bodyPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the body parts visible in the video or image part of the resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/arm
enumeration http://w3id.org/meta-share/meta-share/face
enumeration http://w3id.org/meta-share/meta-share/foot
enumeration http://w3id.org/meta-share/meta-share/hand
enumeration http://w3id.org/meta-share/meta-share/head
enumeration http://w3id.org/meta-share/meta-share/leg
enumeration http://w3id.org/meta-share/meta-share/mouth
enumeration http://w3id.org/meta-share/meta-share/none
enumeration http://w3id.org/meta-share/meta-share/wholeBody
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="bodyPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the body parts visible in the video or image part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/bodyPart</identifier>
      <label xml:lang="en">body part</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/arm">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/arm</identifier>
            <label xml:lang="en">arm</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/face">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/face</identifier>
            <label xml:lang="en">face</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/foot">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/foot</identifier>
            <label xml:lang="en">foot</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hand">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hand</identifier>
            <label xml:lang="en">hand</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/head">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/head</identifier>
            <label xml:lang="en">head</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/leg">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/leg</identifier>
            <label xml:lang="en">leg</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mouth">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mouth</identifier>
            <label xml:lang="en">mouth</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wholeBody">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wholeBody</identifier>
            <label xml:lang="en">whole body</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:distractor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies any distractors visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="distractor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies any distractors visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distractor</identifier>
      <label xml:lang="en">distractor</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:interactiveMedia
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Any interactive media visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="interactiveMedia">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any interactive media visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/interactiveMedia</identifier>
      <label xml:lang="en">interactive media</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:faceView
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the view of the face(s) that appear in the video or on the image part of the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="faceView">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the view of the face(s) that appear in the video or on the image part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/faceView</identifier>
      <label xml:lang="en">face view</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:faceExpression
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the facial expressions visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="faceExpression">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the facial expressions visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/faceExpression</identifier>
      <label xml:lang="en">face expression</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:bodyMovement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the body parts that move in the video part of the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="bodyMovement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the body parts that move in the video part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/bodyMovement</identifier>
      <label xml:lang="en">body movement</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:gesture
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the type of gestures visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="gesture">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the type of gestures visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/gesture</identifier>
      <label xml:lang="en">gesture</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:handArmMovement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the movement of hands and/or arms visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="handArmMovement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the movement of hands and/or arms visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/handArmMovement</identifier>
      <label xml:lang="en">hand arm movement</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:handManipulation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Gives information on the manipulation of objects by hand
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="handManipulation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Gives information on the manipulation of objects by hand</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/handManipulation</identifier>
      <label xml:lang="en">hand manipulation</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:headMovement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the movements of the head visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="headMovement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the movements of the head visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/headMovement</identifier>
      <label xml:lang="en">head movement</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:eyeMovement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the movement of the eyes visible in the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:DynamicElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="eyeMovement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the movement of the eyes visible in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/eyeMovement</identifier>
      <label xml:lang="en">eye movement</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:posesPerSubject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the number of poses per subject that participates in the video part of the resource
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:DynamicElement
Source
<xs:element name="posesPerSubject" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the number of poses per subject that participates in the video part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/posesPerSubject</identifier>
      <label xml:lang="en">poses per subject</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusImagePart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part of a corpus (or whole corpus) that consists of images (e.g., g a corpus of photographs and their captions)
Diagram
Diagram
Type ms:CorpusImagePart
Properties
content complex
Used by
Complex Type ms:CorpusMediaPart
Model
Children ms:ImageGenre, ms:annotation, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:sceneIllumination, ms:sensorTechnology, ms:staticElement, ms:syntheticData, ms:textIncludedInImage, ms:typeOfImageContent
Instance
<ms:CorpusImagePart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:corpusMediaType>{1,1}</ms:corpusMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{0,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{0,unbounded}</ms:language>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:ImageGenre>{0,unbounded}</ms:ImageGenre>
  <ms:annotation>{0,unbounded}</ms:annotation>
  <ms:typeOfImageContent xml:lang="">{1,unbounded}</ms:typeOfImageContent>
  <ms:textIncludedInImage>{0,unbounded}</ms:textIncludedInImage>
  <ms:staticElement>{0,unbounded}</ms:staticElement>
  <ms:capturingDeviceType>{0,1}</ms:capturingDeviceType>
  <ms:capturingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:capturingDeviceTypeDetails>
  <ms:capturingDetails xml:lang="">{0,unbounded}</ms:capturingDetails>
  <ms:capturingEnvironment>{0,1}</ms:capturingEnvironment>
  <ms:sensorTechnology>{0,1}</ms:sensorTechnology>
  <ms:sceneIllumination>{0,1}</ms:sceneIllumination>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:syntheticData>{0,1}</ms:syntheticData>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:CorpusImagePart>
Source
<xs:element name="CorpusImagePart" type="ms:CorpusImagePart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part of a corpus (or whole corpus) that consists of images (e.g., g a corpus of photographs and their captions)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/CorpusImagePart</identifier>
      <label xml:lang="en">Corpus image part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/CorpusMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusImagePart / ms:corpusMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed CorpusImagePart
Source
<xs:element name="corpusMediaType" type="xs:string" fixed="CorpusImagePart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>Corpus media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusImagePart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/image
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/image">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:ImageGenre
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A category of images characterized by a particular style, form, or content according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#ImageGenreIdentifier CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ImageGenre
Type ms:ImageGenre
Properties
content complex
Used by
Complex Types ms:CorpusImagePart, ms:Size
Model
Children ms:ImageGenreIdentifier, ms:categoryLabel
Instance
<ms:ImageGenre xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:ImageGenreIdentifier ms:ImageGenreClassificationScheme="">{0,1}</ms:ImageGenreIdentifier>
</ms:ImageGenre>
Source
<xs:element name="ImageGenre" type="ms:ImageGenre">
  <xs:annotation>
    <xs:documentation xml:lang="en">A category of images characterized by a particular style, form, or content according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ImageGenre</identifier>
      <label xml:lang="en">Image genre</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Genre</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:ImageGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify an image genre according to a specific classification scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#ImageGenreClassificationScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ImageGenreIdentifier
Type ms:ImageGenreIdentifier
Properties
content complex
Used by
Complex Type ms:ImageGenre
Attributes
QName Type Use Annotation
ms:ImageGenreClassificationScheme restriction of ms:httpURI required
A classification scheme devised by an authority for image genres
Source
<xs:element name="ImageGenreIdentifier" type="ms:ImageGenreIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify an image genre according to a specific classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ImageGenreIdentifier</identifier>
      <label xml:lang="en">Image genre identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:typeOfImageContent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The main types of object or people represented in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="typeOfImageContent">
  <xs:annotation>
    <xs:documentation xml:lang="en">The main types of object or people represented in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/typeOfImageContent</identifier>
      <label xml:lang="en">type of image content</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:textIncludedInImage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the type of text that may be on the image
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/caption
enumeration http://w3id.org/meta-share/meta-share/captureTime
enumeration http://w3id.org/meta-share/meta-share/none2
enumeration http://w3id.org/meta-share/meta-share/subtitle2
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="textIncludedInImage">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the type of text that may be on the image</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/textIncludedInImage</identifier>
      <label xml:lang="en">text included in image</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/caption">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/caption</identifier>
            <label xml:lang="en">caption</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/captureTime">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/captureTime</identifier>
            <label xml:lang="en">capture time</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none2</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/subtitle2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/subtitle2</identifier>
            <label xml:lang="en">subtitle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:staticElement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the static elements visible on images
Diagram
Diagram CLARIN-SHARE_xsd.tmp#typeOfElement CLARIN-SHARE_xsd.tmp#bodyPart CLARIN-SHARE_xsd.tmp#faceView CLARIN-SHARE_xsd.tmp#faceExpression CLARIN-SHARE_xsd.tmp#artifactPart CLARIN-SHARE_xsd.tmp#landscapePart CLARIN-SHARE_xsd.tmp#personDescription CLARIN-SHARE_xsd.tmp#thingDescription CLARIN-SHARE_xsd.tmp#organizationDescription CLARIN-SHARE_xsd.tmp#eventDescription CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__StaticElement
Type ms:StaticElement
Properties
content complex
Used by
Model
Children ms:artifactPart, ms:bodyPart, ms:eventDescription, ms:faceExpression, ms:faceView, ms:landscapePart, ms:organizationDescription, ms:personDescription, ms:thingDescription, ms:typeOfElement
Instance
<ms:staticElement xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:typeOfElement xml:lang="">{1,unbounded}</ms:typeOfElement>
  <ms:bodyPart>{0,unbounded}</ms:bodyPart>
  <ms:faceView xml:lang="">{0,unbounded}</ms:faceView>
  <ms:faceExpression xml:lang="">{0,unbounded}</ms:faceExpression>
  <ms:artifactPart xml:lang="">{0,unbounded}</ms:artifactPart>
  <ms:landscapePart xml:lang="">{0,unbounded}</ms:landscapePart>
  <ms:personDescription xml:lang="">{0,unbounded}</ms:personDescription>
  <ms:thingDescription xml:lang="">{0,unbounded}</ms:thingDescription>
  <ms:organizationDescription xml:lang="">{0,unbounded}</ms:organizationDescription>
  <ms:eventDescription xml:lang="">{0,unbounded}</ms:eventDescription>
</ms:staticElement>
Source
<xs:element name="staticElement" type="ms:StaticElement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the static elements visible on images</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/staticElement</identifier>
      <label xml:lang="en">static element</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:artifactPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the parts of the artifacts represented in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:StaticElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="artifactPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the parts of the artifacts represented in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/artifactPart</identifier>
      <label xml:lang="en">artifact part</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:landscapePart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the landscape parts represented in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:StaticElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="landscapePart">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the landscape parts represented in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/landscapePart</identifier>
      <label xml:lang="en">landscape part</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:personDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides descriptive features for the persons represented in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:StaticElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="personDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides descriptive features for the persons represented in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/personDescription</identifier>
      <label xml:lang="en">person description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:thingDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides description of the things represented in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:StaticElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="thingDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides description of the things represented in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/thingDescription</identifier>
      <label xml:lang="en">thing description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:organizationDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides description of the organizations that may appear in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:StaticElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="organizationDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides description of the organizations that may appear in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationDescription</identifier>
      <label xml:lang="en">organization description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="10000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:eventDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides description of any events represented in the image corpus
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:StaticElement
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="eventDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides description of any events represented in the image corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/eventDescription</identifier>
      <label xml:lang="en">event description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:CorpusTextNumericalPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part of a corpus (or whole corpus) that consists of sets of textual representations of measurements and observations linked to sensorimotor recordings
Diagram
Diagram
Type ms:CorpusTextNumericalPart
Properties
content complex
Used by
Complex Type ms:CorpusMediaPart
Model
Children ms:ageGroupOfParticipants, ms:ageRangeEndOfParticipants, ms:ageRangeStartOfParticipants, ms:annotation, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:dialectAccentOfParticipants, ms:geographicDistributionOfParticipants, ms:hasOriginalSource, ms:hearingImpairmentOfParticipants, ms:isCreatedBy, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:numberOfParticipants, ms:numberOfTrainedSpeakers, ms:originOfParticipants, ms:originalSourceDescription, ms:recorder, ms:recordingDeviceType, ms:recordingDeviceTypeDetails, ms:recordingEnvironment, ms:recordingPlatformSoftware, ms:sceneIllumination, ms:sensorTechnology, ms:sexOfParticipants, ms:sourceChannel, ms:sourceChannelDetails, ms:sourceChannelName, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:syntheticData, ms:typeOfTextNumericalContent
Instance
<ms:CorpusTextNumericalPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:corpusMediaType>{1,1}</ms:corpusMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:annotation>{0,unbounded}</ms:annotation>
  <ms:typeOfTextNumericalContent xml:lang="">{1,unbounded}</ms:typeOfTextNumericalContent>
  <ms:recordingDeviceType>{0,1}</ms:recordingDeviceType>
  <ms:recordingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:recordingDeviceTypeDetails>
  <ms:recordingPlatformSoftware>{0,1}</ms:recordingPlatformSoftware>
  <ms:recordingEnvironment>{0,1}</ms:recordingEnvironment>
  <ms:sourceChannel>{0,1}</ms:sourceChannel>
  <ms:sourceChannelType>{0,1}</ms:sourceChannelType>
  <ms:sourceChannelName xml:lang="">{0,unbounded}</ms:sourceChannelName>
  <ms:sourceChannelDetails xml:lang="">{0,unbounded}</ms:sourceChannelDetails>
  <ms:recorder>{0,unbounded}</ms:recorder>
  <ms:capturingDeviceType>{0,1}</ms:capturingDeviceType>
  <ms:capturingDeviceTypeDetails xml:lang="">{0,unbounded}</ms:capturingDeviceTypeDetails>
  <ms:capturingDetails xml:lang="">{0,unbounded}</ms:capturingDetails>
  <ms:capturingEnvironment>{0,1}</ms:capturingEnvironment>
  <ms:sensorTechnology>{0,1}</ms:sensorTechnology>
  <ms:sceneIllumination>{0,1}</ms:sceneIllumination>
  <ms:numberOfParticipants>{0,1}</ms:numberOfParticipants>
  <ms:ageGroupOfParticipants>{0,1}</ms:ageGroupOfParticipants>
  <ms:ageRangeStartOfParticipants>{0,1}</ms:ageRangeStartOfParticipants>
  <ms:ageRangeEndOfParticipants>{0,1}</ms:ageRangeEndOfParticipants>
  <ms:sexOfParticipants>{0,1}</ms:sexOfParticipants>
  <ms:originOfParticipants>{0,1}</ms:originOfParticipants>
  <ms:dialectAccentOfParticipants xml:lang="">{0,unbounded}</ms:dialectAccentOfParticipants>
  <ms:geographicDistributionOfParticipants xml:lang="">{0,unbounded}</ms:geographicDistributionOfParticipants>
  <ms:hearingImpairmentOfParticipants>{0,1}</ms:hearingImpairmentOfParticipants>
  <ms:speakingImpairmentOfParticipants>{0,1}</ms:speakingImpairmentOfParticipants>
  <ms:numberOfTrainedSpeakers>{0,1}</ms:numberOfTrainedSpeakers>
  <ms:speechInfluence>{0,1}</ms:speechInfluence>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:syntheticData>{0,1}</ms:syntheticData>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:CorpusTextNumericalPart>
Source
<xs:element name="CorpusTextNumericalPart" type="ms:CorpusTextNumericalPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part of a corpus (or whole corpus) that consists of sets of textual representations of measurements and observations linked to sensorimotor recordings</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/CorpusTextNumericalPart</identifier>
      <label xml:lang="en">Corpus text numerical part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/CorpusMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusTextNumericalPart / ms:corpusMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed CorpusTextNumericalPart
Source
<xs:element name="corpusMediaType" type="xs:string" fixed="CorpusTextNumericalPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>Corpus media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:CorpusTextNumericalPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/textNumerical
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/textNumerical">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:typeOfTextNumericalContent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the content that is represented in the textNumerical part of the resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="typeOfTextNumericalContent">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the content that is represented in the textNumerical part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/typeOfTextNumericalContent</identifier>
      <label xml:lang="en">type of textNumerical content</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:DatasetDistribution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Any form with which a dataset is distributed, such as a downloadable form in a specific format (e.g., spreadsheet, plain text, etc.) or an API with which it can be accessed
Diagram
Diagram
Type ms:DatasetDistribution
Properties
content complex
Used by
Model
Children ms:DatasetDistributionForm, ms:accessLocation, ms:accessRights, ms:attributionText, ms:availabilityEndDate, ms:availabilityStartDate, ms:copyrightStatement, ms:cost, ms:distributionAudioFeature, ms:distributionImageFeature, ms:distributionLocation, ms:distributionRightsHolder, ms:distributionTextFeature, ms:distributionTextNumericalFeature, ms:distributionVideoFeature, ms:downloadLocation, ms:isAccessedBy, ms:isDisplayedBy, ms:isQueriedBy, ms:licenceTerms, ms:membershipInstitution, ms:privateResource, ms:samplesLocation
Instance
<ms:DatasetDistribution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:DatasetDistributionForm>{1,1}</ms:DatasetDistributionForm>
  <ms:distributionLocation>{0,1}</ms:distributionLocation>
  <ms:downloadLocation>{0,1}</ms:downloadLocation>
  <ms:accessLocation>{0,1}</ms:accessLocation>
  <ms:privateResource>{0,1}</ms:privateResource>
  <ms:isAccessedBy>{0,unbounded}</ms:isAccessedBy>
  <ms:isDisplayedBy>{0,unbounded}</ms:isDisplayedBy>
  <ms:isQueriedBy>{0,unbounded}</ms:isQueriedBy>
  <ms:samplesLocation>{0,unbounded}</ms:samplesLocation>
  <ms:distributionTextFeature>{0,unbounded}</ms:distributionTextFeature>
  <ms:distributionTextNumericalFeature>{0,unbounded}</ms:distributionTextNumericalFeature>
  <ms:distributionAudioFeature>{0,unbounded}</ms:distributionAudioFeature>
  <ms:distributionImageFeature>{0,unbounded}</ms:distributionImageFeature>
  <ms:distributionVideoFeature>{0,unbounded}</ms:distributionVideoFeature>
  <ms:licenceTerms>{1,unbounded}</ms:licenceTerms>
  <ms:attributionText xml:lang="">{0,unbounded}</ms:attributionText>
  <ms:cost>{0,1}</ms:cost>
  <ms:membershipInstitution>{0,unbounded}</ms:membershipInstitution>
  <ms:copyrightStatement xml:lang="">{0,unbounded}</ms:copyrightStatement>
  <ms:availabilityStartDate>{0,1}</ms:availabilityStartDate>
  <ms:availabilityEndDate>{0,1}</ms:availabilityEndDate>
  <ms:distributionRightsHolder>{0,unbounded}</ms:distributionRightsHolder>
  <ms:accessRights>{0,unbounded}</ms:accessRights>
</ms:DatasetDistribution>
Source
<xs:element name="DatasetDistribution" type="ms:DatasetDistribution">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any form with which a dataset is distributed, such as a downloadable form in a specific format (e.g., spreadsheet, plain text, etc.) or an API with which it can be accessed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DatasetDistribution</identifier>
      <label xml:lang="en">Dataset distribution</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Distribution</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:DatasetDistributionForm
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The form (medium/channel) used for distributing a language resource consisting of data (e.g., a corpus, a lexicon, etc.)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/CD-ROM
CD-ROM refers to a kind of distribution medium used for delivering a language resource; intended for resources delivered on CD-ROM
enumeration http://w3id.org/meta-share/meta-share/DVD-R
Value for data distribution medium, used for language resources delivered on a DVD-R
enumeration http://w3id.org/meta-share/meta-share/accessibleThroughInterface
Value for distribution medium, used for corpora and lexical/conceptual resources that can be accessed via a human-intended interface (e.g., corpus workbench, lexicon browsing interface, etc.)
enumeration http://w3id.org/meta-share/meta-share/accessibleThroughQuery
Value for dataset distribution medium, used for lexical/conceptual resources that can be accessed via a SPARQL endpoint
enumeration http://w3id.org/meta-share/meta-share/bluRay
bluRay refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered on bluRay disks
enumeration http://w3id.org/meta-share/meta-share/downloadable
Value for distribution medium, used for language resources that can be downloaded from a remote location
enumeration http://w3id.org/meta-share/meta-share/hardDisk
Value for data distribution medium, used for resources that are delivered on a hard disk
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:DatasetDistribution
Source
<xs:element name="DatasetDistributionForm">
  <xs:annotation>
    <xs:documentation xml:lang="en">The form (medium/channel) used for distributing a language resource consisting of data (e.g., a corpus, a lexicon, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DatasetDistributionForm</identifier>
      <label xml:lang="en">Dataset distribution form</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/DistributionForm</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/CD-ROM">
        <xs:annotation>
          <xs:documentation xml:lang="en">CD-ROM refers to a kind of distribution medium used for delivering a language resource; intended for resources delivered on CD-ROM</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/CD-ROM</identifier>
            <label xml:lang="en">CD-ROM</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DVD-R">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for data distribution medium, used for language resources delivered on a DVD-R</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DVD-R</identifier>
            <label xml:lang="en">DVD-R</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/accessibleThroughInterface">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for distribution medium, used for corpora and lexical/conceptual resources that can be accessed via a human-intended interface (e.g., corpus workbench, lexicon browsing interface, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/accessibleThroughInterface</identifier>
            <label xml:lang="en">accessible through interface</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/accessibleThroughQuery">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for dataset distribution medium, used for lexical/conceptual resources that can be accessed via a SPARQL endpoint</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/accessibleThroughQuery</identifier>
            <label xml:lang="en">accessible through query</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/bluRay">
        <xs:annotation>
          <xs:documentation xml:lang="en">bluRay refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered on bluRay disks</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/bluRay</identifier>
            <label xml:lang="en">bluRay</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/downloadable">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for distribution medium, used for language resources that can be downloaded from a remote location</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/downloadable</identifier>
            <label xml:lang="en">downloadable</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hardDisk">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for data distribution medium, used for resources that are delivered on a hard disk</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hardDisk</identifier>
            <label xml:lang="en">hard disk</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:distributionLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A URL point from which a language resource can be directly accessed (downloaded or executed)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:DatasetDistribution
Source
<xs:element name="distributionLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">A URL point from which a language resource can be directly accessed (downloaded or executed)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionLocation</identifier>
      <label xml:lang="en">distribution location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:downloadLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A URL where the language resource (mainly data but also downloadable software programmes or forms) can be downloaded from
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="downloadLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">A URL where the language resource (mainly data but also downloadable software programmes or forms) can be downloaded from</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/downloadLocation</identifier>
      <label xml:lang="en">download location</label>
      <note xml:lang="en">rule: must be filled in when SoftwareDistributionForm = downloadable; must not be filled in for web services; optional in all other cases</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:accessLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A URL where the resource can be accessed from; it can be used for landing pages or for cases where the resource is accessible via an interface, i.e. cases where the resource itself is not provided with a direct link for downloading
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="accessLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">A URL where the resource can be accessed from; it can be used for landing pages or for cases where the resource is accessible via an interface, i.e. cases where the resource itself is not provided with a direct link for downloading</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/accessLocation</identifier>
      <label xml:lang="en">access location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:privateResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the resource is private so that its access/download location remains hidden
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="privateResource" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the resource is private so that its access/download location remains hidden</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/privateResource</identifier>
      <label xml:lang="en">private</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isAccessedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be) used for accessing LR A (the one being described), e.g., a corpus workbench, s/w for lexicon access
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isAccessedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isAccessedBy>
Source
<xs:element name="isAccessedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be) used for accessing LR A (the one being described), e.g., a corpus workbench, s/w for lexicon access</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAccessedBy</identifier>
      <label xml:lang="en">access tool</label>
      <alt_label xml:lang="en">is accessed by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isDisplayedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be) used to display LR A (the one being described), e.g., a tool for visualizing relations in a lexicon, or annotations in a corpus
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isDisplayedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isDisplayedBy>
Source
<xs:element name="isDisplayedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be) used to display LR A (the one being described), e.g., a tool for visualizing relations in a lexicon, or annotations in a corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isDisplayedBy</identifier>
      <label xml:lang="en">visualization tool</label>
      <alt_label xml:lang="en">display tool</alt_label>
      <alt_label xml:lang="en">is displayed by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isQueriedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be) used for querying LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isQueriedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isQueriedBy>
Source
<xs:element name="isQueriedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be) used for querying LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isQueriedBy</identifier>
      <label xml:lang="en">query tool</label>
      <alt_label xml:lang="en">is queried by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:samplesLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a resource to a url (or url's) with samples of a data resource or of the input of output resource of a tool/service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="samplesLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a resource to a url (or url's) with samples of a data resource or of the input of output resource of a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/samplesLocation</identifier>
      <label xml:lang="en">samples location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:distributionTextFeature
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a feature that can be used for describing distinct distributable forms of text resources/parts
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#characterEncoding CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DistributionTextFeature
Type ms:DistributionTextFeature
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:characterEncoding, ms:dataFormat, ms:size
Instance
<ms:distributionTextFeature xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:size>{1,unbounded}</ms:size>
  <ms:dataFormat>{1,unbounded}</ms:dataFormat>
  <ms:characterEncoding>{0,unbounded}</ms:characterEncoding>
</ms:distributionTextFeature>
Source
<xs:element name="distributionTextFeature" type="ms:DistributionTextFeature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a feature that can be used for describing distinct distributable forms of text resources/parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionTextFeature</identifier>
      <label xml:lang="en">text feature</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:size
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the size of a countable entity with regard to the SizeUnit measurement in form of a number
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Used by
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:size xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:size>
Source
<xs:element name="size" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the size of a countable entity with regard to the SizeUnit measurement in form of a number</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/size</identifier>
      <label xml:lang="en">size</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:amount
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the number of units that constitute anything that can be measured (e.g. size of a data resource or cost, etc.)
Diagram
Diagram
Type xs:float
Properties
content simple
Used by
Complex Types ms:Cost, ms:Duration, ms:Size
Source
<xs:element name="amount" type="xs:float">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the number of units that constitute anything that can be measured (e.g. size of a data resource or cost, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/amount</identifier>
      <label xml:lang="en">amount</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizeUnit
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the unit that is used when providing information on the size of the resource or of resource parts
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/T-HPair
enumeration http://w3id.org/meta-share/meta-share/article
enumeration http://w3id.org/meta-share/meta-share/bigram
enumeration http://w3id.org/meta-share/meta-share/byte
enumeration http://w3id.org/meta-share/meta-share/class
enumeration http://w3id.org/meta-share/meta-share/concept
enumeration http://w3id.org/meta-share/meta-share/diphone1
enumeration http://w3id.org/meta-share/meta-share/element
enumeration http://w3id.org/meta-share/meta-share/entry
enumeration http://w3id.org/meta-share/meta-share/expression
enumeration http://w3id.org/meta-share/meta-share/file
enumeration http://w3id.org/meta-share/meta-share/five-gram
enumeration http://w3id.org/meta-share/meta-share/four-gram
enumeration http://w3id.org/meta-share/meta-share/frame1
enumeration http://w3id.org/meta-share/meta-share/gb
enumeration http://w3id.org/meta-share/meta-share/hour1
enumeration http://w3id.org/meta-share/meta-share/idiomaticExpression
enumeration http://w3id.org/meta-share/meta-share/image2
enumeration http://w3id.org/meta-share/meta-share/ingestedRecord
enumeration http://w3id.org/meta-share/meta-share/internalRecord
enumeration http://w3id.org/meta-share/meta-share/item
enumeration http://w3id.org/meta-share/meta-share/kb
enumeration http://w3id.org/meta-share/meta-share/keyword1
enumeration http://w3id.org/meta-share/meta-share/lexicalType
enumeration http://w3id.org/meta-share/meta-share/mb
enumeration http://w3id.org/meta-share/meta-share/minute
enumeration http://w3id.org/meta-share/meta-share/multiWordUnit
enumeration http://w3id.org/meta-share/meta-share/neologism
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/phoneme2
enumeration http://w3id.org/meta-share/meta-share/phoneticUnit
enumeration http://w3id.org/meta-share/meta-share/phrase1
enumeration http://w3id.org/meta-share/meta-share/predicate
enumeration http://w3id.org/meta-share/meta-share/publishedRecord
enumeration http://w3id.org/meta-share/meta-share/question
enumeration http://w3id.org/meta-share/meta-share/rule
enumeration http://w3id.org/meta-share/meta-share/second
enumeration http://w3id.org/meta-share/meta-share/segment
enumeration http://w3id.org/meta-share/meta-share/semanticUnit1
enumeration http://w3id.org/meta-share/meta-share/sentence1
enumeration http://w3id.org/meta-share/meta-share/shot1
enumeration http://w3id.org/meta-share/meta-share/syllable2
enumeration http://w3id.org/meta-share/meta-share/synset
enumeration http://w3id.org/meta-share/meta-share/syntacticUnit1
enumeration http://w3id.org/meta-share/meta-share/tb
enumeration http://w3id.org/meta-share/meta-share/term
enumeration http://w3id.org/meta-share/meta-share/text1
enumeration http://w3id.org/meta-share/meta-share/token
enumeration http://w3id.org/meta-share/meta-share/translationUnit
enumeration http://w3id.org/meta-share/meta-share/trigram
enumeration http://w3id.org/meta-share/meta-share/turn
enumeration http://w3id.org/meta-share/meta-share/unigram
enumeration http://w3id.org/meta-share/meta-share/unit
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/utterance1
enumeration http://w3id.org/meta-share/meta-share/word3
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Size
Source
<xs:element name="sizeUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the unit that is used when providing information on the size of the resource or of resource parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizeUnit</identifier>
      <label xml:lang="en">size unit</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/T-HPair">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/T-HPair</identifier>
            <label xml:lang="en">T-H pair</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/article">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/article</identifier>
            <label xml:lang="en">article</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/bigram">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/bigram</identifier>
            <label xml:lang="en">bigram</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/byte">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/byte</identifier>
            <label xml:lang="en">byte</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/class">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/class</identifier>
            <label xml:lang="en">class</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/concept">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/concept</identifier>
            <label xml:lang="en">concept</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/diphone1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/diphone1</identifier>
            <label xml:lang="en">diphone</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/element">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/element</identifier>
            <label xml:lang="en">element</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/entry">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/entry</identifier>
            <label xml:lang="en">entry</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/expression">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/expression</identifier>
            <label xml:lang="en">expression</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/file">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/file</identifier>
            <label xml:lang="en">file</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/five-gram">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/five-gram</identifier>
            <label xml:lang="en">5-gram</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/four-gram">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/four-gram</identifier>
            <label xml:lang="en">4-gram</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frame1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frame1</identifier>
            <label xml:lang="en">frame</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/gb">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/gb</identifier>
            <label xml:lang="en">gb</label>
            <alt_label xml:lang="en">gigabyte</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hour1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hour1</identifier>
            <label xml:lang="en">hour</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/idiomaticExpression">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/idiomaticExpression</identifier>
            <label xml:lang="en">idiomatic expression</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/image2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/image2</identifier>
            <label xml:lang="en">image</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ingestedRecord">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ingestedRecord</identifier>
            <label xml:lang="en">ingested record</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internalRecord">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internalRecord</identifier>
            <label xml:lang="en">internal record</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/item">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/item</identifier>
            <label xml:lang="en">item</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/kb">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/kb</identifier>
            <label xml:lang="en">kilobyte</label>
            <alt_label xml:lang="en">kb</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/keyword1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/keyword1</identifier>
            <label xml:lang="en">keyword</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lexicalType">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lexicalType</identifier>
            <label xml:lang="en">lexical type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mb">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mb</identifier>
            <label xml:lang="en">mb</label>
            <alt_label xml:lang="en">megabyte</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/minute">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/minute</identifier>
            <label xml:lang="en">minute</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/multiWordUnit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/multiWordUnit</identifier>
            <label xml:lang="en">multi-word unit</label>
            <alt_label xml:lang="en">multi-word expression</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/neologism">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/neologism</identifier>
            <label xml:lang="en">neologism</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/phoneme2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneme2</identifier>
            <label xml:lang="en">phoneme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phoneticUnit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneticUnit</identifier>
            <label xml:lang="en">phonetic unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phrase1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phrase1</identifier>
            <label xml:lang="en">phrase</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/predicate">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/predicate</identifier>
            <label xml:lang="en">predicate</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/publishedRecord">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/publishedRecord</identifier>
            <label xml:lang="en">published record</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/question">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/question</identifier>
            <label xml:lang="en">question</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/rule">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/rule</identifier>
            <label xml:lang="en">rule</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/second">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/second</identifier>
            <label xml:lang="en">second</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/segment">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/segment</identifier>
            <label xml:lang="en">segment</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semanticUnit1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semanticUnit1</identifier>
            <label xml:lang="en">semantic unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/sentence1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sentence1</identifier>
            <label xml:lang="en">sentence</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/shot1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/shot1</identifier>
            <label xml:lang="en">shot</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syllable2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syllable2</identifier>
            <label xml:lang="en">syllable</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/synset">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/synset</identifier>
            <label xml:lang="en">synset</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syntacticUnit1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syntacticUnit1</identifier>
            <label xml:lang="en">syntactic unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/tb">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tb</identifier>
            <label xml:lang="en">terabyte</label>
            <alt_label xml:lang="en">tb</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/term">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/term</identifier>
            <label xml:lang="en">term</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/text1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/text1</identifier>
            <label xml:lang="en">text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/token">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/token</identifier>
            <label xml:lang="en">token</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/translationUnit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/translationUnit</identifier>
            <label xml:lang="en">translation unit</label>
            <alt_label xml:lang="en">tu</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trigram">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trigram</identifier>
            <label xml:lang="en">trigram</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/turn">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/turn</identifier>
            <label xml:lang="en">turn</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unigram">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unigram</identifier>
            <label xml:lang="en">unigram</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unit</identifier>
            <label xml:lang="en">unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/utterance1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/utterance1</identifier>
            <label xml:lang="en">utterance</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/word3">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/word3</identifier>
            <label xml:lang="en">word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:dataFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the format(s) of a data resource
Diagram
Diagram OMTD-SHARE-elements_xsd.tmp#http___w3id.org_meta-share_omtd-share__DataFormat
Type omtd:DataFormat
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/unspecified
enumeration http://w3id.org/meta-share/omtd-share/AnnotationFormat
Any format used for annotated files
enumeration http://w3id.org/meta-share/omtd-share/AlvisEnrichedDocumentFormat
Format for linguistic annotations of documents used for the ALVIS framework
enumeration http://w3id.org/meta-share/omtd-share/Anafora
enumeration http://w3id.org/meta-share/omtd-share/BLAST
enumeration http://w3id.org/meta-share/omtd-share/Brat
BRAT stand-off format for annotations (BRAT is a online environment for collaborative text annotation, cf. http://brat.nlplab.org/)
enumeration http://w3id.org/meta-share/omtd-share/Cadixe_json
AlvisAE protocol format
enumeration http://w3id.org/meta-share/omtd-share/Chat
CHAT (Codes for the Human Analysis of Transcripts) transcription format; used by CHILDES corpora
enumeration http://w3id.org/meta-share/omtd-share/ConllFormat
Formats used in the CoNLL Shared Tasks
enumeration http://w3id.org/meta-share/omtd-share/Conll2000
The CoNLL 2000 format represents POS and Chunk tags. Fields in a line are separated by spaces. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2002
The CoNLL 2002 format encodes named entity spans. Fields are separated by a single space. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2003
The CoNLL 2004 format encodes named entity spans and chunk spans. Fields are separated by a single space. Sentences are separated by a blank new line. Named entities and chunks are encoded in the IOB1 format. I.e. a B prefix is only used if the category of the following span differs from the category of the current span.
enumeration http://w3id.org/meta-share/omtd-share/Conll2006
The CoNLL 2006 (aka CoNLL-X) format targets dependency parsing. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2008
The CoNLL 2008 format targets syntactic and semantic dependencies. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2009
The CoNLL 2009 format targets semantic role labeling. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2012
The CoNLL 2012 format targets semantic role labeling and coreference. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/ConllU
Format used for CoNLL.
enumeration http://w3id.org/meta-share/omtd-share/Diaml
Format following Dialogue Act Markup Language (DiAML) which is defined within the ISO standard 24617-2
enumeration http://w3id.org/meta-share/omtd-share/DkproTokenized
DkPro format for tokenized files containing one sentence per line and tokens split by whitespaces.
enumeration http://w3id.org/meta-share/omtd-share/Emma
Data format according to the EMMA (Extensible MultiModal Annotation markup language) specifications, cf. https://www.w3.org/TR/2007/CR-emma-20071211/
enumeration http://w3id.org/meta-share/omtd-share/FactoredTagLemFormat
Factored tag lemma format
enumeration http://w3id.org/meta-share/omtd-share/Folia
FoLiA is an XML-based annotation format, suitable for the representation of linguistically annotated language resources
enumeration http://w3id.org/meta-share/omtd-share/Graf
GrAF (Graph Annotation Format) is an extension of the Linguistic Annotation Framework (LAF)
enumeration http://w3id.org/meta-share/omtd-share/Html5Microdata
Format according to the specifications of HTML5 Microdata
enumeration http://w3id.org/meta-share/omtd-share/I2b2
Format of the I2B2 challenge
enumeration http://w3id.org/meta-share/omtd-share/InlineXml
Inline XML file format
enumeration http://w3id.org/meta-share/omtd-share/Kaf
KAF (also known as Knowledge Annotation Format) is a language neutral annotation format representing both morpho-syntactic and semantic annotation of documents through a stand-off multilayered structure
enumeration http://w3id.org/meta-share/omtd-share/Lll
Format of the LLL challenge
enumeration http://w3id.org/meta-share/omtd-share/MalletLdaTopicProportions
Topic proportions in the shape [\t]\t\t...
enumeration http://w3id.org/meta-share/omtd-share/MalletLdaTopicProportionsSorted
Topic proportions in the shape [\t]\t\t... sorted
enumeration http://w3id.org/meta-share/omtd-share/MsExcel
Data format for Microsoft Excel documents
enumeration http://w3id.org/meta-share/omtd-share/Naf
The NAF format is linguistic annotation format designed for complex NLP pipelines. NAF combines strengths of the Linguistic Annotation Framework (LAF) as described in Ide et al. (2003) and the NLP Interchange Format (Hellman et al. 2013, NIF).
enumeration http://w3id.org/meta-share/omtd-share/NegraExport
Export format for annotated corpora in the NeGra project
enumeration http://w3id.org/meta-share/omtd-share/Nif
The NLP Interchange Format (NIF) is an RDF/OWL-based format that aims to achieve interoperability between Natural Language Processing (NLP) tools, language resources and annotations; it consists of specifications, ontologies and software (overview), which are combined under the version identifier "NIF 2.0", but are versioned individually
enumeration http://w3id.org/meta-share/omtd-share/Pml
Format according to the Prague Markup Language (http://ufal.mff.cuni.cz/jazz/PML/index_en.html); PML is a generic data format based on XML intended for storing linguistically annotated data, such as the Prague Dependency Treebank, also annotation lexicons, etc.
enumeration http://w3id.org/meta-share/omtd-share/Ptb
Penn Tree Bank formats
enumeration http://w3id.org/meta-share/omtd-share/PtbChunked
Penn Treebank chunked format
enumeration http://w3id.org/meta-share/omtd-share/PtbCombined
Penn Treebank combined format
enumeration http://w3id.org/meta-share/omtd-share/Tcf
An XML data exchange format developed within the WebLicht architecture to facilitate efficient interoperability between the tools; it allows the various linguistic annotations produced by the tools within WebLicht to be stored in one document; it supports incremental enrichment of linguistic annotations at various levels of analysis in a stand-­off XML‐based format
enumeration http://w3id.org/meta-share/omtd-share/Tei
Data format for TEI-encoded (Text Encoding Initiative) texts
enumeration http://w3id.org/meta-share/omtd-share/Tgrep2
Format for TGrep2 (search engine for searching syntactic parse trees represented as bracketed structures)
enumeration http://w3id.org/meta-share/omtd-share/TigerXml
The TIGER XML format was created for encoding syntactic constituency structures in the German TIGER corpus. It has since been used for many other corpora as well. TIGERSearch is a linguistic search engine specifically targetting this format. The format has later been extended to also support semantic frame annotations.
enumeration http://w3id.org/meta-share/omtd-share/Tmx
The purpose of the TMX format is to provide a standard method to describe translation memory data that is being exchanged among tools and/or translation vendors, while introducing little or no loss of critical data during the process.
enumeration http://w3id.org/meta-share/omtd-share/Tuepp
Format of the Tübingen Partially Parsed Corpus of Written German (TüPP-D/Z) XML files; TüPP D/Z (http://www.sfs.uni-tuebingen.de/de/ascl/ressourcen/corpora/tuepp-dz.html) is a collection of articles from the German newspaper taz (die tageszeitung) annotated and encoded in a XML format.
enumeration http://w3id.org/meta-share/omtd-share/WebAnnotationFormat
A structured model and format to enable annotations to be shared and reused across different hardware and software platforms.
enumeration http://w3id.org/meta-share/omtd-share/Xces
Data format for documents and corpora using the XCES standard (Corpus Encoding Standard for XML), cf. http://www.xces.org/
enumeration http://w3id.org/meta-share/omtd-share/XcesIlspVariant
A variant of XCES implemented for documents
enumeration http://w3id.org/meta-share/omtd-share/AudioFormat
Any format used for audio files
enumeration http://w3id.org/meta-share/omtd-share/RawAudioFormat
enumeration http://w3id.org/meta-share/omtd-share/aif
enumeration http://w3id.org/meta-share/omtd-share/basic
enumeration http://w3id.org/meta-share/omtd-share/flac
enumeration http://w3id.org/meta-share/omtd-share/mp3
enumeration http://w3id.org/meta-share/omtd-share/mpg
enumeration http://w3id.org/meta-share/omtd-share/wav
enumeration http://w3id.org/meta-share/omtd-share/BinaryFormat
Any format of a computer file in which information is stored in the form of ones and zeros, or in some other binary (two-state) sequence; used mainly for executable files or files that need to be interpreted by a computer program
enumeration http://w3id.org/meta-share/omtd-share/CBOR
Concise Binary Object Representation (CBOR) data format; defined as an ISO standard (RFC 8949, https://cbor.io/spec.html)
enumeration http://w3id.org/meta-share/omtd-share/FastInfoset
A compressed binary encoding of GATE XML
enumeration http://w3id.org/meta-share/omtd-share/Pdf
Data format for PDF files (Portable Document Format)
enumeration http://w3id.org/meta-share/omtd-share/CorpusFormat
A format used by a specific type of corpus (collection of texts)
enumeration http://w3id.org/meta-share/omtd-share/AclAnthologyCorpusFormat
Data format specific to the ACL Anthology Reference Corpus (http://acl-arc.comp.nus.edu.sg/), most probably version 20080325
enumeration http://w3id.org/meta-share/omtd-share/AimedCorpusFormat
Format of the Aimed corpus (225 abstracts from MEDLINE) with the gold standard sentence, protein, protein-protein interaction annotations.
enumeration http://w3id.org/meta-share/omtd-share/BncFormat
Data format for the XML version of the British National Corpus (http://www.natcorp.ox.ac.uk/)
enumeration http://w3id.org/meta-share/omtd-share/Imscwb
A tab-separated format with limited markup (e.g. for sentences, documents, but not recursive structures like parse-trees) used by the IMS Open Corpus Workbench.
enumeration http://w3id.org/meta-share/omtd-share/KeaCorpus
KEA-style (Keyphrase Extraction Algorithm) corpus
enumeration http://w3id.org/meta-share/omtd-share/MOSESFormat
MOSES format for aligned corpora (monolingual plain text files with language on file extension)
enumeration http://w3id.org/meta-share/omtd-share/Reuters21578Sgml
Reuters-21578 corpus in SGML format
enumeration http://w3id.org/meta-share/omtd-share/Reuters21578Txt
Reuters-21578 corpus transformed into text format using ExtractReuters in the lucene-benchmarks project
enumeration http://w3id.org/meta-share/omtd-share/WARC
enumeration http://w3id.org/meta-share/omtd-share/Web1t
File format used by the Web1T n-gram corpus, a huge collection of n-grams collected from the internet.
enumeration http://w3id.org/meta-share/omtd-share/DatabaseFormat
Formats used for databases
enumeration http://w3id.org/meta-share/omtd-share/Jdbc
For JDBC databases
enumeration http://w3id.org/meta-share/omtd-share/MsAccessDatabase
Data format for Microsoft Access database
enumeration http://w3id.org/meta-share/omtd-share/DocumentFormat
Any format used for documents (textual resources)
enumeration http://w3id.org/meta-share/omtd-share/BionlpFormat
Formats used  for BioNLP shared tasks
enumeration http://w3id.org/meta-share/omtd-share/Bionlp
File format used for the BioNLP Shared Task format
enumeration http://w3id.org/meta-share/omtd-share/BionlpSt2013A1_a2
Format used in BioNLP Shared Task 2013
enumeration http://w3id.org/meta-share/omtd-share/Json_genia
JSON format of the Genia dataset
enumeration http://w3id.org/meta-share/omtd-share/Cochrane
Format used in Cochrane texts
enumeration http://w3id.org/meta-share/omtd-share/Html
HTML format
enumeration http://w3id.org/meta-share/omtd-share/LD_json
Data format encoding Linked Data using JSON
enumeration http://w3id.org/meta-share/omtd-share/Latex
Data format for documents using LaTeX (a high-quality typesetting system very popular for scientific documents)
enumeration http://w3id.org/meta-share/omtd-share/MsPowerpoint
Data format for Microsoft Powerpoint files
enumeration http://w3id.org/meta-share/omtd-share/MsWord
Data format for Microsoft Word documents
enumeration http://w3id.org/meta-share/omtd-share/OasisPresentation
enumeration http://w3id.org/meta-share/omtd-share/OasisSpreadsheet
enumeration http://w3id.org/meta-share/omtd-share/OasisText
enumeration http://w3id.org/meta-share/omtd-share/OpenOfficeDocument
enumeration http://w3id.org/meta-share/omtd-share/OpenOfficePresentation
enumeration http://w3id.org/meta-share/omtd-share/OpenOfficeSpreadsheet
enumeration http://w3id.org/meta-share/omtd-share/Pls
Data format according to the Pronunciation Lexicon Specification (PLS)
enumeration http://w3id.org/meta-share/omtd-share/Postscript
Data format for PostScript files
enumeration http://w3id.org/meta-share/omtd-share/Pubmed
Textual format used for PubMed articles
enumeration http://w3id.org/meta-share/omtd-share/Rtf
Rich Text Format; proprietary data format of Microsoft
enumeration http://w3id.org/meta-share/omtd-share/Sgml
SGML format
enumeration http://w3id.org/meta-share/omtd-share/Tex
Data format for documents using Tex (a typesetting system)
enumeration http://w3id.org/meta-share/omtd-share/Text
Default value for the format of textual files; a textual file should be human-readable and must not contain binary data
enumeration http://w3id.org/meta-share/omtd-share/Tika
enumeration http://w3id.org/meta-share/omtd-share/Xhtml
Data format for XHTML (Extensible HyperText Markup Language)
enumeration http://w3id.org/meta-share/omtd-share/Xmi
Data format for the XML Metadata Interchange (XMI), which is an Object Management Group (OMG) standard for exchanging metadata information via Extensible Markup Language (XML)
enumeration http://w3id.org/meta-share/omtd-share/GateFormat
Formats used for the GATE framework
enumeration http://w3id.org/meta-share/omtd-share/Datasift_json
Common format for social media data from http://datasift.com
enumeration http://w3id.org/meta-share/omtd-share/GateXml
XML-based format for GATE components
enumeration http://w3id.org/meta-share/omtd-share/Gate_twitter_json
A Twitter-style JSON format used for GATE documents
enumeration http://w3id.org/meta-share/omtd-share/ImageFormat
Any format used for image files
enumeration http://w3id.org/meta-share/omtd-share/bmp
enumeration http://w3id.org/meta-share/omtd-share/gif
enumeration http://w3id.org/meta-share/omtd-share/jpg
enumeration http://w3id.org/meta-share/omtd-share/png
enumeration http://w3id.org/meta-share/omtd-share/svg
enumeration http://w3id.org/meta-share/omtd-share/tiff
enumeration http://w3id.org/meta-share/omtd-share/Json
Superclass of JSON formats
enumeration http://w3id.org/meta-share/omtd-share/Avro_json
enumeration http://w3id.org/meta-share/omtd-share/Uima_json
UIMA serialisation in JSON
enumeration http://w3id.org/meta-share/omtd-share/LinkedDataFormat
Formats used for linked data
enumeration http://w3id.org/meta-share/omtd-share/OpenFormat
enumeration http://w3id.org/meta-share/omtd-share/RdfFormat
Formats for RDF (Resource Description Framework) resources
enumeration http://w3id.org/meta-share/omtd-share/Obo
Serialization format for ontologies according to the Open Biomedical Ontologies model.
enumeration http://w3id.org/meta-share/omtd-share/Owl
Superclass for formats used for OWL
enumeration http://w3id.org/meta-share/omtd-share/Owl_xml
XML format for OWL ontologies
enumeration http://w3id.org/meta-share/omtd-share/Rdf_xml
Data format for RDF (Resource Description Framework) XML format; RDF/XML is a serialisation for RDF
enumeration http://w3id.org/meta-share/omtd-share/Turtle
Textual syntax for RDF that allows an RDF graph to be completely written in a compact and natural text form, with abbreviations for common usage patterns and datatypes.
enumeration http://w3id.org/meta-share/omtd-share/Solr
Solr format
enumeration http://w3id.org/meta-share/omtd-share/TabularFormat
Any format based on columns
enumeration http://w3id.org/meta-share/omtd-share/Csv
Data format with comma-separated values
enumeration http://w3id.org/meta-share/omtd-share/Tsv
Format for files with tab-separated values
enumeration http://w3id.org/meta-share/omtd-share/UimaCasFormat
Formats used for the UIMA CAS (Common Analysis System) objects
enumeration http://w3id.org/meta-share/omtd-share/BinaryCas
Binary format used for CAS data
enumeration http://w3id.org/meta-share/omtd-share/SerializedCas
The CAS is the native data model used by UIMA; there are various ways of saving CAS data, using XMI, XCAS, or binary formats; this is for the serialized format
enumeration http://w3id.org/meta-share/omtd-share/VideoFormat
Any format used for video files
enumeration http://w3id.org/meta-share/omtd-share/avi
enumeration http://w3id.org/meta-share/omtd-share/mp4
enumeration http://w3id.org/meta-share/omtd-share/WikiFormat
Superclass for wiki formats
enumeration http://w3id.org/meta-share/omtd-share/MediaWikiMarkup
Wiki markup for formatting
enumeration http://w3id.org/meta-share/omtd-share/WikipediaFormat
Formats used for wikipedia
enumeration http://w3id.org/meta-share/omtd-share/Blikiwikipedia
The Java Wikipedia API (Bliki engine) is a parser library for converting Wikipedia wikitext notation to HTML.
enumeration http://w3id.org/meta-share/omtd-share/WikipediaArticle
Format for wikipedia articles
enumeration http://w3id.org/meta-share/omtd-share/WikipediaArticleInfo
Format of general article infos
enumeration http://w3id.org/meta-share/omtd-share/WikipediaDiscussion
Format for wikipedia discussion pages
enumeration http://w3id.org/meta-share/omtd-share/WikipediaLink
Format for wikipedia links
enumeration http://w3id.org/meta-share/omtd-share/WikipediaPage
Format of wikipedia pages in the database (articles, discussions, etc)
enumeration http://w3id.org/meta-share/omtd-share/WikipediaQuery
Reads all article pages that match a query created by the numerous parameters of this class.
enumeration http://w3id.org/meta-share/omtd-share/WikipediaRevision
Format for wikipedia revision pages
enumeration http://w3id.org/meta-share/omtd-share/WikipediaRevisionPair
Pairs of adjacent revisions of all articles
enumeration http://w3id.org/meta-share/omtd-share/WikipediaTemplateFilteredArticle
Format for wikipedia pages that contain or do not contain the templates specified in the template whitelist and template blacklist
enumeration http://w3id.org/meta-share/omtd-share/Xml
Superclass for grouping together XML formats
enumeration http://w3id.org/meta-share/omtd-share/Alto
enumeration http://w3id.org/meta-share/omtd-share/SDL_tm_xliff
enumeration http://w3id.org/meta-share/omtd-share/Tbx
TermBase eXchange (TBX) is an international standard (ISO 30042:2019) for the representation of structured concept-oriented terminological data, copublished by ISO and the Localization Industry Standards Association (LISA) [wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/XmlBioc
BioC is a simple format to share text data and annotations.
enumeration http://w3id.org/meta-share/omtd-share/Xpath
XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.
Used by
Source
<xs:element name="dataFormat" type="omtd:DataFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the format(s) of a data resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dataFormat</identifier>
      <label xml:lang="en">data format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:characterEncoding
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the character encoding used for a language resource data distribution
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/Big5
enumeration http://w3id.org/meta-share/meta-share/Big5-HKSCS
enumeration http://w3id.org/meta-share/meta-share/Big5_Solaris
enumeration http://w3id.org/meta-share/meta-share/Cp037
enumeration http://w3id.org/meta-share/meta-share/Cp1006
enumeration http://w3id.org/meta-share/meta-share/Cp1025
enumeration http://w3id.org/meta-share/meta-share/Cp1026
enumeration http://w3id.org/meta-share/meta-share/Cp1046
enumeration http://w3id.org/meta-share/meta-share/Cp1047
enumeration http://w3id.org/meta-share/meta-share/Cp1097
enumeration http://w3id.org/meta-share/meta-share/Cp1098
enumeration http://w3id.org/meta-share/meta-share/Cp1112
enumeration http://w3id.org/meta-share/meta-share/Cp1122
enumeration http://w3id.org/meta-share/meta-share/Cp1123
enumeration http://w3id.org/meta-share/meta-share/Cp1124
enumeration http://w3id.org/meta-share/meta-share/Cp1140
enumeration http://w3id.org/meta-share/meta-share/Cp1141
enumeration http://w3id.org/meta-share/meta-share/Cp1142
enumeration http://w3id.org/meta-share/meta-share/Cp1143
enumeration http://w3id.org/meta-share/meta-share/Cp1144
enumeration http://w3id.org/meta-share/meta-share/Cp1145
enumeration http://w3id.org/meta-share/meta-share/Cp1146
enumeration http://w3id.org/meta-share/meta-share/Cp1147
enumeration http://w3id.org/meta-share/meta-share/Cp1148
enumeration http://w3id.org/meta-share/meta-share/Cp1149
enumeration http://w3id.org/meta-share/meta-share/Cp1381
enumeration http://w3id.org/meta-share/meta-share/Cp1383
enumeration http://w3id.org/meta-share/meta-share/Cp273
enumeration http://w3id.org/meta-share/meta-share/Cp277
enumeration http://w3id.org/meta-share/meta-share/Cp278
enumeration http://w3id.org/meta-share/meta-share/Cp280
enumeration http://w3id.org/meta-share/meta-share/Cp284
enumeration http://w3id.org/meta-share/meta-share/Cp285
enumeration http://w3id.org/meta-share/meta-share/Cp297
enumeration http://w3id.org/meta-share/meta-share/Cp33722
enumeration http://w3id.org/meta-share/meta-share/Cp420
enumeration http://w3id.org/meta-share/meta-share/Cp424
enumeration http://w3id.org/meta-share/meta-share/Cp437
enumeration http://w3id.org/meta-share/meta-share/Cp500
enumeration http://w3id.org/meta-share/meta-share/Cp737
enumeration http://w3id.org/meta-share/meta-share/Cp775
enumeration http://w3id.org/meta-share/meta-share/Cp838
enumeration http://w3id.org/meta-share/meta-share/Cp850
enumeration http://w3id.org/meta-share/meta-share/Cp852
enumeration http://w3id.org/meta-share/meta-share/Cp855
enumeration http://w3id.org/meta-share/meta-share/Cp856
enumeration http://w3id.org/meta-share/meta-share/Cp857
enumeration http://w3id.org/meta-share/meta-share/Cp858
enumeration http://w3id.org/meta-share/meta-share/Cp860
enumeration http://w3id.org/meta-share/meta-share/Cp861
enumeration http://w3id.org/meta-share/meta-share/Cp862
enumeration http://w3id.org/meta-share/meta-share/Cp863
enumeration http://w3id.org/meta-share/meta-share/Cp864
enumeration http://w3id.org/meta-share/meta-share/Cp865
enumeration http://w3id.org/meta-share/meta-share/Cp866
enumeration http://w3id.org/meta-share/meta-share/Cp868
enumeration http://w3id.org/meta-share/meta-share/Cp869
enumeration http://w3id.org/meta-share/meta-share/Cp870
enumeration http://w3id.org/meta-share/meta-share/Cp871
enumeration http://w3id.org/meta-share/meta-share/Cp874
enumeration http://w3id.org/meta-share/meta-share/Cp875
enumeration http://w3id.org/meta-share/meta-share/Cp918
enumeration http://w3id.org/meta-share/meta-share/Cp921
enumeration http://w3id.org/meta-share/meta-share/Cp922
enumeration http://w3id.org/meta-share/meta-share/Cp930
enumeration http://w3id.org/meta-share/meta-share/Cp933
enumeration http://w3id.org/meta-share/meta-share/Cp935
enumeration http://w3id.org/meta-share/meta-share/Cp937
enumeration http://w3id.org/meta-share/meta-share/Cp939
enumeration http://w3id.org/meta-share/meta-share/Cp942
enumeration http://w3id.org/meta-share/meta-share/Cp942C
enumeration http://w3id.org/meta-share/meta-share/Cp943
enumeration http://w3id.org/meta-share/meta-share/Cp943C
enumeration http://w3id.org/meta-share/meta-share/Cp948
enumeration http://w3id.org/meta-share/meta-share/Cp949
enumeration http://w3id.org/meta-share/meta-share/Cp949C
enumeration http://w3id.org/meta-share/meta-share/Cp950
enumeration http://w3id.org/meta-share/meta-share/Cp964
enumeration http://w3id.org/meta-share/meta-share/Cp970
enumeration http://w3id.org/meta-share/meta-share/EUC-JP
enumeration http://w3id.org/meta-share/meta-share/EUC-KR
enumeration http://w3id.org/meta-share/meta-share/GB18030
enumeration http://w3id.org/meta-share/meta-share/GBK
enumeration http://w3id.org/meta-share/meta-share/ISCII91
enumeration http://w3id.org/meta-share/meta-share/ISO-2022-JP
enumeration http://w3id.org/meta-share/meta-share/ISO-2022-KR
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-1
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-15
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-2
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-3
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-4
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-5
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-6
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-7
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-8
enumeration http://w3id.org/meta-share/meta-share/ISO-8859-9
enumeration http://w3id.org/meta-share/meta-share/ISO-8860-13
enumeration http://w3id.org/meta-share/meta-share/ISO2022_CN_CNS
enumeration http://w3id.org/meta-share/meta-share/ISO2022_CN_GB
enumeration http://w3id.org/meta-share/meta-share/JISAutoDetect
enumeration http://w3id.org/meta-share/meta-share/KOI8-R
enumeration http://w3id.org/meta-share/meta-share/MS874
enumeration http://w3id.org/meta-share/meta-share/MacArabic
enumeration http://w3id.org/meta-share/meta-share/MacCentralEurope
enumeration http://w3id.org/meta-share/meta-share/MacCroatian
enumeration http://w3id.org/meta-share/meta-share/MacCyrillic
enumeration http://w3id.org/meta-share/meta-share/MacDingbat
enumeration http://w3id.org/meta-share/meta-share/MacGreek
enumeration http://w3id.org/meta-share/meta-share/MacHebrew
enumeration http://w3id.org/meta-share/meta-share/MacIceland
enumeration http://w3id.org/meta-share/meta-share/MacRoman
enumeration http://w3id.org/meta-share/meta-share/MacRomania
enumeration http://w3id.org/meta-share/meta-share/MacSymbol
enumeration http://w3id.org/meta-share/meta-share/MacThai
enumeration http://w3id.org/meta-share/meta-share/MacTurkish
enumeration http://w3id.org/meta-share/meta-share/MacUkraine
enumeration http://w3id.org/meta-share/meta-share/Shift_JIS
enumeration http://w3id.org/meta-share/meta-share/TIS-620
enumeration http://w3id.org/meta-share/meta-share/US-ASCII
enumeration http://w3id.org/meta-share/meta-share/UTF-16
enumeration http://w3id.org/meta-share/meta-share/UTF-16BE
enumeration http://w3id.org/meta-share/meta-share/UTF-16LE
enumeration http://w3id.org/meta-share/meta-share/UTF-8
enumeration http://w3id.org/meta-share/meta-share/windows-1250
enumeration http://w3id.org/meta-share/meta-share/windows-1251
enumeration http://w3id.org/meta-share/meta-share/windows-1252
enumeration http://w3id.org/meta-share/meta-share/windows-1253
enumeration http://w3id.org/meta-share/meta-share/windows-1254
enumeration http://w3id.org/meta-share/meta-share/windows-1255
enumeration http://w3id.org/meta-share/meta-share/windows-1256
enumeration http://w3id.org/meta-share/meta-share/windows-1257
enumeration http://w3id.org/meta-share/meta-share/windows-1258
enumeration http://w3id.org/meta-share/meta-share/windows-31j
enumeration http://w3id.org/meta-share/meta-share/x-EUC-CN
enumeration http://w3id.org/meta-share/meta-share/x-EUC-JP-LINUX
enumeration http://w3id.org/meta-share/meta-share/x-EUC-TW
enumeration http://w3id.org/meta-share/meta-share/x-MS950-HKSCS
enumeration http://w3id.org/meta-share/meta-share/x-mswin-936
enumeration http://w3id.org/meta-share/meta-share/x-windows-949
enumeration http://w3id.org/meta-share/meta-share/x-windows-950
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="characterEncoding">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the character encoding used for a language resource data distribution</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/characterEncoding</identifier>
      <label xml:lang="en">character encoding</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Big5">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Big5</identifier>
            <label xml:lang="en">Big5</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Big5-HKSCS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Big5-HKSCS</identifier>
            <label xml:lang="en">Big5-HKSCS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Big5_Solaris">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Big5_Solaris</identifier>
            <label xml:lang="en">Big5_Solaris</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp037">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp037</identifier>
            <label xml:lang="en">Cp037</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1006">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1006</identifier>
            <label xml:lang="en">Cp1006</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1025">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1025</identifier>
            <label xml:lang="en">Cp1025</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1026">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1026</identifier>
            <label xml:lang="en">Cp1026</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1046">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1046</identifier>
            <label xml:lang="en">Cp1046</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1047">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1047</identifier>
            <label xml:lang="en">Cp1047</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1097">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1097</identifier>
            <label xml:lang="en">Cp1097</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1098">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1098</identifier>
            <label xml:lang="en">Cp1098</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1112">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1112</identifier>
            <label xml:lang="en">Cp1112</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1122">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1122</identifier>
            <label xml:lang="en">Cp1122</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1123">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1123</identifier>
            <label xml:lang="en">Cp1123</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1124">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1124</identifier>
            <label xml:lang="en">Cp1124</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1140">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1140</identifier>
            <label xml:lang="en">Cp1140</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1141">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1141</identifier>
            <label xml:lang="en">Cp1141</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1142">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1142</identifier>
            <label xml:lang="en">Cp1142</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1143">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1143</identifier>
            <label xml:lang="en">Cp1143</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1144">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1144</identifier>
            <label xml:lang="en">Cp1144</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1145">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1145</identifier>
            <label xml:lang="en">Cp1145</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1146">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1146</identifier>
            <label xml:lang="en">Cp1146</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1147">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1147</identifier>
            <label xml:lang="en">Cp1147</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1148">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1148</identifier>
            <label xml:lang="en">Cp1148</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1149">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1149</identifier>
            <label xml:lang="en">Cp1149</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1381">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1381</identifier>
            <label xml:lang="en">Cp1381</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp1383">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp1383</identifier>
            <label xml:lang="en">Cp1383</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp273">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp273</identifier>
            <label xml:lang="en">Cp273</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp277">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp277</identifier>
            <label xml:lang="en">Cp277</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp278">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp278</identifier>
            <label xml:lang="en">Cp278</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp280">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp280</identifier>
            <label xml:lang="en">Cp280</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp284">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp284</identifier>
            <label xml:lang="en">Cp284</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp285">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp285</identifier>
            <label xml:lang="en">Cp285</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp297">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp297</identifier>
            <label xml:lang="en">Cp297</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp33722">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp33722</identifier>
            <label xml:lang="en">Cp33722</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp420">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp420</identifier>
            <label xml:lang="en">Cp420</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp424">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp424</identifier>
            <label xml:lang="en">Cp424</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp437">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp437</identifier>
            <label xml:lang="en">Cp437</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp500">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp500</identifier>
            <label xml:lang="en">Cp500</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp737">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp737</identifier>
            <label xml:lang="en">Cp737</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp775">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp775</identifier>
            <label xml:lang="en">Cp775</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp838">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp838</identifier>
            <label xml:lang="en">Cp838</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp850">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp850</identifier>
            <label xml:lang="en">Cp850</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp852">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp852</identifier>
            <label xml:lang="en">Cp852</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp855">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp855</identifier>
            <label xml:lang="en">Cp855</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp856">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp856</identifier>
            <label xml:lang="en">Cp856</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp857">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp857</identifier>
            <label xml:lang="en">Cp857</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp858">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp858</identifier>
            <label xml:lang="en">Cp858</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp860">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp860</identifier>
            <label xml:lang="en">Cp860</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp861">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp861</identifier>
            <label xml:lang="en">Cp861</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp862">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp862</identifier>
            <label xml:lang="en">Cp862</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp863">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp863</identifier>
            <label xml:lang="en">Cp863</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp864">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp864</identifier>
            <label xml:lang="en">Cp864</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp865">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp865</identifier>
            <label xml:lang="en">Cp865</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp866">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp866</identifier>
            <label xml:lang="en">Cp866</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp868">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp868</identifier>
            <label xml:lang="en">Cp868</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp869">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp869</identifier>
            <label xml:lang="en">Cp869</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp870">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp870</identifier>
            <label xml:lang="en">Cp870</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp871">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp871</identifier>
            <label xml:lang="en">Cp871</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp874">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp874</identifier>
            <label xml:lang="en">Cp874</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp875">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp875</identifier>
            <label xml:lang="en">Cp875</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp918">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp918</identifier>
            <label xml:lang="en">Cp918</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp921">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp921</identifier>
            <label xml:lang="en">Cp921</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp922">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp922</identifier>
            <label xml:lang="en">Cp922</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp930">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp930</identifier>
            <label xml:lang="en">Cp930</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp933">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp933</identifier>
            <label xml:lang="en">Cp933</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp935">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp935</identifier>
            <label xml:lang="en">Cp935</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp937">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp937</identifier>
            <label xml:lang="en">Cp937</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp939">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp939</identifier>
            <label xml:lang="en">Cp939</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp942">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp942</identifier>
            <label xml:lang="en">Cp942</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp942C">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp942C</identifier>
            <label xml:lang="en">Cp942C</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp943">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp943</identifier>
            <label xml:lang="en">Cp943</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp943C">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp943C</identifier>
            <label xml:lang="en">Cp943C</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp948">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp948</identifier>
            <label xml:lang="en">Cp948</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp949">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp949</identifier>
            <label xml:lang="en">Cp949</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp949C">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp949C</identifier>
            <label xml:lang="en">Cp949C</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp950">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp950</identifier>
            <label xml:lang="en">Cp950</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp964">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp964</identifier>
            <label xml:lang="en">Cp964</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Cp970">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Cp970</identifier>
            <label xml:lang="en">Cp970</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EUC-JP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EUC-JP</identifier>
            <label xml:lang="en">EUC-JP</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EUC-KR">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EUC-KR</identifier>
            <label xml:lang="en">EUC-KR</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/GB18030">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/GB18030</identifier>
            <label xml:lang="en">GB18030</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/GBK">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/GBK</identifier>
            <label xml:lang="en">GBK</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISCII91">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISCII91</identifier>
            <label xml:lang="en">ISCII91</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-2022-JP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-2022-JP</identifier>
            <label xml:lang="en">ISO-2022-JP</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-2022-KR">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-2022-KR</identifier>
            <label xml:lang="en">ISO-2022-KR</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-1</identifier>
            <label xml:lang="en">ISO-8859-1</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-15">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-15</identifier>
            <label xml:lang="en">ISO-8859-15</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-2</identifier>
            <label xml:lang="en">ISO-8859-2</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-3">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-3</identifier>
            <label xml:lang="en">ISO-8859-3</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-4">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-4</identifier>
            <label xml:lang="en">ISO-8859-4</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-5">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-5</identifier>
            <label xml:lang="en">ISO-8859-5</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-6">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-6</identifier>
            <label xml:lang="en">ISO-8859-6</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-7">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-7</identifier>
            <label xml:lang="en">ISO-8859-7</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-8">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-8</identifier>
            <label xml:lang="en">ISO-8859-8</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8859-9">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8859-9</identifier>
            <label xml:lang="en">ISO-8859-9</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO-8860-13">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO-8860-13</identifier>
            <label xml:lang="en">ISO-8860-13</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO2022_CN_CNS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO2022_CN_CNS</identifier>
            <label xml:lang="en">ISO2022_CN_CNS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO2022_CN_GB">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO2022_CN_GB</identifier>
            <label xml:lang="en">ISO2022_CN_GB</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/JISAutoDetect">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/JISAutoDetect</identifier>
            <label xml:lang="en">JISAutoDetect</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/KOI8-R">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/KOI8-R</identifier>
            <label xml:lang="en">KOI8-R</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MS874">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MS874</identifier>
            <label xml:lang="en">MS874</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacArabic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacArabic</identifier>
            <label xml:lang="en">MacArabic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacCentralEurope">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacCentralEurope</identifier>
            <label xml:lang="en">MacCentralEurope</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacCroatian">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacCroatian</identifier>
            <label xml:lang="en">MacCroatian</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacCyrillic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacCyrillic</identifier>
            <label xml:lang="en">MacCyrillic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacDingbat">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacDingbat</identifier>
            <label xml:lang="en">MacDingbat</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacGreek">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacGreek</identifier>
            <label xml:lang="en">MacGreek</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacHebrew">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacHebrew</identifier>
            <label xml:lang="en">MacHebrew</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacIceland">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacIceland</identifier>
            <label xml:lang="en">MacIceland</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacRoman">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacRoman</identifier>
            <label xml:lang="en">MacRoman</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacRomania">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacRomania</identifier>
            <label xml:lang="en">MacRomania</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacSymbol">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacSymbol</identifier>
            <label xml:lang="en">MacSymbol</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacThai">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacThai</identifier>
            <label xml:lang="en">MacThai</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacTurkish">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacTurkish</identifier>
            <label xml:lang="en">MacTurkish</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MacUkraine">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MacUkraine</identifier>
            <label xml:lang="en">MacUkraine</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Shift_JIS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Shift_JIS</identifier>
            <label xml:lang="en">Shift_JIS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TIS-620">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TIS-620</identifier>
            <label xml:lang="en">TIS-620</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/US-ASCII">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/US-ASCII</identifier>
            <label xml:lang="en">US-ASCII</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UTF-16">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UTF-16</identifier>
            <label xml:lang="en">UTF-16</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UTF-16BE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UTF-16BE</identifier>
            <label xml:lang="en">UTF-16BE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UTF-16LE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UTF-16LE</identifier>
            <label xml:lang="en">UTF-16LE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UTF-8">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UTF-8</identifier>
            <label xml:lang="en">UTF-8</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1250">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1250</identifier>
            <label xml:lang="en">windows-1250</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1251">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1251</identifier>
            <label xml:lang="en">windows-1251</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1252">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1252</identifier>
            <label xml:lang="en">windows-1252</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1253">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1253</identifier>
            <label xml:lang="en">windows-1253</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1254">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1254</identifier>
            <label xml:lang="en">windows-1254</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1255">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1255</identifier>
            <label xml:lang="en">windows-1255</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1256">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1256</identifier>
            <label xml:lang="en">windows-1256</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1257">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1257</identifier>
            <label xml:lang="en">windows-1257</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-1258">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-1258</identifier>
            <label xml:lang="en">windows-1258</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows-31j">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows-31j</identifier>
            <label xml:lang="en">windows-31j</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-EUC-CN">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-EUC-CN</identifier>
            <label xml:lang="en">x-EUC-CN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-EUC-JP-LINUX">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-EUC-JP-LINUX</identifier>
            <label xml:lang="en">x-EUC-JP-LINUX</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-EUC-TW">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-EUC-TW</identifier>
            <label xml:lang="en">x-EUC-TW</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-MS950-HKSCS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-MS950-HKSCS</identifier>
            <label xml:lang="en">x-MS950-HKSCS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-mswin-936">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-mswin-936</identifier>
            <label xml:lang="en">x-mswin-936</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-windows-949">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-windows-949</identifier>
            <label xml:lang="en">x-windows-949</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/x-windows-950">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/x-windows-950</identifier>
            <label xml:lang="en">x-windows-950</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:distributionTextNumericalFeature
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a feature that can be used for describing distinct distributable forms of numerical text resources/parts
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DistributionTextNumericalFeature
Type ms:DistributionTextNumericalFeature
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:dataFormat, ms:size
Instance
<ms:distributionTextNumericalFeature xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:size>{1,unbounded}</ms:size>
  <ms:dataFormat>{1,unbounded}</ms:dataFormat>
</ms:distributionTextNumericalFeature>
Source
<xs:element name="distributionTextNumericalFeature" type="ms:DistributionTextNumericalFeature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a feature that can be used for describing distinct distributable forms of numerical text resources/parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionTextNumericalFeature</identifier>
      <label xml:lang="en">numerical text feature</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:distributionAudioFeature
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a feature that can be used for describing distinct distributable forms of audio resources/parts
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#durationOfAudio CLARIN-SHARE_xsd.tmp#durationOfEffectiveSpeech CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#audioFormat CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DistributionAudioFeature
Type ms:DistributionAudioFeature
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:audioFormat, ms:dataFormat, ms:durationOfAudio, ms:durationOfEffectiveSpeech, ms:size
Instance
<ms:distributionAudioFeature xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:size>{1,unbounded}</ms:size>
  <ms:durationOfAudio>{0,unbounded}</ms:durationOfAudio>
  <ms:durationOfEffectiveSpeech>{0,unbounded}</ms:durationOfEffectiveSpeech>
  <ms:dataFormat>{1,unbounded}</ms:dataFormat>
  <ms:audioFormat>{0,unbounded}</ms:audioFormat>
</ms:distributionAudioFeature>
Source
<xs:element name="distributionAudioFeature" type="ms:DistributionAudioFeature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a feature that can be used for describing distinct distributable forms of audio resources/parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionAudioFeature</identifier>
      <label xml:lang="en">audio feature</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:durationOfAudio
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the duration of the audio recording including silences, music, pauses, etc.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#durationUnit CLARIN-SHARE_xsd.tmp#Duration
Type ms:Duration
Properties
content complex
Used by
Model
Children ms:amount, ms:durationUnit
Instance
<ms:durationOfAudio xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:durationUnit>{1,1}</ms:durationUnit>
</ms:durationOfAudio>
Source
<xs:element name="durationOfAudio" type="ms:Duration">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the duration of the audio recording including silences, music, pauses, etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/durationOfAudio</identifier>
      <label xml:lang="en">duration of audio</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:durationUnit
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the unit used for measuring the duration of a resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/hour
enumeration http://w3id.org/meta-share/meta-share/minute1
enumeration http://w3id.org/meta-share/meta-share/second1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Duration
Source
<xs:element name="durationUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the unit used for measuring the duration of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/durationUnit</identifier>
      <label xml:lang="en">duration unit</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hour">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hour</identifier>
            <label xml:lang="en">hour</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/minute1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/minute1</identifier>
            <label xml:lang="en">minute</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/second1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/second1</identifier>
            <label xml:lang="en">second</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:durationOfEffectiveSpeech
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the duration of effective speech of the audio (part of a) resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#durationUnit CLARIN-SHARE_xsd.tmp#Duration
Type ms:Duration
Properties
content complex
Used by
Model
Children ms:amount, ms:durationUnit
Instance
<ms:durationOfEffectiveSpeech xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:durationUnit>{1,1}</ms:durationUnit>
</ms:durationOfEffectiveSpeech>
Source
<xs:element name="durationOfEffectiveSpeech" type="ms:Duration">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the duration of effective speech of the audio (part of a) resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/durationOfEffectiveSpeech</identifier>
      <label xml:lang="en">duration of effective speech</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:audioFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the features of the format of the audio part of a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#signalEncoding CLARIN-SHARE_xsd.tmp#samplingRate CLARIN-SHARE_xsd.tmp#quantization CLARIN-SHARE_xsd.tmp#byteOrder CLARIN-SHARE_xsd.tmp#signConvention CLARIN-SHARE_xsd.tmp#audioQualityMeasureIncluded CLARIN-SHARE_xsd.tmp#numberOfTracks CLARIN-SHARE_xsd.tmp#recordingQuality CLARIN-SHARE_xsd.tmp#compressed CLARIN-SHARE_xsd.tmp#compressionName CLARIN-SHARE_xsd.tmp#compressionLoss CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__AudioFormat
Type ms:AudioFormat
Properties
content complex
Used by
Model
Children ms:audioQualityMeasureIncluded, ms:byteOrder, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:numberOfTracks, ms:quantization, ms:recordingQuality, ms:samplingRate, ms:signConvention, ms:signalEncoding
Instance
<ms:audioFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:dataFormat>{1,1}</ms:dataFormat>
  <ms:signalEncoding>{0,unbounded}</ms:signalEncoding>
  <ms:samplingRate>{0,1}</ms:samplingRate>
  <ms:quantization>{0,1}</ms:quantization>
  <ms:byteOrder>{0,1}</ms:byteOrder>
  <ms:signConvention>{0,1}</ms:signConvention>
  <ms:audioQualityMeasureIncluded>{0,1}</ms:audioQualityMeasureIncluded>
  <ms:numberOfTracks>{0,1}</ms:numberOfTracks>
  <ms:recordingQuality>{0,unbounded}</ms:recordingQuality>
  <ms:compressed>{1,1}</ms:compressed>
  <ms:compressionName>{0,1}</ms:compressionName>
  <ms:compressionLoss>{0,1}</ms:compressionLoss>
</ms:audioFormat>
Source
<xs:element name="audioFormat" type="ms:AudioFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the features of the format of the audio part of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/audioFormat</identifier>
      <label xml:lang="en">detailed audio format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:signalEncoding
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the encoding the audio type uses
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ADPCM
enumeration http://w3id.org/meta-share/meta-share/aLaw
enumeration http://w3id.org/meta-share/meta-share/linearPCM
enumeration http://w3id.org/meta-share/meta-share/mu-law
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="signalEncoding">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the encoding the audio type uses</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/signalEncoding</identifier>
      <label xml:lang="en">signal encoding</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ADPCM">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ADPCM</identifier>
            <label xml:lang="en">ADPCM</label>
            <alt_label xml:lang="en">Adaptive differential pulse-code modulation</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/aLaw">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/aLaw</identifier>
            <label xml:lang="en">A-law</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/linearPCM">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/linearPCM</identifier>
            <label xml:lang="en">linear PCM</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mu-law">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mu-law</identifier>
            <label xml:lang="en">mu-law</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:samplingRate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the format of files contained in the resource in Hertz
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="samplingRate" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the format of files contained in the resource in Hertz</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/samplingRate</identifier>
      <label xml:lang="en">sampling rate</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:quantization
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The number of bits for each audio sample
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="quantization" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of bits for each audio sample</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/quantization</identifier>
      <label xml:lang="en">quantization</label>
      <note xml:lang="en">In MS it's a controlled vocabulary (8, 16, 24, 32, 64) but I found it too much</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:byteOrder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the byte order of 2 or more bytes sample
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/bigEndian
enumeration http://w3id.org/meta-share/meta-share/littleEndian
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="byteOrder">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the byte order of 2 or more bytes sample</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/byteOrder</identifier>
      <label xml:lang="en">byte order</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/bigEndian">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/bigEndian</identifier>
            <label xml:lang="en">Big Endian</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/littleEndian">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/littleEndian</identifier>
            <label xml:lang="en">Little Endian</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:signConvention
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the binary representation of numbers
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/floatingPoint
enumeration http://w3id.org/meta-share/meta-share/signedInteger
enumeration http://w3id.org/meta-share/meta-share/unsignedInteger
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="signConvention">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the binary representation of numbers</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/signConvention</identifier>
      <label xml:lang="en">sign convention</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/floatingPoint">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/floatingPoint</identifier>
            <label xml:lang="en">floating point</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/signedInteger">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/signedInteger</identifier>
            <label xml:lang="en">signed integer</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unsignedInteger">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unsignedInteger</identifier>
            <label xml:lang="en">unsigned integer</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:audioQualityMeasureIncluded
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the audio quality measures
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/SNR
enumeration http://w3id.org/meta-share/meta-share/backgroundNoise
enumeration http://w3id.org/meta-share/meta-share/clippingRate
enumeration http://w3id.org/meta-share/meta-share/crossTalk
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="audioQualityMeasureIncluded">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the audio quality measures</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/audioQualityMeasureIncluded</identifier>
      <label xml:lang="en">audio quality measure included</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SNR">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SNR</identifier>
            <label xml:lang="en">SNR</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/backgroundNoise">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/backgroundNoise</identifier>
            <label xml:lang="en">background noise</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/clippingRate">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/clippingRate</identifier>
            <label xml:lang="en">clipping rate</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/crossTalk">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/crossTalk</identifier>
            <label xml:lang="en">cross talk</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:numberOfTracks
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the number of audio channels
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="numberOfTracks" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the number of audio channels</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/numberOfTracks</identifier>
      <label xml:lang="en">number of tracks</label>
      <note xml:lang="en">In MS it's a controlled vocabulary (1, 2, 4, 8) but I think it's too much</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:recordingQuality
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the audio or video recording quality
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/high
enumeration http://w3id.org/meta-share/meta-share/low
enumeration http://w3id.org/meta-share/meta-share/medium
enumeration http://w3id.org/meta-share/meta-share/veryHigh
enumeration http://w3id.org/meta-share/meta-share/veryLow
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:AudioFormat
Source
<xs:element name="recordingQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the audio or video recording quality</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/recordingQuality</identifier>
      <label xml:lang="en">recording quality</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/high">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/high</identifier>
            <label xml:lang="en">high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/low">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/low</identifier>
            <label xml:lang="en">low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/medium">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/medium</identifier>
            <label xml:lang="en">medium</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryHigh">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryHigh</identifier>
            <label xml:lang="en">very high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryLow">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryLow</identifier>
            <label xml:lang="en">very low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:compressed
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether the audio, video or image is compressed or not
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="compressed" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether the audio, video or image is compressed or not</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/compressed</identifier>
      <label xml:lang="en">compressed</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:compressionName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the compression applied
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/aac
enumeration http://w3id.org/meta-share/meta-share/atrac
enumeration http://w3id.org/meta-share/meta-share/avi
enumeration http://w3id.org/meta-share/meta-share/flac
enumeration http://w3id.org/meta-share/meta-share/mov
enumeration http://w3id.org/meta-share/meta-share/mp3
enumeration http://w3id.org/meta-share/meta-share/mpeg
enumeration http://w3id.org/meta-share/meta-share/mpg
enumeration http://w3id.org/meta-share/meta-share/oggVorbis
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/realAudio
enumeration http://w3id.org/meta-share/meta-share/shorten
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="compressionName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the compression applied</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/compressionName</identifier>
      <label xml:lang="en">compression name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/aac">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/aac</identifier>
            <label xml:lang="en">AAC</label>
            <alt_label xml:lang="en">Advanced Audio Coding</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/atrac">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/atrac</identifier>
            <label xml:lang="en">altrac</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/avi">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/avi</identifier>
            <label xml:lang="en">avi</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/flac">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/flac</identifier>
            <label xml:lang="en">FLAC</label>
            <alt_label xml:lang="en">Free Lossless Audio Codec</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mov">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mov</identifier>
            <label xml:lang="en">mov</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mp3">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mp3</identifier>
            <label xml:lang="en">mp3</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mpeg">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mpeg</identifier>
            <label xml:lang="en">mpeg</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mpg">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mpg</identifier>
            <label xml:lang="en">mpg</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/oggVorbis">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/oggVorbis</identifier>
            <label xml:lang="en">Ogg Vorbis</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/realAudio">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/realAudio</identifier>
            <label xml:lang="en">real audio</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/shorten">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/shorten</identifier>
            <label xml:lang="en">shorten</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:compressionLoss
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Whether there is loss due to compression
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="compressionLoss" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Whether there is loss due to compression</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/compressionLoss</identifier>
      <label xml:lang="en">compression loss</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:distributionImageFeature
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a feature that can be used for describing distinct distributable forms of image resources/parts
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#imageFormat CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DistributionImageFeature
Type ms:DistributionImageFeature
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:dataFormat, ms:imageFormat, ms:size
Instance
<ms:distributionImageFeature xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:size>{1,unbounded}</ms:size>
  <ms:dataFormat>{1,unbounded}</ms:dataFormat>
  <ms:imageFormat>{0,unbounded}</ms:imageFormat>
</ms:distributionImageFeature>
Source
<xs:element name="distributionImageFeature" type="ms:DistributionImageFeature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a feature that can be used for describing distinct distributable forms of image resources/parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionImageFeature</identifier>
      <label xml:lang="en">image feature</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:imageFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on each of the format(s) of the image part of a resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#colourSpace CLARIN-SHARE_xsd.tmp#colourDepth CLARIN-SHARE_xsd.tmp#resolution CLARIN-SHARE_xsd.tmp#visualModelling CLARIN-SHARE_xsd.tmp#compressed CLARIN-SHARE_xsd.tmp#compressionName CLARIN-SHARE_xsd.tmp#compressionLoss CLARIN-SHARE_xsd.tmp#rasterOrVectorGraphics CLARIN-SHARE_xsd.tmp#quality CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ImageFormat
Type ms:ImageFormat
Properties
content complex
Used by
Model
Children ms:colourDepth, ms:colourSpace, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:quality, ms:rasterOrVectorGraphics, ms:resolution, ms:visualModelling
Instance
<ms:imageFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:dataFormat>{1,1}</ms:dataFormat>
  <ms:colourSpace>{0,unbounded}</ms:colourSpace>
  <ms:colourDepth>{0,unbounded}</ms:colourDepth>
  <ms:resolution>{0,unbounded}</ms:resolution>
  <ms:visualModelling>{0,1}</ms:visualModelling>
  <ms:compressed>{1,1}</ms:compressed>
  <ms:compressionName>{0,1}</ms:compressionName>
  <ms:compressionLoss>{0,1}</ms:compressionLoss>
  <ms:rasterOrVectorGraphics>{0,1}</ms:rasterOrVectorGraphics>
  <ms:quality>{0,1}</ms:quality>
</ms:imageFormat>
Source
<xs:element name="imageFormat" type="ms:ImageFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on each of the format(s) of the image part of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/imageFormat</identifier>
      <label xml:lang="en">detailed image format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:colourSpace
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines the colour space for the video
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/4:2:24four_2_2
enumeration http://w3id.org/meta-share/meta-share/CMYK
enumeration http://w3id.org/meta-share/meta-share/RGB
enumeration http://w3id.org/meta-share/meta-share/YUV
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="colourSpace">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines the colour space for the video</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/colourSpace</identifier>
      <label xml:lang="en">colour space</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/4:2:24four_2_2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/4:2:24four_2_2</identifier>
            <label xml:lang="en">4:2:2</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/CMYK">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/CMYK</identifier>
            <label xml:lang="en">CMYK</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/RGB">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/RGB</identifier>
            <label xml:lang="en">RGB</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/YUV">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/YUV</identifier>
            <label xml:lang="en">YUV</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:colourDepth
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The number of bits used to represent the colour of a single pixel
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Source
<xs:element name="colourDepth" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of bits used to represent the colour of a single pixel</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/colourDepth</identifier>
      <label xml:lang="en">colour depth</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:resolution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups together information on the image resolution
Diagram
Diagram CLARIN-SHARE_xsd.tmp#sizeWidth CLARIN-SHARE_xsd.tmp#sizeHeight CLARIN-SHARE_xsd.tmp#resolutionStandard CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Resolution
Type ms:Resolution
Properties
content complex
Used by
Model
Children ms:resolutionStandard, ms:sizeHeight, ms:sizeWidth
Instance
<ms:resolution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:sizeWidth>{1,1}</ms:sizeWidth>
  <ms:sizeHeight>{1,1}</ms:sizeHeight>
  <ms:resolutionStandard>{1,1}</ms:resolutionStandard>
</ms:resolution>
Source
<xs:element name="resolution" type="ms:Resolution">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups together information on the image resolution</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resolution</identifier>
      <label xml:lang="en">resolution</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizeWidth
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The frame width in pixels
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:Resolution
Source
<xs:element name="sizeWidth" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The frame width in pixels</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizeWidth</identifier>
      <label xml:lang="en">size width</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizeHeight
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The frame height in pixels
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:Resolution
Source
<xs:element name="sizeHeight" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The frame height in pixels</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizeHeight</identifier>
      <label xml:lang="en">size height</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:resolutionStandard
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the standard to which the resolution conforms
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/HD.1080
enumeration http://w3id.org/meta-share/meta-share/HD.720
enumeration http://w3id.org/meta-share/meta-share/VGA
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Resolution
Source
<xs:element name="resolutionStandard">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the standard to which the resolution conforms</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resolutionStandard</identifier>
      <label xml:lang="en">resolution standard</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/HD.1080">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/HD.1080</identifier>
            <label xml:lang="en">HD.1080</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/HD.720">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/HD.720</identifier>
            <label xml:lang="en">HD.720</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/VGA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/VGA</identifier>
            <label xml:lang="en">VGA</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:visualModelling
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the dimensional form applied on the video or image part(s) of a corpus
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ThreeD
enumeration http://w3id.org/meta-share/meta-share/TwoD
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="visualModelling">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the dimensional form applied on the video or image part(s) of a corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/visualModelling</identifier>
      <label xml:lang="en">visual modelling</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ThreeD">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ThreeD</identifier>
            <label xml:lang="en">3D</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TwoD">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TwoD</identifier>
            <label xml:lang="en">2D</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:rasterOrVectorGraphics
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates if the image is stored as raster or vector graphics
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/raster
enumeration http://w3id.org/meta-share/meta-share/vector
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:ImageFormat
Source
<xs:element name="rasterOrVectorGraphics">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates if the image is stored as raster or vector graphics</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/rasterOrVectorGraphics</identifier>
      <label xml:lang="en">raster or vector graphics</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/raster">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/raster</identifier>
            <label xml:lang="en">raster</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/vector">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/vector</identifier>
            <label xml:lang="en">vector</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:quality
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the quality level of image resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/high1
enumeration http://w3id.org/meta-share/meta-share/low1
enumeration http://w3id.org/meta-share/meta-share/medium1
enumeration http://w3id.org/meta-share/meta-share/veryHigh1
enumeration http://w3id.org/meta-share/meta-share/veryLow1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:ImageFormat
Source
<xs:element name="quality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the quality level of image resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/quality</identifier>
      <label xml:lang="en">quality</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/high1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/high1</identifier>
            <label xml:lang="en">high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/low1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/low1</identifier>
            <label xml:lang="en">low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/medium1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/medium1</identifier>
            <label xml:lang="en">medium</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryHigh1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryHigh1</identifier>
            <label xml:lang="en">very high</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/veryLow1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/veryLow1</identifier>
            <label xml:lang="en">very low</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:distributionVideoFeature
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a feature that can be used for describing distinct distributable forms of video resources/parts
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#videoFormat CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__DistributionVideoFeature
Type ms:DistributionVideoFeature
Properties
content complex
Used by
Complex Type ms:DatasetDistribution
Model
Children ms:dataFormat, ms:size, ms:videoFormat
Instance
<ms:distributionVideoFeature xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:size>{1,unbounded}</ms:size>
  <ms:dataFormat>{1,unbounded}</ms:dataFormat>
  <ms:videoFormat>{0,unbounded}</ms:videoFormat>
</ms:distributionVideoFeature>
Source
<xs:element name="distributionVideoFeature" type="ms:DistributionVideoFeature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a feature that can be used for describing distinct distributable forms of video resources/parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionVideoFeature</identifier>
      <label xml:lang="en">video feature</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:videoFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the format(s) of a resource; repeated if parts of the resource are in different formats
Diagram
Diagram CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#colourSpace CLARIN-SHARE_xsd.tmp#colourDepth CLARIN-SHARE_xsd.tmp#frameRate CLARIN-SHARE_xsd.tmp#resolution CLARIN-SHARE_xsd.tmp#visualModelling CLARIN-SHARE_xsd.tmp#fidelity CLARIN-SHARE_xsd.tmp#compressed CLARIN-SHARE_xsd.tmp#compressionName CLARIN-SHARE_xsd.tmp#compressionLoss CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__VideoFormat
Type ms:VideoFormat
Properties
content complex
Used by
Model
Children ms:colourDepth, ms:colourSpace, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:fidelity, ms:frameRate, ms:resolution, ms:visualModelling
Instance
<ms:videoFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:dataFormat>{1,1}</ms:dataFormat>
  <ms:colourSpace>{0,unbounded}</ms:colourSpace>
  <ms:colourDepth>{0,unbounded}</ms:colourDepth>
  <ms:frameRate>{0,1}</ms:frameRate>
  <ms:resolution>{0,unbounded}</ms:resolution>
  <ms:visualModelling>{0,1}</ms:visualModelling>
  <ms:fidelity>{0,1}</ms:fidelity>
  <ms:compressed>{1,1}</ms:compressed>
  <ms:compressionName>{0,1}</ms:compressionName>
  <ms:compressionLoss>{0,1}</ms:compressionLoss>
</ms:videoFormat>
Source
<xs:element name="videoFormat" type="ms:VideoFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the format(s) of a resource; repeated if parts of the resource are in different formats</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/videoFormat</identifier>
      <label xml:lang="en">detailed video format</label>
      <note xml:lang="en">see how data formats, audio & video formats will be handled; must be on distribution</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:frameRate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The number of frames per second
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Complex Type ms:VideoFormat
Source
<xs:element name="frameRate" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of frames per second</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/frameRate</identifier>
      <label xml:lang="en">frame rate</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:fidelity
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines whether blur is present in the moving sequences
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:VideoFormat
Source
<xs:element name="fidelity" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines whether blur is present in the moving sequences</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fidelity</identifier>
      <label xml:lang="en">fidelity</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:licenceTerms
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links the distribution (distributable form) of a language resource to the licence or terms of use/service (a specific legal document) with which it is distributed
Diagram
Diagram CLARIN-SHARE_xsd.tmp#licenceTermsName CLARIN-SHARE_xsd.tmp#licenceTermsURL CLARIN-SHARE_xsd.tmp#conditionOfUse CLARIN-SHARE_xsd.tmp#licenceCategory CLARIN-SHARE_xsd.tmp#LicenceIdentifier CLARIN-SHARE_xsd.tmp#GenericLicenceTerms
Type ms:GenericLicenceTerms
Properties
content complex
Used by
Model
Children ms:LicenceIdentifier, ms:conditionOfUse, ms:licenceCategory, ms:licenceTermsName, ms:licenceTermsURL
Instance
<ms:licenceTerms xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:licenceTermsName xml:lang="">{1,unbounded}</ms:licenceTermsName>
  <ms:licenceTermsURL>{1,unbounded}</ms:licenceTermsURL>
  <ms:conditionOfUse>{1,unbounded}</ms:conditionOfUse>
  <ms:licenceCategory>{0,unbounded}</ms:licenceCategory>
  <ms:LicenceIdentifier ms:LicenceIdentifierScheme="">{0,unbounded}</ms:LicenceIdentifier>
</ms:licenceTerms>
Source
<xs:element name="licenceTerms" type="ms:GenericLicenceTerms">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links the distribution (distributable form) of a language resource to the licence or terms of use/service (a specific legal document) with which it is distributed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceTerms</identifier>
      <label xml:lang="en">licence</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:licenceTermsName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name by which a legal document (e.g., licence, terms of use, terms of service) is known
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="licenceTermsName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name by which a legal document (e.g., licence, terms of use, terms of service) is known</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceTermsName</identifier>
      <label xml:lang="en">licence/terms of use/service name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:licenceTermsURL
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the URL where the text of a licence/terms of use/service is found
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="licenceTermsURL" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the URL where the text of a licence/terms of use/service is found</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceTermsURL</identifier>
      <label xml:lang="en">licence/terms of use/service URL</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:conditionOfUse
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a licence with a specific condition/term of use imposed for accessing a language resource. It is an optional element and only to be taken as providing brief human readable information on the fact that the language resource is provided under a specific set of conditions. These correspond to the most frequently used conditions imposed by the licensor (via the specified licence). The proper exposition of all conditions and possible exceptions is to be found inside the licence text. Depositors should, hence, carefully choose the values of this field to match the licence chosen and users should carefully read that licence before using the language resource.
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/academicUser
enumeration http://w3id.org/meta-share/meta-share/academicUseOnly
Value for 'ConditionOfUse' that states that the language resource can only be used for academic purposes only (research, teaching, etc.)
enumeration http://w3id.org/meta-share/meta-share/attribution
Value for 'ConditionOfUse' that states that the use of a language resource must acknowledge it with an attribution note usually according to terms specified in the licensing document
enumeration http://w3id.org/meta-share/meta-share/evaluationUse
Value for 'ConditionOfUse' that states that the language resource can only be used for evaluation purposes
enumeration http://w3id.org/meta-share/meta-share/noConditions
Value for 'ConditionsOfUse' which states that the licence imposes no conditions
enumeration http://w3id.org/meta-share/meta-share/noDerivatives
Value for 'ConditionOfUse' which states that the users of the resource are not allowed to share derivatives of the resource
enumeration http://w3id.org/meta-share/meta-share/noRedistribution
Value for 'ConditionOfUse' which states that users are not allowed to redistribute the resource
enumeration http://w3id.org/meta-share/meta-share/nonCommercialUse
Value for 'ConditionOfUse' which states that the language resource cannot be used for commercial purposes, i.e. where there is some direct profit from using it
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/shareAlike
Value for 'ConditionOfUse' that states that the derivatives of the language resource must be distributed with the same or a compatible licence
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="conditionOfUse">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a licence with a specific condition/term of use imposed for accessing a language resource. It is an optional element and only to be taken as providing brief human readable information on the fact that the language resource is provided under a specific set of conditions. These correspond to the most frequently used conditions imposed by the licensor (via the specified licence). The proper exposition of all conditions and possible exceptions is to be found inside the licence text. Depositors should, hence, carefully choose the values of this field to match the licence chosen and users should carefully read that licence before using the language resource.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/conditionOfUse</identifier>
      <label xml:lang="en">condition of use</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/academicUser">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/academicUser</identifier>
            <label xml:lang="en">academic user</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/academicUseOnly">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' that states that the language resource can only be used for academic purposes only (research, teaching, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/academicUseOnly</identifier>
            <label xml:lang="en">academic use only</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/attribution">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' that states that the use of a language resource must acknowledge it with an attribution note usually according to terms specified in the licensing document</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/attribution</identifier>
            <label xml:lang="en">attribution</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/evaluationUse">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' that states that the language resource can only be used for evaluation purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/evaluationUse</identifier>
            <label xml:lang="en">evaluation use</label>
            <note xml:lang="en">add odrl</note>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/noConditions">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionsOfUse' which states that the licence imposes no conditions</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/noConditions</identifier>
            <label xml:lang="en">no conditions</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/noDerivatives">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' which states that the users of the resource are not allowed to share derivatives of the resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/noDerivatives</identifier>
            <label xml:lang="en">no derivatives</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/noRedistribution">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' which states that users are not allowed to redistribute the resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/noRedistribution</identifier>
            <label xml:lang="en">no redistribution</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/nonCommercialUse">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' which states that the language resource cannot be used for commercial purposes, i.e. where there is some direct profit from using it</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/nonCommercialUse</identifier>
            <label xml:lang="en">non-commercial use</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/shareAlike">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'ConditionOfUse' that states that the derivatives of the language resource must be distributed with the same or a compatible licence</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/shareAlike</identifier>
            <label xml:lang="en">share alike</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <!-- 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/commercialUser"> 					<xs:annotation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/commercialUser</identifier> 							<label xml:lang="en">commercial user</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> -->
      <!-- 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/informLicensor"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionOfUse' which states that users must inform the licensor as to the kind of use they intend to make of the resource</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/informLicensor</identifier> 							<label xml:lang="en">inform licensor</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/languageEngineeringResearchUse"> 					<xs:annotation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/languageEngineeringResearchUse</identifier> 							<label xml:lang="en">language engineering research use</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/memberOfAssociation1"> 					<xs:annotation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/memberOfAssociation1</identifier> 							<label xml:lang="en">member of association</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> -->
      <!-- 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/onlyMSmembers"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionsOfUse' which states that the language resource can only be used by members of the MetaShare network</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/onlyMSmembers</identifier> 							<label xml:lang="en">only META-SHARE members</label> 							<note xml:lang="en">should we also add something more generic for restricting a resource to specific group members (as for spatial constraint)? and I don't think the odrl is ok.</note> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> -->
      <!-- 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/redeposit"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionsOfUse' which states that users are encouraged to deposit any modified versions of the resource they make to the distribution channel through which they have acquired the resource</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/redeposit</identifier> 							<label xml:lang="en">redeposit</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/requestPlan"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionOfUse' that states that the licensor requires the submission of a research plan in order to grant access to the language resource</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/requestPlan</identifier> 							<label xml:lang="en">request plan</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/researchUse"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionOfUse' stating that the resource can be used only for research purposes</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/researchUse</identifier> 							<label xml:lang="en">research use</label> 							<note xml:lang="en">add ODRL</note> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> -->
      <!-- 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/spatialConstraint"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionsOfUse' which is used for resources with spatial restrictions, e.g., in cases where the content is available or can be used only at a single location, center, or site</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/spatialConstraint</identifier> 							<label xml:lang="en">spatial constraint</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/trainingUse"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionOfUse' which states that the resource can only be used for training purposes</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/trainingUse</identifier> 							<label xml:lang="en">training use</label> 							<note xml:lang="en">add ODRL representation</note> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> -->
      <!-- 				<xs:enumeration value="http://w3id.org/meta-share/meta-share/userIdentified"> 					<xs:annotation> 						<xs:documentation xml:lang="en">Value for 'ConditionOfUse' which states that the resource can only be accessed by identified/authenticated users</xs:documentation> 						<xs:appinfo> 							<identifier>http://w3id.org/meta-share/meta-share/userIdentified</identifier> 							<label xml:lang="en">user identified</label> 						</xs:appinfo> 					</xs:annotation> 				</xs:enumeration> -->
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:licenceCategory
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Categorises a licence according to a classification scheme
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/academic1
enumeration http://w3id.org/meta-share/meta-share/allowsAccessWithSignature
Value for licence category; for licences that allow access to resources only after signing the agreement
enumeration http://w3id.org/meta-share/meta-share/allowsDirectAccess
Value for licence category; for licences that allow access to resources without any interactions with the user
enumeration http://w3id.org/meta-share/meta-share/allowsProcessing
Value for licence category; for licences that permit processing of data resources that produce research outputs (e.g., training of models, annotations, etc.)
enumeration http://w3id.org/meta-share/meta-share/public
enumeration http://w3id.org/meta-share/meta-share/requiresUserAuthentication
Value for licence category; for licences for resources that can be access only by logged in users
enumeration http://w3id.org/meta-share/meta-share/requiresUserAuthorization
enumeration http://w3id.org/meta-share/meta-share/restricted
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="licenceCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">Categorises a licence according to a classification scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceCategory</identifier>
      <label xml:lang="en">licence category</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/academic1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/academic1</identifier>
            <label xml:lang="en">academic</label>
            <alt_label xml:lang="en">ACA</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/allowsAccessWithSignature">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for licence category; for licences that allow access to resources only after signing the agreement</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/allowsAccessWithSignature</identifier>
            <label xml:lang="en">allows access with signature</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/allowsDirectAccess">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for licence category; for licences that allow access to resources without any interactions with the user</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/allowsDirectAccess</identifier>
            <label xml:lang="en">allows direct access</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/allowsProcessing">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for licence category; for licences that permit processing of data resources that produce research outputs (e.g., training of models, annotations, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/allowsProcessing</identifier>
            <label xml:lang="en">allows processing</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/public">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/public</identifier>
            <label xml:lang="en">public</label>
            <alt_label xml:lang="en">PUB</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/requiresUserAuthentication">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for licence category; for licences for resources that can be access only by logged in users</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/requiresUserAuthentication</identifier>
            <label xml:lang="en">requires user authentication</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/requiresUserAuthorization">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/requiresUserAuthorization</identifier>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/restricted">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/restricted</identifier>
            <label xml:lang="en">restricted</label>
            <alt_label xml:lang="en">RES</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:LicenceIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify a licence
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LicenceIdentifierScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LicenceIdentifier
Type ms:LicenceIdentifier
Properties
content complex
Used by
Attributes
QName Type Use Annotation
ms:LicenceIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it
Source
<xs:element name="LicenceIdentifier" type="ms:LicenceIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify a licence</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LicenceIdentifier</identifier>
      <label xml:lang="en-uk">Licence identifier</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:attributionText
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The text that must be quoted for attribution purposes when using a resource - for cases where a resource is provided with a restriction on attribution
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="attributionText">
  <xs:annotation>
    <xs:documentation xml:lang="en">The text that must be quoted for attribution purposes when using a resource - for cases where a resource is provided with a restriction on attribution</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/attributionText</identifier>
      <label xml:lang="en">attribution text</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:cost
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the cost for accessing a resource or the overall budget of a project, formally described as a set of amount and currency unit
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#currency CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Cost
Type ms:Cost
Properties
content complex
Used by
Model
Children ms:amount, ms:currency
Instance
<ms:cost xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:currency>{1,1}</ms:currency>
</ms:cost>
Source
<xs:element name="cost" type="ms:Cost">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the cost for accessing a resource or the overall budget of a project, formally described as a set of amount and currency unit</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/cost</identifier>
      <label xml:lang="en">cost</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:currency
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the currency used for describing the cost of a resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/euro
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Cost
Source
<xs:element name="currency">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the currency used for describing the cost of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/currency</identifier>
      <label xml:lang="en">currency</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/euro">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/euro</identifier>
            <label xml:lang="en">euro</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:membershipInstitution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces an institution with members that can benefit from specific conditions on the use of a resource (e.g. discount, unlimited access, etc.)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ELRA
European Language Resources Association (www.elra.eu)
enumeration http://w3id.org/meta-share/meta-share/LDC
Linguistic Data Consortium
enumeration http://w3id.org/meta-share/meta-share/META-SHARE
enumeration http://w3id.org/meta-share/meta-share/TST-CENTRALE
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="membershipInstitution">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces an institution with members that can benefit from specific conditions on the use of a resource (e.g. discount, unlimited access, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/membershipInstitution</identifier>
      <label xml:lang="en">membership institution</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ELRA">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Resources Association (www.elra.eu)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ELRA</identifier>
            <label xml:lang="en">ELRA</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LDC">
        <xs:annotation>
          <xs:documentation xml:lang="en">Linguistic Data Consortium</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LDC</identifier>
            <label xml:lang="en">LDC</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/META-SHARE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/META-SHARE</identifier>
            <label xml:lang="en">META-SHARE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TST-CENTRALE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TST-CENTRALE</identifier>
            <label xml:lang="en">TST-Centrale</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:copyrightStatement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a free text statement that may be included with the language resource, usually containing the name(s) of copyright holders and licensing terms
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="copyrightStatement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a free text statement that may be included with the language resource, usually containing the name(s) of copyright holders and licensing terms</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/copyrightStatement</identifier>
      <label xml:lang="en">copyright notice</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="2000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:availabilityStartDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the start date of availability of a resource - only for cases where a resource is available for a restricted time period.
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="availabilityStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the start date of availability of a resource - only for cases where a resource is available for a restricted time period.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/availabilityStartDate</identifier>
      <label xml:lang="en">availability start date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:availabilityEndDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the end date of availability of a resource - only for cases where a resource is available for a restricted time period.
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Source
<xs:element name="availabilityEndDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the end date of availability of a resource - only for cases where a resource is available for a restricted time period.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/availabilityEndDate</identifier>
      <label xml:lang="en">availability end date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:distributionRightsHolder
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g., to allow uses of the work that are not defined in the distribution agreement)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:distributionRightsHolder xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:distributionRightsHolder>
Source
<xs:element name="distributionRightsHolder" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g., to allow uses of the work that are not defined in the distribution agreement)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/distributionRightsHolder</identifier>
      <label xml:lang="en">distribution rights holder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:accessRights
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the rights for accessing the distributable form(s) of a language resource (preferrably in accordance to a formalised vocabulary)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#AccessRightsStatementIdentifier CLARIN-SHARE_xsd.tmp#AccessRightsStatement
Type ms:AccessRightsStatement
Properties
content complex
Used by
Model
Children ms:AccessRightsStatementIdentifier, ms:categoryLabel
Instance
<ms:accessRights xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:categoryLabel xml:lang="">{1,1}</ms:categoryLabel>
  <ms:AccessRightsStatementIdentifier ms:AccessRightsStatementScheme="">{0,1}</ms:AccessRightsStatementIdentifier>
</ms:accessRights>
Source
<xs:element name="accessRights" type="ms:AccessRightsStatement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the rights for accessing the distributable form(s) of a language resource (preferrably in accordance to a formalised vocabulary)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/accessRights</identifier>
      <label xml:lang="en">access rights</label>
      <representation>
        <str>categoryLabel</str>
        <str>AcessRightsStatementScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:AccessRightsStatementIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A string used to uniquely identify an access rights statement according to a specific scheme
Diagram
Diagram CLARIN-SHARE_xsd.tmp#AccessRightsStatementScheme CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__AccessRightsStatementIdentifier
Type ms:AccessRightsStatementIdentifier
Properties
content complex
Used by
Attributes
QName Type Use Annotation
ms:AccessRightsStatementScheme restriction of ms:httpURI required
The name of the scheme according to which an access rights statement is assigned to a distribution
Source
<xs:element name="AccessRightsStatementIdentifier" type="ms:AccessRightsStatementIdentifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">A string used to uniquely identify an access rights statement according to a specific scheme</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/AccessRightsStatementIdentifier</identifier>
      <label xml:lang="en">AccessRightsStatement identifier</label>
      <subclassOf>http://purl.org/spar/datacite/Identifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:personalDataIncluded
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the language resource contains personal data (mainly in the sense falling under the GDPR)
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="personalDataIncluded" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the language resource contains personal data (mainly in the sense falling under the GDPR)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/personalDataIncluded</identifier>
      <label xml:lang="en">personal data included</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:personalDataDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
If the resource includes personal data, this field can be used for entering more information, e.g., whether special handling of the resource is required (e.g., anonymization, further request for use, etc.)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="personalDataDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the resource includes personal data, this field can be used for entering more information, e.g., whether special handling of the resource is required (e.g., anonymization, further request for use, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/personalDataDetails</identifier>
      <label xml:lang="en">personal data details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:sensitiveDataIncluded
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the language resource contains sensitive data (e.g., medical/health-related, etc.) and thus requires special handling
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="sensitiveDataIncluded" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the language resource contains sensitive data (e.g., medical/health-related, etc.) and thus requires special handling</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sensitiveDataIncluded</identifier>
      <label xml:lang="en">sensitive data included</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sensitiveDataDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
If the resource includes sensitive data, this field can be used for entering more information, e.g., whether special handling of the resource is required (e.g., anonymization, further request for use, etc.)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="sensitiveDataDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the resource includes sensitive data, this field can be used for entering more information, e.g., whether special handling of the resource is required (e.g., anonymization, further request for use, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sensitiveDataDetails</identifier>
      <label xml:lang="en">sensitive data details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:anonymized
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the language resource has been anonymized
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Source
<xs:element name="anonymized" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the language resource has been anonymized</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/anonymized</identifier>
      <label xml:lang="en">anonymized</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:anonymizationDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
If the resource has been anonymized, this field can be used for entering more information, e.g., tool or method used for the anonymization, by whom it has been performed, whether there was any check of the results, etc.
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="anonymizationDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the resource has been anonymized, this field can be used for entering more information, e.g., tool or method used for the anonymization, by whom it has been performed, whether there was any check of the results, etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/anonymizationDetails</identifier>
      <label xml:lang="en">anonymization details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:isAnalysedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be or has been) used for analysing LR A (the one being described), e.g., a statistical tool
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isAnalysedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isAnalysedBy>
Source
<xs:element name="isAnalysedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be or has been) used for analysing LR A (the one being described), e.g., a statistical tool</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAnalysedBy</identifier>
      <label xml:lang="en">analysis tool</label>
      <alt_label xml:lang="en">is analysed by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isEditedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be) used for editing LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isEditedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isEditedBy>
Source
<xs:element name="isEditedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be) used for editing LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isEditedBy</identifier>
      <label xml:lang="en">editing tool</label>
      <alt_label xml:lang="en">is edited by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isElicitedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that is (or can be or has been) used for eliciting LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isElicitedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isElicitedBy>
Source
<xs:element name="isElicitedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that is (or can be or has been) used for eliciting LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isElicitedBy</identifier>
      <label xml:lang="en">elicitation tool</label>
      <alt_label xml:lang="en">is elicited by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isAnnotatedVersionOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a corpus B which is the raw corpus that has been annotated (corpus A, the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Element ms:Corpus
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isAnnotatedVersionOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isAnnotatedVersionOf>
Source
<xs:element name="isAnnotatedVersionOf" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a corpus B which is the raw corpus that has been annotated (corpus A, the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAnnotatedVersionOf</identifier>
      <label xml:lang="en">annotated version of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isAlignedVersionOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a corpus B which is the aligned version of corpus A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Element ms:Corpus
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isAlignedVersionOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isAlignedVersionOf>
Source
<xs:element name="isAlignedVersionOf" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a corpus B which is the aligned version of corpus A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAlignedVersionOf</identifier>
      <label xml:lang="en">aligned version of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isConvertedVersionOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that has been the outcome of a conversion procedure from LR A (the one being described), e.g., a PDF to text conversion
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isConvertedVersionOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isConvertedVersionOf>
Source
<xs:element name="isConvertedVersionOf" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that has been the outcome of a conversion procedure from LR A (the one being described), e.g., a PDF to text conversion</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isConvertedVersionOf</identifier>
      <label xml:lang="en">converted version of</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:timeCoverage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the time period that the content of a resource is about
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="timeCoverage">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the time period that the content of a resource is about</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/timeCoverage</identifier>
      <label xml:lang="en">time coverage</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:geographicCoverage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the geographic region that the content of a resource is about; for countries, recommended use of ISO-3166
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="geographicCoverage">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the geographic region that the content of a resource is about; for countries, recommended use of ISO-3166</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/geographicCoverage</identifier>
      <label xml:lang="en">geographic coverage</label>
      <note xml:lang="en">string or Location (iso3166) and geographic coordinates?</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:register
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of register (any of the varieties of a language that a speaker uses in a particular social context [Merriam-Webster]) of the contents of a language resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Corpus
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="register">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of register (any of the varieties of a language that a speaker uses in a particular social context [Merriam-Webster]) of the contents of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/register</identifier>
      <label xml:lang="en">register</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
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>
Element ms:LexicalConceptualResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A resource organised on the basis of lexical or conceptual entries (lexical items, terms, concepts etc.) with their supplementary information (e.g. grammatical, semantic, statistical information, etc.)
Diagram
Diagram
Properties
content complex
Used by
Element ms:LRSubclass
Model
Children ms:ContentType, ms:DatasetDistribution, ms:LexicalConceptualResourceMediaPart, ms:anonymizationDetails, ms:anonymized, ms:compliesWith, ms:encodingLevel, ms:externalReference, ms:extratextualInformation, ms:extratextualInformationUnit, ms:geographicCoverage, ms:isAnalysedBy, ms:isConvertedVersionOf, ms:isEditedBy, ms:isElicitedBy, ms:lcrSubclass, ms:lrType, ms:personalDataDetails, ms:personalDataIncluded, ms:sensitiveDataDetails, ms:sensitiveDataIncluded, ms:theoreticModel, ms:timeCoverage
Instance
<ms:LexicalConceptualResource xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lrType>{1,1}</ms:lrType>
  <ms:lcrSubclass>{0,1}</ms:lcrSubclass>
  <ms:encodingLevel>{1,unbounded}</ms:encodingLevel>
  <ms:ContentType>{0,unbounded}</ms:ContentType>
  <ms:compliesWith>{0,unbounded}</ms:compliesWith>
  <ms:externalReference>{0,unbounded}</ms:externalReference>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:extratextualInformation>{0,unbounded}</ms:extratextualInformation>
  <ms:extratextualInformationUnit>{0,unbounded}</ms:extratextualInformationUnit>
  <ms:LexicalConceptualResourceMediaPart>{1,unbounded}</ms:LexicalConceptualResourceMediaPart>
  <ms:DatasetDistribution>{1,unbounded}</ms:DatasetDistribution>
  <ms:personalDataIncluded>{1,1}</ms:personalDataIncluded>
  <ms:personalDataDetails xml:lang="">{0,unbounded}</ms:personalDataDetails>
  <ms:sensitiveDataIncluded>{1,1}</ms:sensitiveDataIncluded>
  <ms:sensitiveDataDetails xml:lang="">{0,unbounded}</ms:sensitiveDataDetails>
  <ms:anonymized>{0,1}</ms:anonymized>
  <ms:anonymizationDetails xml:lang="">{0,unbounded}</ms:anonymizationDetails>
  <ms:isAnalysedBy>{0,unbounded}</ms:isAnalysedBy>
  <ms:isEditedBy>{0,unbounded}</ms:isEditedBy>
  <ms:isElicitedBy>{0,unbounded}</ms:isElicitedBy>
  <ms:isConvertedVersionOf>{0,unbounded}</ms:isConvertedVersionOf>
  <ms:timeCoverage xml:lang="">{0,unbounded}</ms:timeCoverage>
  <ms:geographicCoverage xml:lang="">{0,unbounded}</ms:geographicCoverage>
</ms:LexicalConceptualResource>
Source
<xs:element name="LexicalConceptualResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">A resource organised on the basis of lexical or conceptual entries (lexical items, terms, concepts etc.) with their supplementary information (e.g. grammatical, semantic, statistical information, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LexicalConceptualResource</identifier>
      <label xml:lang="en">Lexical/Conceptual resource</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/DataLanguageResource</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="lrType" fixed="LexicalConceptualResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <indexed>true</indexed>
            <display>false</display>
            <label>LR type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:lcrSubclass" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:encodingLevel" maxOccurs="unbounded"/>
      <xs:element ref="ms:ContentType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:compliesWith" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:externalReference" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:theoreticModel" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:extratextualInformation" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:extratextualInformationUnit" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:LexicalConceptualResourceMediaPart" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:DatasetDistribution" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:personalDataIncluded"/>
      <xs:element ref="ms:personalDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <myname/>
            <rule>show if personalDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:sensitiveDataIncluded"/>
      <xs:element ref="ms:sensitiveDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymized" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <rule>mandatory if personalDataIncluded=True or sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymizationDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if anonymized=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAnalysedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isEditedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isElicitedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isConvertedVersionOf" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:hasConvertedVersion" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:timeCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:geographicCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:LexicalConceptualResource / ms:lrType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the language resource described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed LexicalConceptualResource
Source
<xs:element name="lrType" fixed="LexicalConceptualResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>LR type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:lcrSubclass
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a classification of lexical/conceptual resources into types (used for descriptive reasons)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/annotationScheme
A set of elements and values designed to annotate data. It usually consists in a formal representation. It aims to represent a specific level of information, such as morphological features of words, syntactic dependency relations between phrases, discourse level information, etc. It can consist of a flat structure of elements and values (e.g., part-of-speech tags) or it can be more complex with interrelated elements (e.g., specific morphological features to be used for each part-of-speech).
enumeration http://w3id.org/meta-share/meta-share/computationalLexicon
A lexicon which is intended for computational purposes and thus contains words associated with information relevant for the specific purposes
enumeration http://w3id.org/meta-share/meta-share/dictionary
A book or electronic resource that contains a list of words (usually in alphabetical order) and explains their meanings, or gives a word for them in another language and other information (e.g., spelling, pronunciation, etc.)
enumeration http://w3id.org/meta-share/meta-share/frameNet
A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles
enumeration http://w3id.org/meta-share/meta-share/lexicon
(a list of) all the words used in a particular language or subject, or a dictionary [https://dictionary.cambridge.org/dictionary/english/lexicon]
enumeration http://w3id.org/meta-share/meta-share/machineReadableDictionary
a dictionary usually meant for humans in a form that a computer can process
enumeration http://w3id.org/meta-share/meta-share/mappingOfResources
a resource consisting of mapping values and/or rules between two resources
enumeration http://w3id.org/meta-share/meta-share/morphologicalLexicon
a lexicon with morphological information associated with its entries
enumeration http://w3id.org/meta-share/meta-share/ontology
a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/tagset1
a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types
enumeration http://w3id.org/meta-share/meta-share/terminologicalResource
A lexical resource that lists concepts pertaining to a specific domain
enumeration http://w3id.org/meta-share/meta-share/thesaurus
A reference work that lists words grouped together according to similarity of meaning (containing synonyms and sometimes antonyms) [https://en.wikipedia.org/wiki/Thesaurus]
enumeration http://w3id.org/meta-share/meta-share/typesystem1
A set of elements designed to annotate data; it typically contains only a list of annotation types, i.e. specific labels that are used for the annotation (e.g., part-of-speech, person, organization, etc.), and is usually inbuilt in the annotation software
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/wordNet
A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members
enumeration http://w3id.org/meta-share/meta-share/wordlist
A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="lcrSubclass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a classification of lexical/conceptual resources into types (used for descriptive reasons)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/lcrSubclass</identifier>
      <label xml:lang="en">LCR subclass</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/annotationScheme">
        <xs:annotation>
          <xs:documentation xml:lang="en">A set of elements and values designed to annotate data. It usually consists in a formal representation. It aims to represent a specific level of information, such as morphological features of words, syntactic dependency relations between phrases, discourse level information, etc. It can consist of a flat structure of elements and values (e.g., part-of-speech tags) or it can be more complex with interrelated elements (e.g., specific morphological features to be used for each part-of-speech).</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/annotationScheme</identifier>
            <label xml:lang="en">annotation scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/computationalLexicon">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexicon which is intended for computational purposes and thus contains words associated with information relevant for the specific purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/computationalLexicon</identifier>
            <label xml:lang="en">computational lexicon</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dictionary">
        <xs:annotation>
          <xs:documentation xml:lang="en">A book or electronic resource that contains a list of words (usually in alphabetical order) and explains their meanings, or gives a word for them in another language and other information (e.g., spelling, pronunciation, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dictionary</identifier>
            <label xml:lang="en">dictionary</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frameNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frameNet</identifier>
            <label xml:lang="en">FrameNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lexicon">
        <xs:annotation>
          <xs:documentation xml:lang="en">(a list of) all the words used in a particular language or subject, or a dictionary [https://dictionary.cambridge.org/dictionary/english/lexicon]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lexicon</identifier>
            <label xml:lang="en">lexicon</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/machineReadableDictionary">
        <xs:annotation>
          <xs:documentation xml:lang="en">a dictionary usually meant for humans in a form that a computer can process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/machineReadableDictionary</identifier>
            <label xml:lang="en">Machine Readable Dictionary</label>
            <alt_label xml:lang="en">MRD</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mappingOfResources">
        <xs:annotation>
          <xs:documentation xml:lang="en">a resource consisting of mapping values and/or rules between two resources</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mappingOfResources</identifier>
            <label xml:lang="en">mapping of resources</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/morphologicalLexicon">
        <xs:annotation>
          <xs:documentation xml:lang="en">a lexicon with morphological information associated with its entries</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/morphologicalLexicon</identifier>
            <label xml:lang="en">morphological lexicon</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ontology">
        <xs:annotation>
          <xs:documentation xml:lang="en">a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ontology</identifier>
            <label xml:lang="en">ontology</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/tagset1">
        <xs:annotation>
          <xs:documentation xml:lang="en">a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tagset1</identifier>
            <label xml:lang="en">tagset</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/terminologicalResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical resource that lists concepts pertaining to a specific domain</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/terminologicalResource</identifier>
            <label xml:lang="en">terminological resource</label>
            <alt_label xml:lang="en">term list</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/thesaurus">
        <xs:annotation>
          <xs:documentation xml:lang="en">A reference work that lists words grouped together according to similarity of meaning (containing synonyms and sometimes antonyms) [https://en.wikipedia.org/wiki/Thesaurus]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/thesaurus</identifier>
            <label xml:lang="en">thesaurus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/typesystem1">
        <xs:annotation>
          <xs:documentation xml:lang="en">A set of elements designed to annotate data; it typically contains only a list of annotation types, i.e. specific labels that are used for the annotation (e.g., part-of-speech, person, organization, etc.), and is usually inbuilt in the annotation software</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/typesystem1</identifier>
            <label xml:lang="en">typesystem</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordNet</identifier>
            <label xml:lang="en">WordNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordlist">
        <xs:annotation>
          <xs:documentation xml:lang="en">A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordlist</identifier>
            <label xml:lang="en">wordlist</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:encodingLevel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the contents of a lexical/conceptual resource or language description as regards the linguistic level of analysis it caters for
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/morphology
Value for 'EncodingLevel' for the particular linguistic level that relates to the study of word formation (such as inflection, derivation and compounding)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/phonetics
Value for 'EncodingLevel' for the particular linguistic level that relates to the study of speech sounds
enumeration http://w3id.org/meta-share/meta-share/phonology
Value for 'EncodingLevel' for the particular linguistic level that relates to the study of speech sounds that constitute the fundamental components of a language
enumeration http://w3id.org/meta-share/meta-share/pragmatics
Value for 'EncodingLevel' for the particular linguistic level of analysis that studies the relationship of sentences to the environment in which they occur
enumeration http://w3id.org/meta-share/meta-share/semantics
Value for 'EncodingLevel' for the particular linguistic level of analysis that relates to the meaning of a word, phrase, etc.
enumeration http://w3id.org/meta-share/meta-share/syntax
Value for 'EncodingLevel' for the particular linguistic level that relates to the study of the structure of linguistic units (phrases, sentences)
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="encodingLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the contents of a lexical/conceptual resource or language description as regards the linguistic level of analysis it caters for</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/encodingLevel</identifier>
      <label xml:lang="en">encoding level</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/morphology">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'EncodingLevel' for the particular linguistic level that relates to the study of word formation (such as inflection, derivation and compounding)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/morphology</identifier>
            <label xml:lang="en">morphology</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/phonetics">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'EncodingLevel' for the particular linguistic level that relates to the study of speech sounds</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phonetics</identifier>
            <label xml:lang="en">phonetics</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/phonology">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'EncodingLevel' for the particular linguistic level that relates to the study of speech sounds that constitute the fundamental components of a language</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phonology</identifier>
            <label xml:lang="en">phonology</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/pragmatics">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'EncodingLevel' for the particular linguistic level of analysis that studies the relationship of sentences to the environment in which they occur</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/pragmatics</identifier>
            <label xml:lang="en">pragmatics</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semantics">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'EncodingLevel' for the particular linguistic level of analysis that relates to the meaning of a word, phrase, etc.</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semantics</identifier>
            <label xml:lang="en">semantics</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syntax">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'EncodingLevel' for the particular linguistic level that relates to the study of the structure of linguistic units (phrases, sentences)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syntax</identifier>
            <label xml:lang="en">syntax</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:ContentType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A more detailed account of the linguistic information contained in the lexical/conceptual resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/AudioType
A type of content included in a language resource pertaining to the audio level
enumeration http://w3id.org/meta-share/meta-share/accentuation
enumeration http://w3id.org/meta-share/meta-share/transcription
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/statisticalProperty
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/LemmaType
A type of content included in a language resource pertaining to the lemma
enumeration http://w3id.org/meta-share/meta-share/abbreviation
enumeration http://w3id.org/meta-share/meta-share/cliticForm
enumeration http://w3id.org/meta-share/meta-share/compound
enumeration http://w3id.org/meta-share/meta-share/lemma
enumeration http://w3id.org/meta-share/meta-share/multiWordUnit1
enumeration http://w3id.org/meta-share/meta-share/variant1
enumeration http://w3id.org/meta-share/meta-share/MorphologicalType
A type of content included in a language resource pertaining to the morphological level
enumeration http://w3id.org/meta-share/meta-share/aspect
enumeration http://w3id.org/meta-share/meta-share/auxiliary
enumeration http://w3id.org/meta-share/meta-share/case
enumeration http://w3id.org/meta-share/meta-share/degree
enumeration http://w3id.org/meta-share/meta-share/derivation
enumeration http://w3id.org/meta-share/meta-share/gender
enumeration http://w3id.org/meta-share/meta-share/inflection
enumeration http://w3id.org/meta-share/meta-share/irregularForm
enumeration http://w3id.org/meta-share/meta-share/mood
enumeration http://w3id.org/meta-share/meta-share/number
enumeration http://w3id.org/meta-share/meta-share/partOfSpeech
enumeration http://w3id.org/meta-share/meta-share/person1
enumeration http://w3id.org/meta-share/meta-share/reflexivity
enumeration http://w3id.org/meta-share/meta-share/tense
enumeration http://w3id.org/meta-share/meta-share/voice1
enumeration http://w3id.org/meta-share/meta-share/SemanticType
A type of content included in a language resource pertaining to the semantic level
enumeration http://w3id.org/meta-share/meta-share/antonym
enumeration http://w3id.org/meta-share/meta-share/crossReference
enumeration http://w3id.org/meta-share/meta-share/definition
enumeration http://w3id.org/meta-share/meta-share/domain1
enumeration http://w3id.org/meta-share/meta-share/eventType
enumeration http://w3id.org/meta-share/meta-share/hyperonym
enumeration http://w3id.org/meta-share/meta-share/hyponym
enumeration http://w3id.org/meta-share/meta-share/meronym
enumeration http://w3id.org/meta-share/meta-share/qualiaStructure
enumeration http://w3id.org/meta-share/meta-share/semanticClass
enumeration http://w3id.org/meta-share/meta-share/semanticFeature
enumeration http://w3id.org/meta-share/meta-share/semanticRelation
enumeration http://w3id.org/meta-share/meta-share/semanticRole
enumeration http://w3id.org/meta-share/meta-share/synonym
enumeration http://w3id.org/meta-share/meta-share/troponym
enumeration http://w3id.org/meta-share/meta-share/SyntacticType
A type of content included in a language resource pertaining to the syntactic level
enumeration http://w3id.org/meta-share/meta-share/subcatFrame
enumeration http://w3id.org/meta-share/meta-share/SyntacticoSemanticType
A type of content included in a language resource pertaining to the syntactico-semantic level
enumeration http://w3id.org/meta-share/meta-share/syntacticoSemanticLink
enumeration http://w3id.org/meta-share/meta-share/TranslationType
A type of content included in a language resource relevant to the translation procedure
enumeration http://w3id.org/meta-share/meta-share/translationEquivalent
enumeration http://w3id.org/meta-share/meta-share/UsageType
A type of content included in a language resource encoding usage information
enumeration http://w3id.org/meta-share/meta-share/collocation
enumeration http://w3id.org/meta-share/meta-share/example1
enumeration http://w3id.org/meta-share/meta-share/frequency
enumeration http://w3id.org/meta-share/meta-share/note1
enumeration http://w3id.org/meta-share/meta-share/register1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="ContentType">
  <xs:annotation>
    <xs:documentation xml:lang="en">A more detailed account of the linguistic information contained in the lexical/conceptual resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ContentType</identifier>
      <label xml:lang="en">Content type</label>
      <note xml:lang="en">could we organise them hierarchically? for those that are used for annotation, align with annotationType values? or can we use annotationType together with these values as range for the property? add definitions to all instances</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/AudioType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource pertaining to the audio level</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/AudioType</identifier>
            <label xml:lang="en">Audio type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/accentuation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/accentuation</identifier>
            <label xml:lang="en">accentuation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/transcription">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/transcription</identifier>
            <label xml:lang="en">phonetic transcription</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/statisticalProperty">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/statisticalProperty</identifier>
            <label xml:lang="en">statistical property</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LemmaType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource pertaining to the lemma</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LemmaType</identifier>
            <label xml:lang="en">Lemma type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/abbreviation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/abbreviation</identifier>
            <label xml:lang="en">abbreviation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/cliticForm">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/cliticForm</identifier>
            <label xml:lang="en">clitic form</label>
            <alt_label xml:lang="en">inflectional form</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/compound">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/compound</identifier>
            <label xml:lang="en">compound</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lemma">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lemma</identifier>
            <label xml:lang="en">lemma</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/multiWordUnit1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/multiWordUnit1</identifier>
            <label xml:lang="en">multi-word unit</label>
            <alt_label xml:lang="en">multi-word expression</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/variant1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/variant1</identifier>
            <label xml:lang="en">variant</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MorphologicalType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource pertaining to the morphological level</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MorphologicalType</identifier>
            <label xml:lang="en">Morphological type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/aspect">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/aspect</identifier>
            <label xml:lang="en">aspect</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/auxiliary">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/auxiliary</identifier>
            <label xml:lang="en">auxiliary</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/case">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/case</identifier>
            <label xml:lang="en">case</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/degree">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/degree</identifier>
            <label xml:lang="en">degree</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/derivation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/derivation</identifier>
            <label xml:lang="en">derivation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/gender">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/gender</identifier>
            <label xml:lang="en">gender</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/inflection">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/inflection</identifier>
            <label xml:lang="en">inflection</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/irregularForm">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/irregularForm</identifier>
            <label xml:lang="en">irregular form</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mood">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mood</identifier>
            <label xml:lang="en">mood</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/number">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/number</identifier>
            <label xml:lang="en">number</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/partOfSpeech">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/partOfSpeech</identifier>
            <label xml:lang="en">part of speech</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/person1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/person1</identifier>
            <label xml:lang="en">person</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/reflexivity">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/reflexivity</identifier>
            <label xml:lang="en">reflexivity</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/tense">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tense</identifier>
            <label xml:lang="en">tense</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/voice1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/voice1</identifier>
            <label xml:lang="en">voice</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SemanticType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource pertaining to the semantic level</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SemanticType</identifier>
            <label xml:lang="en">Semantic type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/antonym">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/antonym</identifier>
            <label xml:lang="en">antonym</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/crossReference">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/crossReference</identifier>
            <label xml:lang="en">cross-reference</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/definition">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/definition</identifier>
            <label xml:lang="en">definition</label>
            <alt_label xml:lang="en">gloss</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/domain1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/domain1</identifier>
            <label xml:lang="en">domain</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/eventType">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/eventType</identifier>
            <label xml:lang="en">event type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hyperonym">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hyperonym</identifier>
            <label xml:lang="en">hyperonym</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/hyponym">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/hyponym</identifier>
            <label xml:lang="en">hyponym</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/meronym">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/meronym</identifier>
            <label xml:lang="en">meronym</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/qualiaStructure">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/qualiaStructure</identifier>
            <label xml:lang="en">qualia structure</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semanticClass">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semanticClass</identifier>
            <label xml:lang="en">semantic class</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semanticFeature">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semanticFeature</identifier>
            <label xml:lang="en">semantic feature</label>
            <alt_label xml:lang="en">semantic trait</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semanticRelation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semanticRelation</identifier>
            <label xml:lang="en">semantic relation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/semanticRole">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semanticRole</identifier>
            <label xml:lang="en">semantic role</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/synonym">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/synonym</identifier>
            <label xml:lang="en">synonym</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/troponym">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/troponym</identifier>
            <label xml:lang="en">troponym</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SyntacticType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource pertaining to the syntactic level</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SyntacticType</identifier>
            <label xml:lang="en">Syntactic type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/subcatFrame">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/subcatFrame</identifier>
            <label xml:lang="en">subcategorization frame</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SyntacticoSemanticType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource pertaining to the syntactico-semantic level</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SyntacticoSemanticType</identifier>
            <label xml:lang="en">Syntactico-semantic type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syntacticoSemanticLink">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syntacticoSemanticLink</identifier>
            <label xml:lang="en">syntactico-semantic link</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TranslationType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource relevant to the translation procedure</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TranslationType</identifier>
            <label xml:lang="en">Translation type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/translationEquivalent">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/translationEquivalent</identifier>
            <label xml:lang="en">translation equivalent</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UsageType">
        <xs:annotation>
          <xs:documentation xml:lang="en">A type of content included in a language resource encoding usage information</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UsageType</identifier>
            <label xml:lang="en">Usage type</label>
            <subclassOf>http://w3id.org/meta-share/meta-share/ContentType</subclassOf>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/collocation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/collocation</identifier>
            <label xml:lang="en">collocation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/example1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/example1</identifier>
            <label xml:lang="en">example</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frequency">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frequency</identifier>
            <label xml:lang="en">frequency</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/note1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/note1</identifier>
            <label xml:lang="en">note</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/register1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/register1</identifier>
            <label xml:lang="en">register</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:compliesWith
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the vocabulary/standard/best practice to which a resource is compliant with
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/BML
enumeration http://w3id.org/meta-share/meta-share/CES
enumeration http://w3id.org/meta-share/meta-share/EAGLES
enumeration http://w3id.org/meta-share/meta-share/ELG-SHARE
enumeration http://w3id.org/meta-share/meta-share/EML
enumeration http://w3id.org/meta-share/meta-share/EMMA
enumeration http://w3id.org/meta-share/meta-share/GMX
enumeration http://w3id.org/meta-share/meta-share/GrAF
enumeration http://w3id.org/meta-share/meta-share/HamNoSys
enumeration http://w3id.org/meta-share/meta-share/ISO12620
enumeration http://w3id.org/meta-share/meta-share/ISO16642
enumeration http://w3id.org/meta-share/meta-share/ISO1987
Quality systems -- Model for quality assurance in design/development, production, installation and servicing
enumeration http://w3id.org/meta-share/meta-share/ISO26162
enumeration http://w3id.org/meta-share/meta-share/ISO30042
enumeration http://w3id.org/meta-share/meta-share/ISO704
enumeration http://w3id.org/meta-share/meta-share/InkML
enumeration http://w3id.org/meta-share/meta-share/LAF
enumeration http://w3id.org/meta-share/meta-share/LMF
enumeration http://w3id.org/meta-share/meta-share/LemonOntolex
enumeration http://w3id.org/meta-share/meta-share/MAF
enumeration http://w3id.org/meta-share/meta-share/MLIF
enumeration http://w3id.org/meta-share/meta-share/MMI
enumeration http://w3id.org/meta-share/meta-share/MULTEXT
enumeration http://w3id.org/meta-share/meta-share/MUMIN
enumeration http://w3id.org/meta-share/meta-share/OAXAL
enumeration http://w3id.org/meta-share/meta-share/SRX
enumeration http://w3id.org/meta-share/meta-share/SemAF
enumeration http://w3id.org/meta-share/meta-share/SemAF-DA
enumeration http://w3id.org/meta-share/meta-share/SemAF-DS
enumeration http://w3id.org/meta-share/meta-share/SemAF-NE
enumeration http://w3id.org/meta-share/meta-share/SemAF-SR
enumeration http://w3id.org/meta-share/meta-share/SynAF
enumeration http://w3id.org/meta-share/meta-share/TBX
enumeration http://w3id.org/meta-share/meta-share/TEI
enumeration http://w3id.org/meta-share/meta-share/TEI_P3
enumeration http://w3id.org/meta-share/meta-share/TEI_P4
enumeration http://w3id.org/meta-share/meta-share/TEI_P5
enumeration http://w3id.org/meta-share/meta-share/TMX
enumeration http://w3id.org/meta-share/meta-share/TimeML
enumeration http://w3id.org/meta-share/meta-share/XCES
enumeration http://w3id.org/meta-share/meta-share/XLIFF
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/pennTreeBank
enumeration http://w3id.org/meta-share/meta-share/pragueTreebank
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/wordNet
A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="compliesWith">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the vocabulary/standard/best practice to which a resource is compliant with</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/compliesWith</identifier>
      <label xml:lang="en">complies with</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/BML">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/BML</identifier>
            <label xml:lang="en">BML</label>
            <alt_label xml:lang="en">Behaviour Markup Language</alt_label>
            <alt_label xml:lang="en">Behavior Markup Language</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/CES">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/CES</identifier>
            <label xml:lang="en">CES</label>
            <alt_label xml:lang="en">Corpus Encoding Standard</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EAGLES">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EAGLES</identifier>
            <label xml:lang="en">EAGLES</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ELG-SHARE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ELG-SHARE</identifier>
            <label xml:lang="en">ELG-SHARE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EML">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EML</identifier>
            <label xml:lang="en">EmotionML</label>
            <alt_label xml:lang="en">EML</alt_label>
            <alt_label xml:lang="en">Emotion Markup Language</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EMMA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EMMA</identifier>
            <label xml:lang="en">EMMA</label>
            <alt_label xml:lang="en">Extensible MultiModal Annotation markup language</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/GMX">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/GMX</identifier>
            <label xml:lang="en">GMX</label>
            <alt_label xml:lang="en">Global information management Metrics eXchange</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/GrAF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/GrAF</identifier>
            <label xml:lang="en">GrAF</label>
            <alt_label xml:lang="en">Graph Annotation Framework</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/HamNoSys">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/HamNoSys</identifier>
            <label xml:lang="en">HamNoSys</label>
            <alt_label xml:lang="en">Hamburg Sign Language Notation System</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO12620">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO12620</identifier>
            <label xml:lang="en">ISO12620</label>
            <alt_label xml:lang="en">DCR</alt_label>
            <alt_label xml:lang="en">Data Category Repository</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO16642">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO16642</identifier>
            <label xml:lang="en">ISO16642</label>
            <alt_label xml:lang="en">TMF</alt_label>
            <alt_label xml:lang="en">Terminological Markup Framework</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO1987">
        <xs:annotation>
          <xs:documentation xml:lang="en">Quality systems -- Model for quality assurance in design/development, production, installation and servicing</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO1987</identifier>
            <label xml:lang="en">ISO 9001:1987</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO26162">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO26162</identifier>
            <label xml:lang="en">ISO 26162</label>
            <alt_label xml:lang="en">Systems to manage terminology, knowledge and content</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO30042">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO30042</identifier>
            <label xml:lang="en">ISO 30042</label>
            <alt_label xml:lang="en">TermBase eXchange</alt_label>
            <alt_label xml:lang="en">TBX</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ISO704">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ISO704</identifier>
            <label xml:lang="en">ISO704</label>
            <alt_label xml:lang="en">Terminology work</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/InkML">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/InkML</identifier>
            <label xml:lang="en">Ink ML</label>
            <alt_label xml:lang="en">Ink Markup Language</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LAF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LAF</identifier>
            <label xml:lang="en">LAF</label>
            <alt_label xml:lang="en">Linguistic Annotation Framework</alt_label>
            <alt_label xml:lang="en">ISO 24612</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LMF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LMF</identifier>
            <label xml:lang="en">LMF</label>
            <alt_label xml:lang="en">Lexical Markup Framework</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LemonOntolex">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LemonOntolex</identifier>
            <label xml:lang="en">Lemon-Ontolex</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MAF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MAF</identifier>
            <label xml:lang="en">MAF</label>
            <alt_label xml:lang="en">Morpho-syntactic Annotation Framework</alt_label>
            <alt_label xml:lang="en">ISO 24611</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MLIF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MLIF</identifier>
            <label xml:lang="en">MLIF</label>
            <alt_label xml:lang="en">Multilingual Information Framework</alt_label>
            <alt_label xml:lang="en">ISO 24616</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MMI">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MMI</identifier>
            <label xml:lang="en">MMI</label>
            <alt_label xml:lang="en">Multi-Modal Interaction framework</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MULTEXT">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MULTEXT</identifier>
            <label xml:lang="en">MULTEXT</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MUMIN">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MUMIN</identifier>
            <label xml:lang="en">MUMIN</label>
            <alt_label xml:lang="en">MUltiModal INterfaces</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/OAXAL">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/OAXAL</identifier>
            <label xml:lang="en">OAXAL</label>
            <alt_label xml:lang="en">OASIS Open Architecture for XML Authoring and Localization Reference Model</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SRX">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SRX</identifier>
            <label xml:lang="en">SRX</label>
            <alt_label xml:lang="en">Segmentation Rules eXchange</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SemAF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SemAF</identifier>
            <label xml:lang="en">Semantic Annotation Framework</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SemAF-DA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SemAF-DA</identifier>
            <label xml:lang="en">SemAF-DA</label>
            <alt_label xml:lang="en">Semantic Annotation Framework - Dialogue Acts</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SemAF-DS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SemAF-DS</identifier>
            <label xml:lang="en">SemAF-DS</label>
            <alt_label xml:lang="en">Semantic Annotation Framework - Discourse Structure</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SemAF-NE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SemAF-NE</identifier>
            <label xml:lang="en">SemAF-NE</label>
            <alt_label xml:lang="en">Semantic Annotation Framework - Named Entities</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SemAF-SR">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SemAF-SR</identifier>
            <label xml:lang="en">SemAF-SR</label>
            <alt_label xml:lang="en">Semantic Annotation Framework - Semantic Roles</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SynAF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SynAF</identifier>
            <label xml:lang="en">SynAF</label>
            <alt_label xml:lang="en">Syntactic Annotation Framework</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TBX">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TBX</identifier>
            <label xml:lang="en">TBX</label>
            <alt_label xml:lang="en">TermBase eXchange</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TEI">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TEI</identifier>
            <label xml:lang="en">TEI</label>
            <alt_label xml:lang="en">Text Encoding Initiative</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TEI_P3">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TEI_P3</identifier>
            <label xml:lang="en">TEI P3</label>
            <alt_label xml:lang="en">Text Encoding Initiative P3</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TEI_P4">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TEI_P4</identifier>
            <label xml:lang="en">TEI P4</label>
            <alt_label xml:lang="en">Text Encoding Initiative P4</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TEI_P5">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TEI_P5</identifier>
            <label xml:lang="en">TEI P5</label>
            <alt_label xml:lang="en">Text Encoding Initiative P5</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TMX">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TMX</identifier>
            <label xml:lang="en">TMX</label>
            <alt_label xml:lang="en">Translation Memory eXchange</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TimeML">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TimeML</identifier>
            <label xml:lang="en">TimeML</label>
            <alt_label xml:lang="en">Time Markup Language</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/XCES">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/XCES</identifier>
            <label xml:lang="en">XCES</label>
            <alt_label xml:lang="en">Corpus Encoding Standard for XML</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/XLIFF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/XLIFF</identifier>
            <label xml:lang="en">XLIFF</label>
            <alt_label xml:lang="en">XML Localization Interchange File Format</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/pennTreeBank">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/pennTreeBank</identifier>
            <label xml:lang="en">Penn treebank</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/pragueTreebank">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/pragueTreebank</identifier>
            <label xml:lang="en">Prague treebank</label>
            <alt_label xml:lang="en">PDT</alt_label>
            <alt_label xml:lang="en">Prague Dependency Treebank</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordNet</identifier>
            <label xml:lang="en">WordNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:externalReference
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides reference to another resource to which the lexicalConceptualResource is linked (e.g., link to a wordnet or ontology)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:externalReference xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:externalReference>
Source
<xs:element name="externalReference" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides reference to another resource to which the lexicalConceptualResource is linked (e.g., link to a wordnet or ontology)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/externalReference</identifier>
      <label xml:lang="en">external reference</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:extratextualInformation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the extratextual information contained in a lexical/conceptual resource; it can be used as an alternative to the representation of the audio, image, video, etc. part(s) of the resource when these are not considered important enough to fully describe
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/image1
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/soundRecording
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/video1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="extratextualInformation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the extratextual information contained in a lexical/conceptual resource; it can be used as an alternative to the representation of the audio, image, video, etc. part(s) of the resource when these are not considered important enough to fully describe</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/extratextualInformation</identifier>
      <label xml:lang="en">extratextual information</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/image1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/image1</identifier>
            <label xml:lang="en">image</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/soundRecording">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/soundRecording</identifier>
            <label xml:lang="en">sound recording</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/video1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/video1</identifier>
            <label xml:lang="en">video</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:extratextualInformationUnit
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the unit on which the extratextual information is attached to in the lexical conceptual resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/example
enumeration http://w3id.org/meta-share/meta-share/lemma1
enumeration http://w3id.org/meta-share/meta-share/lexicalUnit
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/semanticUnit
enumeration http://w3id.org/meta-share/meta-share/syntacticUnit
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/word2
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="extratextualInformationUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the unit on which the extratextual information is attached to in the lexical conceptual resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/extratextualInformationUnit</identifier>
      <label xml:lang="en">extratextual information unit</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/example">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/example</identifier>
            <label xml:lang="en">example</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lemma1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lemma1</identifier>
            <label xml:lang="en">lemma</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lexicalUnit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lexicalUnit</identifier>
            <label xml:lang="en">lexical unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/semanticUnit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/semanticUnit</identifier>
            <label xml:lang="en">semantic unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syntacticUnit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syntacticUnit</identifier>
            <label xml:lang="en">syntactic unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/word2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/word2</identifier>
            <label xml:lang="en">word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:LexicalConceptualResourceMediaPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A part/segment of a lexical/conceptual resource based on its media type classification
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceTextPart CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceAudioPart CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceVideoPart CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceImagePart CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceMediaPart
Type ms:LexicalConceptualResourceMediaPart
Properties
content complex
Used by
Model
Children ms:LexicalConceptualResourceAudioPart, ms:LexicalConceptualResourceImagePart, ms:LexicalConceptualResourceTextPart, ms:LexicalConceptualResourceVideoPart
Instance
<ms:LexicalConceptualResourceMediaPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LexicalConceptualResourceTextPart>{1,1}</ms:LexicalConceptualResourceTextPart>
  <ms:LexicalConceptualResourceAudioPart>{1,1}</ms:LexicalConceptualResourceAudioPart>
  <ms:LexicalConceptualResourceVideoPart>{1,1}</ms:LexicalConceptualResourceVideoPart>
  <ms:LexicalConceptualResourceImagePart>{1,1}</ms:LexicalConceptualResourceImagePart>
</ms:LexicalConceptualResourceMediaPart>
Source
<xs:element name="LexicalConceptualResourceMediaPart" type="ms:LexicalConceptualResourceMediaPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">A part/segment of a lexical/conceptual resource based on its media type classification</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceMediaPart</identifier>
      <label xml:lang="en">Lexical/ Conceptual resource part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/MediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceTextPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A part (or whole set) of a lexical/conceptual resource that consists of textual elements
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceTextPart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceTextPart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceTextPart
Type ms:LexicalConceptualResourceTextPart
Properties
content complex
Used by
Model
Children ms:language, ms:lcrMediaType, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails
Instance
<ms:LexicalConceptualResourceTextPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lcrMediaType>{1,1}</ms:lcrMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
</ms:LexicalConceptualResourceTextPart>
Source
<xs:element name="LexicalConceptualResourceTextPart" type="ms:LexicalConceptualResourceTextPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">A part (or whole set) of a lexical/conceptual resource that consists of textual elements</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceTextPart</identifier>
      <label xml:lang="en">Lexical/Conceptual resource text part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceTextPart / ms:lcrMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LexicalConceptualResourceTextPart
Source
<xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceTextPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LCR media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceTextPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/text
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/text">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:metalanguage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the language that is used as support for the resource (e.g., English for a grammar of French described in English or for a French dictionary with English definitions)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageTag CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_scriptId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_regionId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_variantId CLARIN-SHARE_xsd.tmp#languageVarietyName CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language
Type ms:Language
Properties
content complex
Used by
Model
Children ms:languageId, ms:languageTag, ms:languageVarietyName, ms:regionId, ms:scriptId, ms:variantId
Instance
<ms:metalanguage xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:languageTag>{1,1}</ms:languageTag>
  <ms:languageId>{1,1}</ms:languageId>
  <ms:scriptId>{0,1}</ms:scriptId>
  <ms:regionId>{0,1}</ms:regionId>
  <ms:variantId>{0,unbounded}</ms:variantId>
  <ms:languageVarietyName xml:lang="">{0,unbounded}</ms:languageVarietyName>
</ms:metalanguage>
Source
<xs:element name="metalanguage" type="ms:Language">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the language that is used as support for the resource (e.g., English for a grammar of French described in English or for a French dictionary with English definitions)</xs:documentation>
    <xs:appinfo>
      <label>metalanguage</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceAudioPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part (or whole set of) a lexical/conceptual resource that consists of audio elements (e.g., a set of audio files for a lexicon)
Diagram
Diagram
Type ms:LexicalConceptualResourceAudioPart
Properties
content complex
Used by
Model
Children ms:language, ms:lcrMediaType, ms:legend, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:noiseLevel, ms:nonSpeechItem, ms:speechItem
Instance
<ms:LexicalConceptualResourceAudioPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lcrMediaType>{1,1}</ms:lcrMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:speechItem>{0,unbounded}</ms:speechItem>
  <ms:nonSpeechItem>{0,unbounded}</ms:nonSpeechItem>
  <ms:legend xml:lang="">{0,unbounded}</ms:legend>
  <ms:noiseLevel>{0,1}</ms:noiseLevel>
</ms:LexicalConceptualResourceAudioPart>
Source
<xs:element name="LexicalConceptualResourceAudioPart" type="ms:LexicalConceptualResourceAudioPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part (or whole set of) a lexical/conceptual resource that consists of audio elements (e.g., a set of audio files for a lexicon)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceAudioPart</identifier>
      <label xml:lang="en">Lexical/Conceptual resource audio part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceAudioPart / ms:lcrMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LexicalConceptualResourceAudioPart
Source
<xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceAudioPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LCR media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceAudioPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/audio
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/audio">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceVideoPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part (or whole set) of a lexical/conceptual resource that consists of videos (e.g., a set of video files for the lexicon of a sign language)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceVideoPart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceVideoPart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#typeOfVideoContent CLARIN-SHARE_xsd.tmp#textIncludedInVideo CLARIN-SHARE_xsd.tmp#dynamicElement CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceVideoPart
Type ms:LexicalConceptualResourceVideoPart
Properties
content complex
Used by
Model
Children ms:dynamicElement, ms:language, ms:lcrMediaType, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:textIncludedInVideo, ms:typeOfVideoContent
Instance
<ms:LexicalConceptualResourceVideoPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lcrMediaType>{1,1}</ms:lcrMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:typeOfVideoContent xml:lang="">{1,unbounded}</ms:typeOfVideoContent>
  <ms:textIncludedInVideo>{0,unbounded}</ms:textIncludedInVideo>
  <ms:dynamicElement>{0,unbounded}</ms:dynamicElement>
</ms:LexicalConceptualResourceVideoPart>
Source
<xs:element name="LexicalConceptualResourceVideoPart" type="ms:LexicalConceptualResourceVideoPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part (or whole set) of a lexical/conceptual resource that consists of videos (e.g., a set of video files for the lexicon of a sign language)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceVideoPart</identifier>
      <label xml:lang="en">Lexical/Conceptual resource video part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceVideoPart / ms:lcrMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LexicalConceptualResourceVideoPart
Source
<xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceVideoPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LCR media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceVideoPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/video
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/video">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceImagePart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A part (or whole set of) a lexical/conceptual resource that consists of images (e.g., a set of images used for a lexicon)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceImagePart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceImagePart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#typeOfImageContent CLARIN-SHARE_xsd.tmp#textIncludedInImage CLARIN-SHARE_xsd.tmp#staticElement CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceImagePart
Type ms:LexicalConceptualResourceImagePart
Properties
content complex
Used by
Model
Children ms:language, ms:lcrMediaType, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:staticElement, ms:textIncludedInImage, ms:typeOfImageContent
Instance
<ms:LexicalConceptualResourceImagePart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lcrMediaType>{1,1}</ms:lcrMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:typeOfImageContent xml:lang="">{1,unbounded}</ms:typeOfImageContent>
  <ms:textIncludedInImage>{0,unbounded}</ms:textIncludedInImage>
  <ms:staticElement>{0,unbounded}</ms:staticElement>
</ms:LexicalConceptualResourceImagePart>
Source
<xs:element name="LexicalConceptualResourceImagePart" type="ms:LexicalConceptualResourceImagePart">
  <xs:annotation>
    <xs:documentation xml:lang="en">A part (or whole set of) a lexical/conceptual resource that consists of images (e.g., a set of images used for a lexicon)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceImagePart</identifier>
      <label xml:lang="en">Lexical/Conceptual resource image part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LexicalConceptualResourceMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceImagePart / ms:lcrMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LexicalConceptualResourceImagePart
Source
<xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceImagePart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LCR media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LexicalConceptualResourceImagePart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/image
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/image">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A resource that describes a language or some aspect(s) of a language via a systematic documentation of linguistic structures
Diagram
Diagram
Properties
content complex
Used by
Element ms:LRSubclass
Model
Children ms:DatasetDistribution, ms:LanguageDescriptionMediaPart, ms:LanguageDescriptionSubclass, ms:anonymizationDetails, ms:anonymized, ms:geographicCoverage, ms:isAnalysedBy, ms:isConvertedVersionOf, ms:isEditedBy, ms:isElicitedBy, ms:lrType, ms:personalDataDetails, ms:personalDataIncluded, ms:requiredHardware, ms:requiresSoftware, ms:runningEnvironmentDetails, ms:sensitiveDataDetails, ms:sensitiveDataIncluded, ms:timeCoverage
Instance
<ms:LanguageDescription xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lrType>{1,1}</ms:lrType>
  <ms:LanguageDescriptionSubclass>{1,1}</ms:LanguageDescriptionSubclass>
  <ms:requiresSoftware>{0,unbounded}</ms:requiresSoftware>
  <ms:requiredHardware>{0,unbounded}</ms:requiredHardware>
  <ms:runningEnvironmentDetails xml:lang="">{0,unbounded}</ms:runningEnvironmentDetails>
  <ms:LanguageDescriptionMediaPart>{1,unbounded}</ms:LanguageDescriptionMediaPart>
  <ms:DatasetDistribution>{1,unbounded}</ms:DatasetDistribution>
  <ms:personalDataIncluded>{1,1}</ms:personalDataIncluded>
  <ms:personalDataDetails xml:lang="">{0,unbounded}</ms:personalDataDetails>
  <ms:sensitiveDataIncluded>{1,1}</ms:sensitiveDataIncluded>
  <ms:sensitiveDataDetails xml:lang="">{0,unbounded}</ms:sensitiveDataDetails>
  <ms:anonymized>{0,1}</ms:anonymized>
  <ms:anonymizationDetails xml:lang="">{0,unbounded}</ms:anonymizationDetails>
  <ms:isAnalysedBy>{0,unbounded}</ms:isAnalysedBy>
  <ms:isEditedBy>{0,unbounded}</ms:isEditedBy>
  <ms:isElicitedBy>{0,unbounded}</ms:isElicitedBy>
  <ms:isConvertedVersionOf>{0,unbounded}</ms:isConvertedVersionOf>
  <ms:timeCoverage xml:lang="">{0,unbounded}</ms:timeCoverage>
  <ms:geographicCoverage xml:lang="">{0,unbounded}</ms:geographicCoverage>
</ms:LanguageDescription>
Source
<xs:element name="LanguageDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">A resource that describes a language or some aspect(s) of a language via a systematic documentation of linguistic structures</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LanguageDescription</identifier>
      <label xml:lang="en">Language description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="lrType" fixed="LanguageDescription">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifes the language resource described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>LR type</label>
          </xs:appinfo>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LanguageDescriptionSubclass">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:requiresSoftware" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:requiredHardware" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:runningEnvironmentDetails" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:LanguageDescriptionMediaPart" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:DatasetDistribution" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:personalDataIncluded"/>
      <xs:element ref="ms:personalDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if personalDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:sensitiveDataIncluded"/>
      <xs:element ref="ms:sensitiveDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymized" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <rule>mandatory if personalDataIncluded=True or sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymizationDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if anonymized=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAnalysedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isEditedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isElicitedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isConvertedVersionOf" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:hasConvertedVersion" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:timeCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:geographicCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:LanguageDescription / ms:lrType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifes the language resource described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed LanguageDescription
Source
<xs:element name="lrType" fixed="LanguageDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifes the language resource described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>LR type</label>
    </xs:appinfo>
    <xs:appinfo>
      <indexed>true</indexed>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionSubclass
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The type of the language description (used for documentation purposes)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MLModel CLARIN-SHARE_xsd.tmp#Grammar CLARIN-SHARE_xsd.tmp#NGramModel
Properties
content complex
Used by
Model
Children ms:Grammar, ms:MLModel, ms:NGramModel
Instance
<ms:LanguageDescriptionSubclass xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MLModel>{1,1}</ms:MLModel>
  <ms:Grammar>{1,1}</ms:Grammar>
  <ms:NGramModel>{1,1}</ms:NGramModel>
</ms:LanguageDescriptionSubclass>
Source
<xs:element name="LanguageDescriptionSubclass">
  <xs:annotation>
    <xs:documentation xml:lang="en">The type of the language description (used for documentation purposes)</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">Language description type</label>
    </xs:appinfo>
  </xs:annotation>
  <!-- 					<xs:simpleType> 						<xs:restriction base="xs:anyURI"> 							<xs:enumeration value="http://w3id.org/meta-share/meta-share/MLModel"> 								<xs:annotation> 									<xs:documentation xml:lang="en">The model artifact that is created through a training process involving an ML algorithm (that is, the learning algorithm) and the training data to learn from.</xs:documentation> 									<xs:appinfo> 										<label xml:lang="en">Machine learning model</label> 										<identifier>http://w3id.org/meta-share/meta-share/MLModel</identifier> 										<alt_label xml:lang="en">ML model</alt_label> 									</xs:appinfo> 								</xs:annotation> 							</xs:enumeration> 							<xs:enumeration value="http://w3id.org/meta-share/meta-share/Grammar"> 								<xs:annotation> 									<xs:documentation xml:lang="en">A set of rules governing what strings are valid or allowable in a language or text [https://en.oxforddictionaries.com/definition/grammar]</xs:documentation> 									<xs:appinfo> 										<label xml:lang="en">Grammar</label> 									</xs:appinfo> 								</xs:annotation> 							</xs:enumeration> 							<xs:enumeration value="http://w3id.org/meta-share/meta-share/NGramModel"> 								<xs:annotation> 									<xs:documentation xml:lang="en">A language model consisting of n-grams, i.e. specific sequences of a number of words</xs:documentation> 									<xs:appinfo> 										<identifier>http://w3id.org/meta-share/meta-share/NGramModel</identifier> 										<label xml:lang="en">N-gram model</label> 									</xs:appinfo> 								</xs:annotation> 							</xs:enumeration> 							<xs:enumeration value="http://w3id.org/meta-share/meta-share/NeuralModel"> 								<xs:annotation> 									<xs:documentation xml:lang="en">A set of algorithms, modeled loosely after the human brain, designed to recognize patterns [adapted from https://skymind.ai/wiki/neural-network]</xs:documentation> 									<xs:appinfo> 										<label xml:lang="en">Neural model</label> 										<identifier>http://w3id.org/meta-share/meta-share/NeuralModel</identifier> 										<subclassOf>http://w3id.org/meta-share/meta-share/MLModel</subclassOf> 									</xs:appinfo> 								</xs:annotation> 							</xs:enumeration> 							<xs:enumeration value="http://w3id.org/meta-share/meta-share/WordEmbedding"> 								<xs:annotation> 									<xs:documentation xml:lang="en">Word embedding is the collective name for a set of language modeling and feature learning techniques in natural language processing where words or phrases from the vocabulary are mapped to vectors of real numbers. [wikipedia]</xs:documentation> 									<xs:appinfo> 										<label xml:lang="en">Word embedding</label> 										<identifier>http://w3id.org/meta-share/meta-share/WordEmbedding</identifier> 										<subclassOf>http://w3id.org/meta-share/meta-share/MLModel</subclassOf> 									</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:restriction> 					</xs:simpleType> -->
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:MLModel"/>
      <xs:element ref="ms:Grammar"/>
      <xs:element ref="ms:NGramModel"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element ms:MLModel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The model artifact that is created through a training process involving an ML algorithm (that is, the learning algorithm) and the training data to learn from.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MLModel_ldSubclassType CLARIN-SHARE_xsd.tmp#modelVariant CLARIN-SHARE_xsd.tmp#typesystem CLARIN-SHARE_xsd.tmp#annotationSchema CLARIN-SHARE_xsd.tmp#annotationResource CLARIN-SHARE_xsd.tmp#tagset CLARIN-SHARE_xsd.tmp#method CLARIN-SHARE_xsd.tmp#mlFramework1 CLARIN-SHARE_xsd.tmp#algorithm CLARIN-SHARE_xsd.tmp#algorithmDetails CLARIN-SHARE_xsd.tmp#trainingCorpusDetails
Properties
content complex
Used by
Model
Children ms:algorithm, ms:algorithmDetails, ms:annotationResource, ms:annotationSchema, ms:ldSubclassType, ms:method, ms:mlFramework1, ms:modelVariant, ms:tagset, ms:trainingCorpusDetails, ms:typesystem
Instance
<ms:MLModel xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldSubclassType>{1,1}</ms:ldSubclassType>
  <ms:modelVariant>{0,1}</ms:modelVariant>
  <ms:typesystem>{0,unbounded}</ms:typesystem>
  <ms:annotationSchema>{0,unbounded}</ms:annotationSchema>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:tagset>{0,unbounded}</ms:tagset>
  <ms:method>{0,1}</ms:method>
  <ms:mlFramework1>{0,1}</ms:mlFramework1>
  <ms:algorithm xml:lang="">{0,unbounded}</ms:algorithm>
  <ms:algorithmDetails xml:lang="">{0,unbounded}</ms:algorithmDetails>
  <ms:trainingCorpusDetails xml:lang="">{0,unbounded}</ms:trainingCorpusDetails>
</ms:MLModel>
Source
<xs:element name="MLModel">
  <xs:annotation>
    <xs:documentation xml:lang="en">The model artifact that is created through a training process involving an ML algorithm (that is, the learning algorithm) and the training data to learn from.</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">Machine learning model</label>
      <identifier>http://w3id.org/meta-share/meta-share/MLModel</identifier>
      <alt_label xml:lang="en">ML model</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ldSubclassType" fixed="MlModel">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <display>false</display>
            <label>LD subclass</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:modelVariant" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:typesystem" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationSchema" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:tagset" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:method" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:mlFramework1" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:algorithm" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:algorithmDetails" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:trainingCorpusDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:MLModel / ms:ldSubclassType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Properties
fixed MlModel
Source
<xs:element name="ldSubclassType" fixed="MlModel">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>LD subclass</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:modelVariant
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a label that can be used to identify the variant of a ML model
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:MLModel
Source
<xs:element name="modelVariant">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a label that can be used to identify the variant of a ML model</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/modelVariant</identifier>
      <label xml:lang="en">model variant</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:annotationSchema
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The annotation schema used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:annotationSchema xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:annotationSchema>
Source
<xs:element name="annotationSchema" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">The annotation schema used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/annotationSchema</identifier>
      <label xml:lang="en">annotation schema</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:tagset
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The tagset used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Element ms:MLModel
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:tagset xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:tagset>
Source
<xs:element name="tagset" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">The tagset used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/tagset</identifier>
      <label xml:lang="en">tagset</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:method
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the method used for the development of a tool/service or the ML model
Diagram
Diagram OMTD-SHARE-elements_xsd.tmp#TdmMethod
Type omtd:TdmMethod
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/omtd-share/Crowdsourcing
The practice of obtaining needed services, ideas, or content by soliciting contributions from a large group of people and especially from the online community rather than from traditional employees or suppliers
enumeration http://w3id.org/meta-share/omtd-share/FiniteStateTechnology
In data communications, flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from overwhelming a slow receiver. It provides a mechanism for the receiver to control the transmission speed, so that the receiving node is not overwhelmed with data from transmitting node.
enumeration http://w3id.org/meta-share/omtd-share/MachineAndStatisticalLearningMethod
Methods and techniques used either in machine learning or statistical learning
enumeration http://w3id.org/meta-share/omtd-share/ArtificialNeuralNetwork
A computational model based on a large collection of simple neural units (artificial neurons), loosely analogous to the observed behavior of a biological brain's axons. These systems are self-learning and trained, rather than explicitly programmed.
enumeration http://w3id.org/meta-share/omtd-share/AssociationRuleLearning
A machine learning method used in recognising relationships among variables in databases and extracted in the form of rules.
enumeration http://w3id.org/meta-share/omtd-share/Bayesian
A method in probability and statistics based on Bayes' theorem, mainly related to statistical inference.
enumeration http://w3id.org/meta-share/omtd-share/ClusteringMethod
Any method used in clustering or cluster analysis, i.e. in grouping a set of objects in such a way that objects in the same group (cluster) are more similar (in some sense or another) to each other than to those in other groups (clusters).
enumeration http://w3id.org/meta-share/omtd-share/DecisionTrees
A non-parametric supervised learning method used for classification and regression. The goal is to create a tree-like graph or model of decisions and their possible consequences by learning simple decision rules inferred from the data features.
enumeration http://w3id.org/meta-share/omtd-share/DeepLearning
A branch of machine learning based on deep neural networks. A deep neural network (DNN) is an artificial neural network (ANN) with multiple hidden layers of units between the input and output layers.
enumeration http://w3id.org/meta-share/omtd-share/DimensionalityReduction
A method based on reducing the number of random variables under consideration, via obtaining a set of principal variables.
enumeration http://w3id.org/meta-share/omtd-share/EnsembleMethod
Any method that uses multiple learning algorithms in an attempt to improve predictive performance not obtainable otherwise with any of the constituent learning algorithms.
enumeration http://w3id.org/meta-share/omtd-share/InstanceBasedLearning
A family of learning algorithms that, instead of performing explicit generalization, compares new problem instances with instances seen in training, which have been stored in memory.
enumeration http://w3id.org/meta-share/omtd-share/KernelMethod
Any method used in pattern analysis that relies on kernel functions, which enable it to operate in a high-dimensional, implicit feature space without ever computing the coordinates of the data in that space, but rather by simply computing the inner products between the images of all pairs of data in the feature space.
enumeration http://w3id.org/meta-share/omtd-share/RegressionAnalysis
A statistical process for estimating the relationships among variables. It includes many techniques for modeling and analyzing several variables, when the focus is on the relationship between a dependent variable and one or more independent variables (or 'predictors').
enumeration http://w3id.org/meta-share/omtd-share/Regularisation
A process of introducing additional information in order to solve an ill-posed problem or to prevent overfitting.
enumeration http://w3id.org/meta-share/omtd-share/MachineLearningMethod
A method of data analysis that automates model building. Using algorithms that iteratively learn from data, machine learning allows computers to find hidden insights without being explicitly programmed where to look.
enumeration http://w3id.org/meta-share/omtd-share/RuleBasedMethod
A type of method that makes use of set(s) of rules to perform the relevant task.
enumeration http://w3id.org/meta-share/omtd-share/StatisticalLearningMethod
The process of using statistics and techniques related to statistics in order to understand and learn from your data so that you can predict its future.
Used by
Source
<xs:element name="method" type="omtd:TdmMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the method used for the development of a tool/service or the ML model</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/method</identifier>
      <label xml:lang="en">method</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:mlFramework1
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the framework that has been used for developing a model (e.g. keras, tensorflow, etc.)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/Caffe
enumeration http://w3id.org/meta-share/meta-share/H2O
enumeration http://w3id.org/meta-share/meta-share/Keras
enumeration http://w3id.org/meta-share/meta-share/MXNet
enumeration http://w3id.org/meta-share/meta-share/MicrosoftCognitiveToolkit
enumeration http://w3id.org/meta-share/meta-share/PyTorch
enumeration http://w3id.org/meta-share/meta-share/Scikit-Learn
enumeration http://w3id.org/meta-share/meta-share/TensorFlow
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="mlFramework1">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the framework that has been used for developing a model (e.g. keras, tensorflow, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mlFramework1</identifier>
      <label xml:lang="en">ML framework</label>
      <alt_label xml:lang="en">Machine Learning framework</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Caffe">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Caffe</identifier>
            <label xml:lang="en">Caffe</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/H2O">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/H2O</identifier>
            <label xml:lang="en">H2O</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Keras">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Keras</identifier>
            <label xml:lang="en">Keras</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MXNet">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MXNet</identifier>
            <label xml:lang="en">MXNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MicrosoftCognitiveToolkit">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MicrosoftCognitiveToolkit</identifier>
            <label xml:lang="en">Microsoft Cognitive Toolkit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/PyTorch">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/PyTorch</identifier>
            <label xml:lang="en">PyTorch</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Scikit-Learn">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Scikit-Learn</identifier>
            <label xml:lang="en">Scikit-Learn</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/TensorFlow">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/TensorFlow</identifier>
            <label xml:lang="en">TensorFlow</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:algorithm
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the training algorithm used for the model (e.g., maximum entropy, svm, etc.)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:MLModel
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="algorithm">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the training algorithm used for the model (e.g., maximum entropy, svm, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/algorithm</identifier>
      <label xml:lang="en">algorithm</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:algorithmDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides a detailed description of the algorithm, incl. info on whether it's supervised or not
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:MLModel
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="algorithmDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides a detailed description of the algorithm, incl. info on whether it's supervised or not</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/algorithmDetails</identifier>
      <label xml:lang="en">algorithm details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:trainingCorpusDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides a detailed description of the training corpus (e.g., size, number of features, etc.)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:MLModel
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="trainingCorpusDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides a detailed description of the training corpus (e.g., size, number of features, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/trainingCorpusDetails</identifier>
      <label xml:lang="en">training corpus details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:Grammar
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A set of rules governing what strings are valid or allowable in a language or text [https://en.oxforddictionaries.com/definition/grammar]
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Grammar_ldSubclassType CLARIN-SHARE_xsd.tmp#encodingLevel CLARIN-SHARE_xsd.tmp#compliesWith CLARIN-SHARE_xsd.tmp#theoreticModel CLARIN-SHARE_xsd.tmp#formalism CLARIN-SHARE_xsd.tmp#ldTask CLARIN-SHARE_xsd.tmp#grammaticalPhenomenaCoverage CLARIN-SHARE_xsd.tmp#weightedGrammar CLARIN-SHARE_xsd.tmp#requiresLR CLARIN-SHARE_xsd.tmp#relatedLexiconType CLARIN-SHARE_xsd.tmp#attachedLexiconPosition CLARIN-SHARE_xsd.tmp#compatibleLexiconType CLARIN-SHARE_xsd.tmp#robustness CLARIN-SHARE_xsd.tmp#shallowness CLARIN-SHARE_xsd.tmp#output
Properties
content complex
Used by
Model
Children ms:attachedLexiconPosition, ms:compatibleLexiconType, ms:compliesWith, ms:encodingLevel, ms:formalism, ms:grammaticalPhenomenaCoverage, ms:ldSubclassType, ms:ldTask, ms:output, ms:relatedLexiconType, ms:requiresLR, ms:robustness, ms:shallowness, ms:theoreticModel, ms:weightedGrammar
Instance
<ms:Grammar xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldSubclassType>{1,1}</ms:ldSubclassType>
  <ms:encodingLevel>{1,unbounded}</ms:encodingLevel>
  <ms:compliesWith>{0,unbounded}</ms:compliesWith>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:formalism xml:lang="">{0,1}</ms:formalism>
  <ms:ldTask>{0,unbounded}</ms:ldTask>
  <ms:grammaticalPhenomenaCoverage>{0,unbounded}</ms:grammaticalPhenomenaCoverage>
  <ms:weightedGrammar>{0,1}</ms:weightedGrammar>
  <ms:requiresLR>{0,unbounded}</ms:requiresLR>
  <ms:relatedLexiconType>{0,1}</ms:relatedLexiconType>
  <ms:attachedLexiconPosition xml:lang="">{0,unbounded}</ms:attachedLexiconPosition>
  <ms:compatibleLexiconType>{0,1}</ms:compatibleLexiconType>
  <ms:robustness xml:lang="">{0,unbounded}</ms:robustness>
  <ms:shallowness xml:lang="">{0,unbounded}</ms:shallowness>
  <ms:output xml:lang="">{0,unbounded}</ms:output>
</ms:Grammar>
Source
<xs:element name="Grammar">
  <xs:annotation>
    <xs:documentation xml:lang="en">A set of rules governing what strings are valid or allowable in a language or text [https://en.oxforddictionaries.com/definition/grammar]</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">Grammar</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ldSubclassType" fixed="Grammar">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <display>false</display>
            <label>Language description subclass</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:encodingLevel" maxOccurs="unbounded"/>
      <xs:element ref="ms:compliesWith" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:theoreticModel" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:formalism" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:ldTask" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:grammaticalPhenomenaCoverage" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:weightedGrammar" minOccurs="0"/>
      <xs:element ref="ms:requiresLR" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:relatedLexiconType" minOccurs="0"/>
      <xs:element ref="ms:attachedLexiconPosition" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:compatibleLexiconType" minOccurs="0"/>
      <xs:element ref="ms:robustness" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:shallowness" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:output" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Grammar / ms:ldSubclassType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Properties
fixed Grammar
Source
<xs:element name="ldSubclassType" fixed="Grammar">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>Language description subclass</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:formalism
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the formalism (bibliographic reference, URL, name) used for the creation/enrichment of the resource (grammar or tool/service)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="formalism">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the formalism (bibliographic reference, URL, name) used for the creation/enrichment of the resource (grammar or tool/service)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/formalism</identifier>
      <label xml:lang="en">formalism</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:ldTask
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the task performed by the language description
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/analysis
enumeration http://w3id.org/meta-share/meta-share/anaphoraResolution
enumeration http://w3id.org/meta-share/meta-share/chunking
enumeration http://w3id.org/meta-share/meta-share/definitionsParsing
enumeration http://w3id.org/meta-share/meta-share/generation
enumeration http://w3id.org/meta-share/meta-share/npRecognition
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/parsing
enumeration http://w3id.org/meta-share/meta-share/titlesParsing
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Grammar
Source
<xs:element name="ldTask">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the task performed by the language description</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ldTask</identifier>
      <label xml:lang="en">language description task</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/analysis">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/analysis</identifier>
            <label xml:lang="en">analysis</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/anaphoraResolution">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/anaphoraResolution</identifier>
            <label xml:lang="en">anaphora resolution</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/chunking">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/chunking</identifier>
            <label xml:lang="en">chunking</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/definitionsParsing">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/definitionsParsing</identifier>
            <label xml:lang="en">parsing of definitions</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/generation">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/generation</identifier>
            <label xml:lang="en">generation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/npRecognition">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/npRecognition</identifier>
            <label xml:lang="en">recognition of noun phrases</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/parsing">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/parsing</identifier>
            <label xml:lang="en">parsing</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/titlesParsing">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/titlesParsing</identifier>
            <label xml:lang="en">parsing of titles</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:grammaticalPhenomenaCoverage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Gives an indication of the grammatical phenomena covered by the grammar
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/anaphora
enumeration http://w3id.org/meta-share/meta-share/clauseStructure
enumeration http://w3id.org/meta-share/meta-share/coordination
enumeration http://w3id.org/meta-share/meta-share/npStructure
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/ppAttachment
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Grammar
Source
<xs:element name="grammaticalPhenomenaCoverage">
  <xs:annotation>
    <xs:documentation xml:lang="en">Gives an indication of the grammatical phenomena covered by the grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/grammaticalPhenomenaCoverage</identifier>
      <label xml:lang="en">grammatical phenomena coverage</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/anaphora">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/anaphora</identifier>
            <label xml:lang="en">anaphora</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/clauseStructure">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/clauseStructure</identifier>
            <label xml:lang="en">clause structure</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/coordination">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/coordination</identifier>
            <label xml:lang="en">coordination</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/npStructure">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/npStructure</identifier>
            <label xml:lang="en">NP structure</label>
            <alt_label xml:lang="en">Structure of noun phrases</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/ppAttachment">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ppAttachment</identifier>
            <label xml:lang="en">PP attachment</label>
            <alt_label xml:lang="en">Attachment of Prepositional phrases</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:weightedGrammar
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the grammar contains numerical weights (incl. probabilities)
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Element ms:Grammar
Source
<xs:element name="weightedGrammar" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the grammar contains numerical weights (incl. probabilities)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/weightedGrammar</identifier>
      <label xml:lang="en">weighted grammar</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:requiresLR
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that is required for the operation of a tool/service or computational grammar (the one that is described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:requiresLR xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:requiresLR>
Source
<xs:element name="requiresLR" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that is required for the operation of a tool/service or computational grammar (the one that is described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/requiresLR</identifier>
      <label xml:lang="en">required LRT</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:relatedLexiconType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the type of the lexica that must or can be used with the grammar
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/attached
enumeration http://w3id.org/meta-share/meta-share/compatible
enumeration http://w3id.org/meta-share/meta-share/included
enumeration http://w3id.org/meta-share/meta-share/none4
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Grammar
Source
<xs:element name="relatedLexiconType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the type of the lexica that must or can be used with the grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relatedLexiconType</identifier>
      <label xml:lang="en">related lexicon type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/attached">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/attached</identifier>
            <label xml:lang="en">attached</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/compatible">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/compatible</identifier>
            <label xml:lang="en">compatible</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/included">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/included</identifier>
            <label xml:lang="en">included</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none4">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none4</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:attachedLexiconPosition
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the position of the lexicon, if attached to the grammar
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Grammar
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="attachedLexiconPosition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the position of the lexicon, if attached to the grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/attachedLexiconPosition</identifier>
      <label xml:lang="en">attached lexicon position</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:compatibleLexiconType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of (external) lexicon that can be used with the grammar
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/frameNet
A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles
enumeration http://w3id.org/meta-share/meta-share/morphologicalLexicon
a lexicon with morphological information associated with its entries
enumeration http://w3id.org/meta-share/meta-share/ontology
a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/tagset1
a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/wordNet
A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members
enumeration http://w3id.org/meta-share/meta-share/wordlist
A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Grammar
Source
<xs:element name="compatibleLexiconType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of (external) lexicon that can be used with the grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/compatibleLexiconType</identifier>
      <label xml:lang="en">compatible lexicon type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/frameNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/frameNet</identifier>
            <label xml:lang="en">FrameNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/morphologicalLexicon">
        <xs:annotation>
          <xs:documentation xml:lang="en">a lexicon with morphological information associated with its entries</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/morphologicalLexicon</identifier>
            <label xml:lang="en">morphological lexicon</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ontology">
        <xs:annotation>
          <xs:documentation xml:lang="en">a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ontology</identifier>
            <label xml:lang="en">ontology</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/tagset1">
        <xs:annotation>
          <xs:documentation xml:lang="en">a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/tagset1</identifier>
            <label xml:lang="en">tagset</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordNet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordNet</identifier>
            <label xml:lang="en">WordNet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/wordlist">
        <xs:annotation>
          <xs:documentation xml:lang="en">A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/wordlist</identifier>
            <label xml:lang="en">wordlist</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:robustness
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a free text statement on the robustness of the grammar (how well the grammar can cope with misspelt/unknown, etc. input, i.e. whether it can produce even partial interpretations of the input)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Grammar
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="robustness">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a free text statement on the robustness of the grammar (how well the grammar can cope with misspelt/unknown, etc. input, i.e. whether it can produce even partial interpretations of the input)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/robustness</identifier>
      <label xml:lang="en">robustness</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:shallowness
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a free text statement on the shallowness of the grammar (how deep the syntactic analysis performed by the grammar can be)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Grammar
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="shallowness">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a free text statement on the shallowness of the grammar (how deep the syntactic analysis performed by the grammar can be)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/shallowness</identifier>
      <label xml:lang="en">shallowness</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:output
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the output of the operation of the grammar is a statement of grammaticality (grammatical/ungrammatical) or structures (interpretation of the input)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Grammar
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="output">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the output of the operation of the grammar is a statement of grammaticality (grammatical/ungrammatical) or structures (interpretation of the input)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/output</identifier>
      <label xml:lang="en">output</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:NGramModel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A language model consisting of n-grams, i.e. specific sequences of a number of words
Diagram
Diagram CLARIN-SHARE_xsd.tmp#NGramModel_ldSubclassType CLARIN-SHARE_xsd.tmp#baseItem CLARIN-SHARE_xsd.tmp#order CLARIN-SHARE_xsd.tmp#perplexity CLARIN-SHARE_xsd.tmp#isFactored CLARIN-SHARE_xsd.tmp#factor CLARIN-SHARE_xsd.tmp#smoothing CLARIN-SHARE_xsd.tmp#interpolated
Properties
content complex
Used by
Model
Children ms:baseItem, ms:factor, ms:interpolated, ms:isFactored, ms:ldSubclassType, ms:order, ms:perplexity, ms:smoothing
Instance
<ms:NGramModel xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldSubclassType>{1,1}</ms:ldSubclassType>
  <ms:baseItem>{1,unbounded}</ms:baseItem>
  <ms:order>{1,1}</ms:order>
  <ms:perplexity>{0,1}</ms:perplexity>
  <ms:isFactored>{0,1}</ms:isFactored>
  <ms:factor>{0,unbounded}</ms:factor>
  <ms:smoothing>{0,1}</ms:smoothing>
  <ms:interpolated>{0,1}</ms:interpolated>
</ms:NGramModel>
Source
<xs:element name="NGramModel">
  <xs:annotation>
    <xs:documentation xml:lang="en">A language model consisting of n-grams, i.e. specific sequences of a number of words</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/NGramModel</identifier>
      <label xml:lang="en">N-gram model</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ldSubclassType" fixed="NGramModel">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <display>false</display>
            <label>Language description subclass</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:baseItem" maxOccurs="unbounded"/>
      <xs:element ref="ms:order"/>
      <xs:element ref="ms:perplexity" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isFactored" minOccurs="0"/>
      <xs:element ref="ms:factor" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:smoothing" minOccurs="0"/>
      <xs:element ref="ms:interpolated" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:NGramModel / ms:ldSubclassType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Properties
fixed NGramModel
Source
<xs:element name="ldSubclassType" fixed="NGramModel">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>Language description subclass</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:baseItem
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Type of item that is represented in the n-gram resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/letter
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/phoneme
enumeration http://w3id.org/meta-share/meta-share/syllable
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/word
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:NGramModel
Source
<xs:element name="baseItem">
  <xs:annotation>
    <xs:documentation xml:lang="en">Type of item that is represented in the n-gram resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/baseItem</identifier>
      <label xml:lang="en">base item</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/letter">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/letter</identifier>
            <label xml:lang="en">letter</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/phoneme">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phoneme</identifier>
            <label xml:lang="en">phoneme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/syllable">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/syllable</identifier>
            <label xml:lang="en">syllable</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/word">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/word</identifier>
            <label xml:lang="en">word</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:order
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the maximum number of items in the sequence
Diagram
Diagram
Type xs:int
Properties
content simple
Used by
Element ms:NGramModel
Source
<xs:element name="order" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the maximum number of items in the sequence</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/order</identifier>
      <label xml:lang="en">order</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:perplexity
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the perplexity derived from running on test set taken from the same corpus
Diagram
Diagram
Type xs:float
Properties
content simple
Used by
Element ms:NGramModel
Source
<xs:element name="perplexity" type="xs:float">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the perplexity derived from running on test set taken from the same corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/perplexity</identifier>
      <label xml:lang="en">perplexity</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isFactored
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the model is factored or not
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Element ms:NGramModel
Source
<xs:element name="isFactored" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the model is factored or not</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isFactored</identifier>
      <label xml:lang="en">is factored</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:factor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A factor that has been used for the n-gram resource
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Element ms:NGramModel
Source
<xs:element name="factor">
  <xs:annotation>
    <xs:documentation xml:lang="en">A factor that has been used for the n-gram resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/factor</identifier>
      <label xml:lang="en">factor</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:smoothing
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The technique used for giving unseen items some probability
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:NGramModel
Source
<xs:element name="smoothing">
  <xs:annotation>
    <xs:documentation xml:lang="en">The technique used for giving unseen items some probability</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/smoothing</identifier>
      <label xml:lang="en">smoothing</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:interpolated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the n-gram resource is interpolated (Interpolated language models are constructed by 2 or more corpora and each corpus is represented in the model according to a predefined weight)
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Element ms:NGramModel
Source
<xs:element name="interpolated" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the n-gram resource is interpolated (Interpolated language models are constructed by 2 or more corpora and each corpus is represented in the model according to a predefined weight)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/interpolated</identifier>
      <label xml:lang="en">interpolated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:requiresSoftware
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies software tools or libraries that are required for the operation of a tool/service or computational grammar
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 300
Used by
Source
<xs:element name="requiresSoftware">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies software tools or libraries that are required for the operation of a tool/service or computational grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/requiresSoftware</identifier>
      <label xml:lang="en">requires software</label>
      <note xml:lang="en">left as a data property - it's for more general software than language processing tools, so difficult to restrict</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:requiredHardware
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of hardware required for running a tool and/or computational grammar
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
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
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/specialHardwareEquipment
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
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="ms:httpURI">
      <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:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:runningEnvironmentDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on the running environment of a tool/service or of a language description
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="runningEnvironmentDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on the running environment of a tool/service or of a language description</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/runningEnvironmentDetails</identifier>
      <label xml:lang="en">running environment details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:LanguageDescriptionMediaPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A part/segment of a language description based on its media type classification
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LanguageDescriptionTextPart CLARIN-SHARE_xsd.tmp#LanguageDescriptionImagePart CLARIN-SHARE_xsd.tmp#LanguageDescriptionVideoPart CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LanguageDescriptionMediaPart
Type ms:LanguageDescriptionMediaPart
Properties
content complex
Used by
Model
Children ms:LanguageDescriptionImagePart, ms:LanguageDescriptionTextPart, ms:LanguageDescriptionVideoPart
Instance
<ms:LanguageDescriptionMediaPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LanguageDescriptionTextPart>{1,1}</ms:LanguageDescriptionTextPart>
  <ms:LanguageDescriptionImagePart>{1,1}</ms:LanguageDescriptionImagePart>
  <ms:LanguageDescriptionVideoPart>{1,1}</ms:LanguageDescriptionVideoPart>
</ms:LanguageDescriptionMediaPart>
Source
<xs:element name="LanguageDescriptionMediaPart" type="ms:LanguageDescriptionMediaPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">A part/segment of a language description based on its media type classification</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LanguageDescriptionMediaPart</identifier>
      <label xml:lang="en">Language description part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/MediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionTextPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The textual part (or whole set) of a language description
Diagram
Diagram
Type ms:LanguageDescriptionTextPart
Properties
content complex
Used by
Model
Children ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:ldMediaType, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription
Instance
<ms:LanguageDescriptionTextPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldMediaType>{1,1}</ms:ldMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:LanguageDescriptionTextPart>
Source
<xs:element name="LanguageDescriptionTextPart" type="ms:LanguageDescriptionTextPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The textual part (or whole set) of a language description</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LanguageDescriptionTextPart</identifier>
      <label xml:lang="en">Language description text part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LanguageDescriptionMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionTextPart / ms:ldMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LanguageDescriptionTextPart
Source
<xs:element name="ldMediaType" type="xs:string" fixed="LanguageDescriptionTextPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LD media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionTextPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/text
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/text">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionImagePart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part (or whole set) of a language description that consists of images (e.g., a grammar part with photos or images for sign languages)
Diagram
Diagram
Type ms:LanguageDescriptionImagePart
Properties
content complex
Used by
Model
Children ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:ldMediaType, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:staticElement, ms:textIncludedInImage, ms:typeOfImageContent
Instance
<ms:LanguageDescriptionImagePart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldMediaType>{1,1}</ms:ldMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:typeOfImageContent xml:lang="">{1,unbounded}</ms:typeOfImageContent>
  <ms:textIncludedInImage>{0,unbounded}</ms:textIncludedInImage>
  <ms:staticElement>{0,unbounded}</ms:staticElement>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:LanguageDescriptionImagePart>
Source
<xs:element name="LanguageDescriptionImagePart" type="ms:LanguageDescriptionImagePart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part (or whole set) of a language description that consists of images (e.g., a grammar part with photos or images for sign languages)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LanguageDescriptionImagePart</identifier>
      <label xml:lang="en">Language description image part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LanguageDescriptionMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionImagePart / ms:ldMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LanguageDescriptionImagePart
Source
<xs:element name="ldMediaType" type="xs:string" fixed="LanguageDescriptionImagePart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LD media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionImagePart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/image
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/image">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionVideoPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The part (or whole set) of a language description that consists of videos (e.g., a grammar part with videos for sign languages)
Diagram
Diagram
Type ms:LanguageDescriptionVideoPart
Properties
content complex
Used by
Model
Children ms:creationDetails, ms:creationMode, ms:dynamicElement, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:ldMediaType, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:textIncludedInVideo, ms:typeOfVideoContent
Instance
<ms:LanguageDescriptionVideoPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldMediaType>{1,1}</ms:ldMediaType>
  <ms:mediaType>{1,1}</ms:mediaType>
  <ms:lingualityType>{1,1}</ms:lingualityType>
  <ms:multilingualityType>{0,1}</ms:multilingualityType>
  <ms:multilingualityTypeDetails xml:lang="">{0,unbounded}</ms:multilingualityTypeDetails>
  <ms:language>{1,unbounded}</ms:language>
  <ms:metalanguage>{0,unbounded}</ms:metalanguage>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:typeOfVideoContent xml:lang="">{1,unbounded}</ms:typeOfVideoContent>
  <ms:textIncludedInVideo>{0,unbounded}</ms:textIncludedInVideo>
  <ms:dynamicElement>{0,unbounded}</ms:dynamicElement>
  <ms:creationMode>{0,1}</ms:creationMode>
  <ms:creationDetails xml:lang="">{0,unbounded}</ms:creationDetails>
  <ms:isCreatedBy>{0,unbounded}</ms:isCreatedBy>
  <ms:hasOriginalSource>{0,unbounded}</ms:hasOriginalSource>
  <ms:originalSourceDescription xml:lang="">{0,unbounded}</ms:originalSourceDescription>
  <ms:linkToOtherMedia>{0,unbounded}</ms:linkToOtherMedia>
</ms:LanguageDescriptionVideoPart>
Source
<xs:element name="LanguageDescriptionVideoPart" type="ms:LanguageDescriptionVideoPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">The part (or whole set) of a language description that consists of videos (e.g., a grammar part with videos for sign languages)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LanguageDescriptionVideoPart</identifier>
      <label xml:lang="en">Language description video part</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/LanguageDescriptionMediaPart</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionVideoPart / ms:ldMediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type xs:string
Properties
content simple
fixed LanguageDescriptionVideoPart
Source
<xs:element name="ldMediaType" type="xs:string" fixed="LanguageDescriptionVideoPart">
  <xs:annotation>
    <xs:appinfo>
      <display>false</display>
      <label>LD media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:LanguageDescriptionVideoPart / ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
fixed http://w3id.org/meta-share/meta-share/video
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/video">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
      <display>false</display>
      <label>media type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:ToolService
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A tool/service/any piece of software that performs language processing and/or any Language Technology related operation.
Diagram
Diagram
Properties
content complex
Used by
Element ms:LRSubclass
Model
Children ms:SoftwareDistribution, ms:annotationResource, ms:annotationSchema, ms:evaluated, ms:evaluation, ms:formalism, ms:framework, ms:function, ms:implementationLanguage, ms:inputContentResource, ms:languageDependent, ms:lrType, ms:method, ms:mlFramework1, ms:mlModel, ms:outputResource, ms:parameter, ms:previousAnnotationTypesPolicy, ms:requiredHardware, ms:requiresLR, ms:requiresSoftware, ms:runningEnvironmentDetails, ms:runningTime, ms:trl, ms:typesystem
Instance
<ms:ToolService xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lrType>{1,1}</ms:lrType>
  <ms:function>{1,unbounded}</ms:function>
  <ms:SoftwareDistribution>{1,unbounded}</ms:SoftwareDistribution>
  <ms:languageDependent>{1,1}</ms:languageDependent>
  <ms:inputContentResource>{1,unbounded}</ms:inputContentResource>
  <ms:outputResource>{0,unbounded}</ms:outputResource>
  <ms:requiresLR>{0,unbounded}</ms:requiresLR>
  <ms:typesystem>{0,1}</ms:typesystem>
  <ms:annotationSchema>{0,1}</ms:annotationSchema>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:mlModel>{0,unbounded}</ms:mlModel>
  <ms:mlFramework1>{0,1}</ms:mlFramework1>
  <ms:framework>{0,1}</ms:framework>
  <ms:formalism xml:lang="">{0,unbounded}</ms:formalism>
  <ms:method>{0,1}</ms:method>
  <ms:implementationLanguage>{0,1}</ms:implementationLanguage>
  <ms:requiresSoftware>{0,unbounded}</ms:requiresSoftware>
  <ms:requiredHardware>{0,unbounded}</ms:requiredHardware>
  <ms:runningEnvironmentDetails xml:lang="">{0,unbounded}</ms:runningEnvironmentDetails>
  <ms:runningTime>{0,1}</ms:runningTime>
  <ms:trl>{0,1}</ms:trl>
  <ms:evaluated>{1,1}</ms:evaluated>
  <ms:evaluation>{0,unbounded}</ms:evaluation>
  <ms:previousAnnotationTypesPolicy>{0,1}</ms:previousAnnotationTypesPolicy>
  <ms:parameter>{0,unbounded}</ms:parameter>
</ms:ToolService>
Source
<xs:element name="ToolService">
  <xs:annotation>
    <xs:documentation xml:lang="en">A tool/service/any piece of software that performs language processing and/or any Language Technology related operation.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ToolService</identifier>
      <label xml:lang="en">Language Technology tool/service</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="lrType" fixed="ToolService">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>LR type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:function" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:SoftwareDistribution" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>distribution</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:languageDependent">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:inputContentResource" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:outputResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <recommended>true</recommended>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:requiresLR" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:typesystem" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <tab>technical</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationSchema" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <tab>technical</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>technical</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:mlModel" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:mlFramework1" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:framework" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:formalism" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:method" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:implementationLanguage" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:requiresSoftware" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:requiredHardware" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:runningEnvironmentDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:runningTime" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:trl" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:evaluated">
        <xs:annotation>
          <xs:appinfo>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:evaluation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>usage/evaluation</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:previousAnnotationTypesPolicy" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:parameter" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <tab>technical</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:ToolService / ms:lrType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the language resource described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed ToolService
Source
<xs:element name="lrType" fixed="ToolService">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>LR type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:function
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the operation/function/task that a software object performs
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LTClassRecommended CLARIN-SHARE_xsd.tmp#LTClassOther CLARIN-SHARE_xsd.tmp#LTClass
Type ms:LTClass
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:LTClassOther, ms:LTClassRecommended
Instance
<ms:function xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LTClassRecommended>{1,1}</ms:LTClassRecommended>
  <ms:LTClassOther>{1,1}</ms:LTClassOther>
</ms:function>
Source
<xs:element name="function" type="ms:LTClass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the operation/function/task that a software object performs</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/function</identifier>
      <label xml:lang="en">function</label>
      <alt_label xml:lang="en">operation</alt_label>
      <alt_label xml:lang="en">task</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:SoftwareDistribution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Any form with which software is distributed (e.g., web services, executable or code files, etc.)
Diagram
Diagram
Type ms:SoftwareDistribution
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:SoftwareDistributionForm, ms:accessLocation, ms:accessRights, ms:additionalHWRequirements, ms:attributionText, ms:availabilityEndDate, ms:availabilityStartDate, ms:command, ms:copyrightStatement, ms:cost, ms:demoLocation, ms:distributionRightsHolder, ms:dockerDownloadLocation, ms:downloadLocation, ms:executionLocation, ms:isDescribedBy, ms:licenceTerms, ms:membershipInstitution, ms:operatingSystem, ms:privateResource, ms:serviceAdapterDownloadLocation, ms:webServiceType
Instance
<ms:SoftwareDistribution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:SoftwareDistributionForm>{1,1}</ms:SoftwareDistributionForm>
  <ms:executionLocation>{0,1}</ms:executionLocation>
  <ms:downloadLocation>{0,1}</ms:downloadLocation>
  <ms:dockerDownloadLocation>{0,1}</ms:dockerDownloadLocation>
  <ms:serviceAdapterDownloadLocation>{0,1}</ms:serviceAdapterDownloadLocation>
  <ms:accessLocation>{0,1}</ms:accessLocation>
  <ms:demoLocation>{0,1}</ms:demoLocation>
  <ms:privateResource>{0,1}</ms:privateResource>
  <ms:isDescribedBy>{0,unbounded}</ms:isDescribedBy>
  <ms:additionalHWRequirements>{0,1}</ms:additionalHWRequirements>
  <ms:command>{0,1}</ms:command>
  <ms:webServiceType>{0,1}</ms:webServiceType>
  <ms:operatingSystem>{0,unbounded}</ms:operatingSystem>
  <ms:licenceTerms>{1,unbounded}</ms:licenceTerms>
  <ms:cost>{0,1}</ms:cost>
  <ms:membershipInstitution>{0,unbounded}</ms:membershipInstitution>
  <ms:attributionText xml:lang="">{0,unbounded}</ms:attributionText>
  <ms:copyrightStatement xml:lang="">{0,unbounded}</ms:copyrightStatement>
  <ms:availabilityStartDate>{0,1}</ms:availabilityStartDate>
  <ms:availabilityEndDate>{0,1}</ms:availabilityEndDate>
  <ms:distributionRightsHolder>{0,unbounded}</ms:distributionRightsHolder>
  <ms:accessRights>{0,unbounded}</ms:accessRights>
</ms:SoftwareDistribution>
Source
<xs:element name="SoftwareDistribution" type="ms:SoftwareDistribution">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any form with which software is distributed (e.g., web services, executable or code files, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SoftwareDistribution</identifier>
      <label xml:lang="en">Software distribution</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Distribution</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:SoftwareDistributionForm
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The medium, delivery channel or form (e.g., source code, API, web service, etc.) through which a software object is distributed
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/dockerImage
Value for software distribution form, used for software objects distributed as Docker images, i.e. packaged together with all their dependencies and ready to be executed
enumeration http://w3id.org/meta-share/meta-share/executableCode
Value for software distribution form, used for software objects available as binary files already compiled and ready to be executed
enumeration http://w3id.org/meta-share/meta-share/library
Value for software distribution form, used for software objects in the form of libraries (e.g. Java, python libraries)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/plugin
Value for software distribution form, used for software objects in the form of plugins (e.g. Chrome browser extension)
enumeration http://w3id.org/meta-share/meta-share/sourceAndExecutableCode
Value for software distribution form, used for software that is available from the same location both as source code and executable program
enumeration http://w3id.org/meta-share/meta-share/sourceCode
Value for software distribution form, used for software objects in the form of source code, i.e. as files with the commands ready to be compiled or assembled into an executable computer program
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/webService
Value for software distribution form, used for software objects that can be accessed through remote invocation typically using some REST-style APIs or SOAP protocols
enumeration http://w3id.org/meta-share/meta-share/workflowFile
Value for software distribution form, used for software workflows that are made available in the form of the workflow description file
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="SoftwareDistributionForm">
  <xs:annotation>
    <xs:documentation xml:lang="en">The medium, delivery channel or form (e.g., source code, API, web service, etc.) through which a software object is distributed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SoftwareDistributionForm</identifier>
      <label xml:lang="en">Software distribution form</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/DistributionForm</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dockerImage">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software objects distributed as Docker images, i.e. packaged together with all their dependencies and ready to be executed</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dockerImage</identifier>
            <label xml:lang="en">docker image</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/executableCode">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software objects available as binary files already compiled and ready to be executed</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/executableCode</identifier>
            <label xml:lang="en">executable code</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/library">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software objects in the form of libraries (e.g. Java, python libraries)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/library</identifier>
            <label xml:lang="en">library</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/plugin">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software objects in the form of plugins (e.g. Chrome browser extension)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/plugin</identifier>
            <label xml:lang="en">plugin</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/sourceAndExecutableCode">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software that is available from the same location both as source code and executable program</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sourceAndExecutableCode</identifier>
            <label xml:lang="en">source and executable code</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/sourceCode">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software objects in the form of source code, i.e. as files with the commands ready to be compiled or assembled into an executable computer program</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sourceCode</identifier>
            <label xml:lang="en">source code</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/webService">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software objects that can be accessed through remote invocation typically using some REST-style APIs or SOAP protocols</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/webService</identifier>
            <label xml:lang="en">web service</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/workflowFile">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for software distribution form, used for software workflows that are made available in the form of the workflow description file</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/workflowFile</identifier>
            <label xml:lang="en">workflow file</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:executionLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A URL where the resource (mainly software) can be directly executed
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="executionLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">A URL where the resource (mainly software) can be directly executed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/executionLocation</identifier>
      <label xml:lang="en">execution location</label>
      <note xml:lang="en">rule: must be filled in when SoftwareDistributionMedium = webService; otherwise, not to be filled in</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:dockerDownloadLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A location where the software in the form of a docker image can be downloaded from
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="dockerDownloadLocation" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">A location where the software in the form of a docker image can be downloaded from</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dockerDownloadLocation</identifier>
      <label xml:lang="en">docker download location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:serviceAdapterDownloadLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Τhe URL where the docker image of the service adapter can be downloaded from
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="serviceAdapterDownloadLocation" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">Τhe URL where the docker image of the service adapter can be downloaded from</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/serviceAdapterDownloadLocation</identifier>
      <label xml:lang="en">service adapter download location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:demoLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the URL where a user can access the demo of a tool/service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="demoLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the URL where a user can access the demo of a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/demoLocation</identifier>
      <label xml:lang="en">demo location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
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>
      <alt_label xml:lang="en">additional hardware requirements</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="500"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:command
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies a command line used to invoke a software component
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 150
Used by
Source
<xs:element name="command">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies a command line used to invoke a software component</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/command</identifier>
      <label xml:lang="en">command</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:webServiceType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the type of a web service in accordance to a classification vocabulary that refers to the web service communication protocols
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/REST
enumeration http://w3id.org/meta-share/meta-share/SOAP
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="webServiceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the type of a web service in accordance to a classification vocabulary that refers to the web service communication protocols</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/webServiceType</identifier>
      <label xml:lang="en">web service type</label>
      <note xml:lang="en">try to restrict with instance "webService" on DistributionForm</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/REST">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/REST</identifier>
            <label xml:lang="en">REST</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SOAP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SOAP</identifier>
            <label xml:lang="en">SOAP</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:operatingSystem
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the operating system on which a software object can run
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/android
enumeration http://w3id.org/meta-share/meta-share/googleChromeOS
enumeration http://w3id.org/meta-share/meta-share/iOS
enumeration http://w3id.org/meta-share/meta-share/linux
enumeration http://w3id.org/meta-share/meta-share/mac-OS
enumeration http://w3id.org/meta-share/meta-share/os-independent
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unix
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/windows
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="operatingSystem">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the operating system on which a software object can run</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/operatingSystem</identifier>
      <label xml:lang="en">operating system</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/android">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/android</identifier>
            <label xml:lang="en">Android</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/googleChromeOS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/googleChromeOS</identifier>
            <label xml:lang="en">Google Chrome OS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/iOS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/iOS</identifier>
            <label xml:lang="en">iOS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/linux">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/linux</identifier>
            <label xml:lang="en">Linux</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mac-OS">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mac-OS</identifier>
            <label xml:lang="en">MAC-OS</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/os-independent">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/os-independent</identifier>
            <label xml:lang="en">OS-independent</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unix">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unix</identifier>
            <label xml:lang="en">UNIX</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/windows">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/windows</identifier>
            <label xml:lang="en">Windows</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:languageDependent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the operation of the tool or service is language dependent or not
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Element ms:ToolService
Source
<xs:element name="languageDependent" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the operation of the tool or service is language dependent or not</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/languageDependent</identifier>
      <label xml:lang="en">language dependent</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:inputContentResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the requirements set by a tool/service for the (content) resource that it processes
Diagram
Diagram CLARIN-SHARE_xsd.tmp#processingResourceType CLARIN-SHARE_xsd.tmp#samplesLocation CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#mediaType CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#characterEncoding CLARIN-SHARE_xsd.tmp#annotationType CLARIN-SHARE_xsd.tmp#segmentationLevel CLARIN-SHARE_xsd.tmp#typesystem CLARIN-SHARE_xsd.tmp#annotationSchema CLARIN-SHARE_xsd.tmp#annotationResource CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#modalityTypeDetails CLARIN-SHARE_xsd.tmp#ProcessingResource
Type ms:ProcessingResource
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:annotationResource, ms:annotationSchema, ms:annotationType, ms:characterEncoding, ms:dataFormat, ms:language, ms:mediaType, ms:modalityType, ms:modalityTypeDetails, ms:processingResourceType, ms:samplesLocation, ms:segmentationLevel, ms:typesystem
Instance
<ms:inputContentResource xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:processingResourceType>{1,1}</ms:processingResourceType>
  <ms:samplesLocation>{0,1}</ms:samplesLocation>
  <ms:language>{0,unbounded}</ms:language>
  <ms:mediaType>{0,1}</ms:mediaType>
  <ms:dataFormat>{0,unbounded}</ms:dataFormat>
  <ms:characterEncoding>{0,unbounded}</ms:characterEncoding>
  <ms:annotationType>{0,unbounded}</ms:annotationType>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:typesystem>{0,1}</ms:typesystem>
  <ms:annotationSchema>{0,1}</ms:annotationSchema>
  <ms:annotationResource>{0,1}</ms:annotationResource>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:modalityTypeDetails xml:lang="">{0,unbounded}</ms:modalityTypeDetails>
</ms:inputContentResource>
Source
<xs:element name="inputContentResource" type="ms:ProcessingResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the requirements set by a tool/service for the (content) resource that it processes</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/inputContentResource</identifier>
      <label xml:lang="en">input content resource</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:processingResourceType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the resource type that a tool/service takes as input or produces as output
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/corpus
Value for 'Resource type' for corpora, i.e. sets of datafiles (e.g., texts, audio recordings, videos, images, photographs, etc.)
enumeration http://w3id.org/meta-share/meta-share/file1
enumeration http://w3id.org/meta-share/meta-share/languageDescription
Value for 'Resource type' for language descriptions, e.g., grammars, machine learning models, etc., i.e. language resources that formally describe a language
enumeration http://w3id.org/meta-share/meta-share/lexicalConceptualResource
Value for 'Processing resource type' for lexical and conceptual resources (e.g., lexica, ontologies, gazetteers, terminological lists, dictionaries, thesauri, etc.)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/outputText
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/userInputText
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:ProcessingResource
Source
<xs:element name="processingResourceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the resource type that a tool/service takes as input or produces as output</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/processingResourceType</identifier>
      <label xml:lang="en">processing resource type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/corpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Resource type' for corpora, i.e. sets of datafiles (e.g., texts, audio recordings, videos, images, photographs, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/corpus</identifier>
            <label xml:lang="en">corpus</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/file1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/file1</identifier>
            <label xml:lang="en">file</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/languageDescription">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Resource type' for language descriptions, e.g., grammars, machine learning models, etc., i.e. language resources that formally describe a language</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/languageDescription</identifier>
            <label xml:lang="en">language description</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lexicalConceptualResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Processing resource type' for lexical and conceptual resources (e.g., lexica, ontologies, gazetteers, terminological lists, dictionaries, thesauri, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lexicalConceptualResource</identifier>
            <label xml:lang="en">lexical/conceptual resource</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/outputText">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/outputText</identifier>
            <label xml:lang="en">output text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/userInputText">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/userInputText</identifier>
            <label xml:lang="en">user input text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:mediaType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the media type of a language resource (the physical medium of the contents representation) or of the input/output of a language processing tool/service; each media type is described through a distinctive set of technical features; a language resource may consist of different media parts
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/audio
Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)
enumeration http://w3id.org/meta-share/meta-share/image
Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g., pictures, photos)
enumeration http://w3id.org/meta-share/meta-share/text
Value for 'MediaType' for the written or printed form of a language resource (part)
enumeration http://w3id.org/meta-share/meta-share/textNumerical
enumeration http://w3id.org/meta-share/meta-share/video
Value for 'Media type' for the audiovisual form of a language resource (part)
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:ProcessingResource
Source
<xs:element name="mediaType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the media type of a language resource (the physical medium of the contents representation) or of the input/output of a language processing tool/service; each media type is described through a distinctive set of technical features; a language resource may consist of different media parts</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mediaType</identifier>
      <label xml:lang="en">media type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/audio">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/audio</identifier>
            <label xml:lang="en">audio</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/image">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g., pictures, photos)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/image</identifier>
            <label xml:lang="en">image</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/text">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'MediaType' for the written or printed form of a language resource (part)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/text</identifier>
            <label xml:lang="en">text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/textNumerical">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/textNumerical</identifier>
            <label xml:lang="en">numerical text</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/video">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Media type' for the audiovisual form of a language resource (part)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/video</identifier>
            <label xml:lang="en">video</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:modalityTypeDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on the modalities represented in a language resource
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:ProcessingResource
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="modalityTypeDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on the modalities represented in a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/modalityTypeDetails</identifier>
      <label xml:lang="en">modality type details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:outputResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the output results of a tool/service, i.e. the features of the processed (content) resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#processingResourceType CLARIN-SHARE_xsd.tmp#samplesLocation CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#mediaType CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#characterEncoding CLARIN-SHARE_xsd.tmp#annotationType CLARIN-SHARE_xsd.tmp#segmentationLevel CLARIN-SHARE_xsd.tmp#typesystem CLARIN-SHARE_xsd.tmp#annotationSchema CLARIN-SHARE_xsd.tmp#annotationResource CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#modalityTypeDetails CLARIN-SHARE_xsd.tmp#ProcessingResource
Type ms:ProcessingResource
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:annotationResource, ms:annotationSchema, ms:annotationType, ms:characterEncoding, ms:dataFormat, ms:language, ms:mediaType, ms:modalityType, ms:modalityTypeDetails, ms:processingResourceType, ms:samplesLocation, ms:segmentationLevel, ms:typesystem
Instance
<ms:outputResource xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:processingResourceType>{1,1}</ms:processingResourceType>
  <ms:samplesLocation>{0,1}</ms:samplesLocation>
  <ms:language>{0,unbounded}</ms:language>
  <ms:mediaType>{0,1}</ms:mediaType>
  <ms:dataFormat>{0,unbounded}</ms:dataFormat>
  <ms:characterEncoding>{0,unbounded}</ms:characterEncoding>
  <ms:annotationType>{0,unbounded}</ms:annotationType>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:typesystem>{0,1}</ms:typesystem>
  <ms:annotationSchema>{0,1}</ms:annotationSchema>
  <ms:annotationResource>{0,1}</ms:annotationResource>
  <ms:modalityType>{0,unbounded}</ms:modalityType>
  <ms:modalityTypeDetails xml:lang="">{0,unbounded}</ms:modalityTypeDetails>
</ms:outputResource>
Source
<xs:element name="outputResource" type="ms:ProcessingResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the output results of a tool/service, i.e. the features of the processed (content) resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/outputResource</identifier>
      <label xml:lang="en">output resource</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:mlModel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the ML model that must be used together with the tool/service to perform the desired task
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:mlModel xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:mlModel>
Source
<xs:element name="mlModel" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the ML model that must be used together with the tool/service to perform the desired task</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mlModel</identifier>
      <label xml:lang="en">ML model</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:framework
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the implementation framework used for developing and running a tool/service
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/AlvisNLP
enumeration http://w3id.org/meta-share/meta-share/GATE
enumeration http://w3id.org/meta-share/meta-share/Galaxy
enumeration http://w3id.org/meta-share/meta-share/UIMA
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:ToolService
Source
<xs:element name="framework">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the implementation framework used for developing and running a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/framework</identifier>
      <label xml:lang="en">wrapping framework</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/AlvisNLP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/AlvisNLP</identifier>
            <label xml:lang="en">AlvisNLP</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/GATE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/GATE</identifier>
            <label xml:lang="en">GATE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/Galaxy">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/Galaxy</identifier>
            <label xml:lang="en">Galaxy</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UIMA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UIMA</identifier>
            <label xml:lang="en">UIMA</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:implementationLanguage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The programming language(s) used for the development of a tool/service, which is needed for running the tools/services, in case no executables are available
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:ToolService
Source
<xs:element name="implementationLanguage">
  <xs:annotation>
    <xs:documentation xml:lang="en">The programming language(s) used for the development of a tool/service, which is needed for running the tools/services, in case no executables are available</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/implementationLanguage</identifier>
      <label xml:lang="en">implementation language</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:runningTime
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Gives information on the running time of a tool or service
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:ToolService
Source
<xs:element name="runningTime">
  <xs:annotation>
    <xs:documentation xml:lang="en">Gives information on the running time of a tool or service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/runningTime</identifier>
      <label xml:lang="en">running time</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:trl
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the TRL (Technology Readiness Level) of the technology according to the measurement system defined by the EC
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/trl1
Basic principles observed
enumeration http://w3id.org/meta-share/meta-share/trl2
Technology concept formulated
enumeration http://w3id.org/meta-share/meta-share/trl3
Experimental proof of concept
enumeration http://w3id.org/meta-share/meta-share/trl4
Technology validated in lab
enumeration http://w3id.org/meta-share/meta-share/trl5
Technology validated in relevant environment (industrially relevant environment in the case of key enabling technologies)
enumeration http://w3id.org/meta-share/meta-share/trl6
Technology demonstrated in relevant environment (industrially relevant environment in the case of key enabling technologies)
enumeration http://w3id.org/meta-share/meta-share/trl7
System prototype demonstration in operational environment
enumeration http://w3id.org/meta-share/meta-share/trl8
System complete and qualified
enumeration http://w3id.org/meta-share/meta-share/trl9
Actual system proven in operational environment (competitive manufacturing in the case of key enabling technologies; or in space)
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:ToolService
Source
<xs:element name="trl">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the TRL (Technology Readiness Level) of the technology according to the measurement system defined by the EC</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/trl</identifier>
      <label xml:lang="en">TRL</label>
      <alt_label xml:lang="en">Technology Readiness Level</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl1">
        <xs:annotation>
          <xs:documentation xml:lang="en">Basic principles observed</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl1</identifier>
            <label xml:lang="en">TRL1</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl2">
        <xs:annotation>
          <xs:documentation xml:lang="en">Technology concept formulated</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl2</identifier>
            <label xml:lang="en">TRL2</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl3">
        <xs:annotation>
          <xs:documentation xml:lang="en">Experimental proof of concept</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl3</identifier>
            <label xml:lang="en">TRL3</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl4">
        <xs:annotation>
          <xs:documentation xml:lang="en">Technology validated in lab</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl4</identifier>
            <label xml:lang="en">TRL4</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl5">
        <xs:annotation>
          <xs:documentation xml:lang="en">Technology validated in relevant environment (industrially relevant environment in the case of key enabling technologies)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl5</identifier>
            <label xml:lang="en">TRL5</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl6">
        <xs:annotation>
          <xs:documentation xml:lang="en">Technology demonstrated in relevant environment (industrially relevant environment in the case of key enabling technologies)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl6</identifier>
            <label xml:lang="en">TRL6</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl7">
        <xs:annotation>
          <xs:documentation xml:lang="en">System prototype demonstration in operational environment</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl7</identifier>
            <label xml:lang="en">TRL7</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl8">
        <xs:annotation>
          <xs:documentation xml:lang="en">System complete and qualified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl8</identifier>
            <label xml:lang="en">TRL8</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trl9">
        <xs:annotation>
          <xs:documentation xml:lang="en">Actual system proven in operational environment (competitive manufacturing in the case of key enabling technologies; or in space)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trl9</identifier>
            <label xml:lang="en">TRL9</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:evaluated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether the tool or service has been evaluated
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Element ms:ToolService
Source
<xs:element name="evaluated" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether the tool or service has been evaluated</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluated</identifier>
      <label xml:lang="en">evaluated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:evaluation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the evaluation process and results for a tool/service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#evaluationLevel CLARIN-SHARE_xsd.tmp#evaluationType CLARIN-SHARE_xsd.tmp#evaluationCriterion CLARIN-SHARE_xsd.tmp#evaluationMeasure CLARIN-SHARE_xsd.tmp#goldStandardLocation CLARIN-SHARE_xsd.tmp#performanceIndicator CLARIN-SHARE_xsd.tmp#evaluationReport CLARIN-SHARE_xsd.tmp#isEvaluatedBy CLARIN-SHARE_xsd.tmp#evaluationDetails CLARIN-SHARE_xsd.tmp#evaluator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Evaluation
Type ms:Evaluation
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:evaluationCriterion, ms:evaluationDetails, ms:evaluationLevel, ms:evaluationMeasure, ms:evaluationReport, ms:evaluationType, ms:evaluator, ms:goldStandardLocation, ms:isEvaluatedBy, ms:performanceIndicator
Instance
<ms:evaluation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:evaluationLevel>{0,unbounded}</ms:evaluationLevel>
  <ms:evaluationType>{0,unbounded}</ms:evaluationType>
  <ms:evaluationCriterion>{0,unbounded}</ms:evaluationCriterion>
  <ms:evaluationMeasure>{0,unbounded}</ms:evaluationMeasure>
  <ms:goldStandardLocation>{0,1}</ms:goldStandardLocation>
  <ms:performanceIndicator>{0,unbounded}</ms:performanceIndicator>
  <ms:evaluationReport>{0,unbounded}</ms:evaluationReport>
  <ms:isEvaluatedBy>{0,unbounded}</ms:isEvaluatedBy>
  <ms:evaluationDetails xml:lang="">{0,unbounded}</ms:evaluationDetails>
  <ms:evaluator>{0,unbounded}</ms:evaluator>
</ms:evaluation>
Source
<xs:element name="evaluation" type="ms:Evaluation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the evaluation process and results for a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluation</identifier>
      <label xml:lang="en">evaluation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:evaluationLevel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the evaluation level
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/diagnostic
enumeration http://w3id.org/meta-share/meta-share/impact
enumeration http://w3id.org/meta-share/meta-share/technological
enumeration http://w3id.org/meta-share/meta-share/usage
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the evaluation level</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationLevel</identifier>
      <label xml:lang="en">evaluation level</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/diagnostic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/diagnostic</identifier>
            <label xml:lang="en">diagnostic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/impact">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/impact</identifier>
            <label xml:lang="en">impact</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/technological">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/technological</identifier>
            <label xml:lang="en">technological</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/usage">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/usage</identifier>
            <label xml:lang="en">usage</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:evaluationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the evaluation type
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/blackBox
enumeration http://w3id.org/meta-share/meta-share/glassBox
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the evaluation type</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationType</identifier>
      <label xml:lang="en">evaluation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/blackBox">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/blackBox</identifier>
            <label xml:lang="en">black box</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/glassBox">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/glassBox</identifier>
            <label xml:lang="en">glass box</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:evaluationCriterion
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines the criterion(s) of the evaluation of a tool
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/extrinsic
enumeration http://w3id.org/meta-share/meta-share/intrinsic
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationCriterion">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines the criterion(s) of the evaluation of a tool</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationCriterion</identifier>
      <label xml:lang="en">evaluation criterion</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/extrinsic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/extrinsic</identifier>
            <label xml:lang="en">extrinsic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/intrinsic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/intrinsic</identifier>
            <label xml:lang="en">intrinsic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:evaluationMeasure
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines whether the evaluation measure is human or automatic
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic1
enumeration http://w3id.org/meta-share/meta-share/human
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Evaluation
Source
<xs:element name="evaluationMeasure">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines whether the evaluation measure is human or automatic</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationMeasure</identifier>
      <label xml:lang="en">evaluation measure</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic1</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/human">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/human</identifier>
            <label xml:lang="en">human</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:goldStandardLocation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the URL where a gold standard resource can be found in order to be used for evaluation purposes
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Evaluation
Source
<xs:element name="goldStandardLocation" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the URL where a gold standard resource can be found in order to be used for evaluation purposes</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/goldStandardLocation</identifier>
      <label xml:lang="en">gold standard location</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:performanceIndicator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes the performance indicator used for the evaluation of a tool/service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#metric CLARIN-SHARE_xsd.tmp#measure CLARIN-SHARE_xsd.tmp#unitOfMeasureMetric CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__PerformanceIndicator
Type ms:PerformanceIndicator
Properties
content complex
Used by
Complex Type ms:Evaluation
Model
Children ms:measure, ms:metric, ms:unitOfMeasureMetric
Instance
<ms:performanceIndicator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:metric>{1,1}</ms:metric>
  <ms:measure>{1,1}</ms:measure>
  <ms:unitOfMeasureMetric>{1,1}</ms:unitOfMeasureMetric>
</ms:performanceIndicator>
Source
<xs:element name="performanceIndicator" type="ms:PerformanceIndicator">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes the performance indicator used for the evaluation of a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/performanceIndicator</identifier>
      <label xml:lang="en">performance indicator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:metric
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the metric used for the evaluation of the tool/service
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ART
enumeration http://w3id.org/meta-share/meta-share/MAD
enumeration http://w3id.org/meta-share/meta-share/MDTV
enumeration http://w3id.org/meta-share/meta-share/MTBF
enumeration http://w3id.org/meta-share/meta-share/MTSA
enumeration http://w3id.org/meta-share/meta-share/MTTR
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="metric">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the metric used for the evaluation of the tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/metric</identifier>
      <label xml:lang="en">metric</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ART">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ART</identifier>
            <label xml:lang="en">ART</label>
            <alt_label xml:lang="en">Average Response Time</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MAD">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MAD</identifier>
            <label xml:lang="en">MAD</label>
            <alt_label xml:lang="en">Mean Annotations per Document</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MDTV">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MDTV</identifier>
            <label xml:lang="en">MDTV</label>
            <alt_label xml:lang="en">Mean Time per Document Volume</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MTBF">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MTBF</identifier>
            <label xml:lang="en">MTBF</label>
            <alt_label xml:lang="en">Mean Time Between Failures</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MTSA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MTSA</identifier>
            <label xml:lang="en">MTSA</label>
            <alt_label xml:lang="en">Mean Time Seek Annotations</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MTTR">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MTTR</identifier>
            <label xml:lang="en">MTTR</label>
            <alt_label xml:lang="en">Mean Time To Repair</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:measure
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Defines the measure calculated for the metric
Diagram
Diagram
Type xs:float
Properties
content simple
Used by
Source
<xs:element name="measure" type="xs:float">
  <xs:annotation>
    <xs:documentation xml:lang="en">Defines the measure calculated for the metric</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/measure</identifier>
      <label xml:lang="en">measure</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:unitOfMeasureMetric
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the unit of measure used in the calculation of the metric (for the evaluation of a tool/service)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Source
<xs:element name="unitOfMeasureMetric">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the unit of measure used in the calculation of the metric (for the evaluation of a tool/service)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/unitOfMeasureMetric</identifier>
      <label xml:lang="en">unit of measure</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:evaluationReport
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a report describing the evaluation process, tool, method, etc. of the tool or service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Complex Type ms:Evaluation
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:evaluationReport xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:evaluationReport>
Source
<xs:element name="evaluationReport" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a report describing the evaluation process, tool, method, etc. of the tool or service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationReport</identifier>
      <label xml:lang="en">evaluation report</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isEvaluatedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that has been used to evaluate LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Used by
Complex Type ms:Evaluation
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isEvaluatedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isEvaluatedBy>
Source
<xs:element name="isEvaluatedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that has been used to evaluate LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isEvaluatedBy</identifier>
      <label xml:lang="en">evaluation tool</label>
      <alt_label xml:lang="en">is evaluated by</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:evaluationDetails
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides further information on the evaluation process of a tool or service
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Evaluation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="evaluationDetails">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides further information on the evaluation process of a tool or service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluationDetails</identifier>
      <label xml:lang="en">evaluation details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:evaluator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes the person or organization that evaluated the tool or service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Used by
Complex Type ms:Evaluation
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:evaluator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:evaluator>
Source
<xs:element name="evaluator" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes the person or organization that evaluated the tool or service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/evaluator</identifier>
      <label xml:lang="en">evaluator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:previousAnnotationTypesPolicy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the policy that a tool/service has with respect to the annotation types included in the annotated resource that it takes as input (i.e. whether it keeps, modifies or drops them in the output resource)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/drop
enumeration http://w3id.org/meta-share/meta-share/keep
enumeration http://w3id.org/meta-share/meta-share/modify
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:ToolService
Source
<xs:element name="previousAnnotationTypesPolicy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the policy that a tool/service has with respect to the annotation types included in the annotated resource that it takes as input (i.e. whether it keeps, modifies or drops them in the output resource)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/previousAnnotationTypesPolicy</identifier>
      <label xml:lang="en">previous annotation types policy</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/drop">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/drop</identifier>
            <label xml:lang="en">drop</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/keep">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/keep</identifier>
            <label xml:lang="en">keep</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/modify">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/modify</identifier>
            <label xml:lang="en">modify</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:parameter
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a parameter used for running a tool/service
Diagram
Diagram CLARIN-SHARE_xsd.tmp#parameterName CLARIN-SHARE_xsd.tmp#parameterLabel CLARIN-SHARE_xsd.tmp#parameterDescription CLARIN-SHARE_xsd.tmp#parameterType CLARIN-SHARE_xsd.tmp#optional CLARIN-SHARE_xsd.tmp#multiValue CLARIN-SHARE_xsd.tmp#defaultValue CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Parameter
Type ms:Parameter
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:dataFormat, ms:defaultValue, ms:multiValue, ms:optional, ms:parameterDescription, ms:parameterLabel, ms:parameterName, ms:parameterType
Instance
<ms:parameter xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:parameterName>{1,1}</ms:parameterName>
  <ms:parameterLabel xml:lang="">{1,unbounded}</ms:parameterLabel>
  <ms:parameterDescription xml:lang="">{1,unbounded}</ms:parameterDescription>
  <ms:parameterType>{1,1}</ms:parameterType>
  <ms:optional>{1,1}</ms:optional>
  <ms:multiValue>{1,1}</ms:multiValue>
  <ms:defaultValue>{0,1}</ms:defaultValue>
  <ms:dataFormat>{0,unbounded}</ms:dataFormat>
</ms:parameter>
Source
<xs:element name="parameter" type="ms:Parameter">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a parameter used for running a tool/service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/parameter</identifier>
      <label xml:lang="en">parameter</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:parameterName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a free text used to identify the parameter
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Complex Type ms:Parameter
Source
<xs:element name="parameterName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a free text used to identify the parameter</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/parameterName</identifier>
      <label xml:lang="en">parameter name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:parameterLabel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a short free text used to show to the user for the parameter
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Parameter
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="parameterLabel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a short free text used to show to the user for the parameter</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/parameterLabel</identifier>
      <label xml:lang="en">parameter label</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:parameterDescription
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides a short account of he parameter (e.g., function it performs, input / output requirements, etc.) in free text
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Parameter
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="parameterDescription">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides a short account of he parameter (e.g., function it performs, input / output requirements, etc.) in free text</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/parameterDescription</identifier>
      <label xml:lang="en">parameter description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:parameterType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the parameter according to a specific (not yet standardised) typing system (e.g., whether it's boolean, string, integer, a document, mapping, etc.)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/boolean
enumeration http://w3id.org/meta-share/meta-share/component1
enumeration http://w3id.org/meta-share/meta-share/corpora
enumeration http://w3id.org/meta-share/meta-share/data
enumeration http://w3id.org/meta-share/meta-share/document2
enumeration http://w3id.org/meta-share/meta-share/float
enumeration http://w3id.org/meta-share/meta-share/integer
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/string
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/url1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:Parameter
Source
<xs:element name="parameterType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the parameter according to a specific (not yet standardised) typing system (e.g., whether it's boolean, string, integer, a document, mapping, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/parameterType</identifier>
      <label xml:lang="en">parameter type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/boolean">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/boolean</identifier>
            <label xml:lang="en">boolean</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/component1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/component1</identifier>
            <label xml:lang="en">component</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/corpora">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/corpora</identifier>
            <label xml:lang="en">corpora</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/data">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/data</identifier>
            <label xml:lang="en">data</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/document2">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/document2</identifier>
            <label xml:lang="en">document</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/float">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/float</identifier>
            <label xml:lang="en">float</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/integer">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/integer</identifier>
            <label xml:lang="en">integer</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/string">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/string</identifier>
            <label xml:lang="en">string</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/url1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/url1</identifier>
            <label xml:lang="en">url</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:optional
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the parameter is mandatory or optional
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:Parameter
Source
<xs:element name="optional" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the parameter is mandatory or optional</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/optional</identifier>
      <label xml:lang="en">optional</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:multiValue
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies whether the parameter takes a list of values
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Complex Type ms:Parameter
Source
<xs:element name="multiValue" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies whether the parameter takes a list of values</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/multiValue</identifier>
      <label xml:lang="en">multi-value</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:defaultValue
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used for parameters that take a list of values in order to indicate the default value(s)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Complex Type ms:Parameter
Source
<xs:element name="defaultValue">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used for parameters that take a list of values in order to indicate the default value(s)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/defaultValue</identifier>
      <label xml:lang="en">default value</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:LicenceTerms
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A legal document (licence or terms of use/service) with which the language resource is distributed
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LicenceTerms_entityType CLARIN-SHARE_xsd.tmp#LicenceIdentifier CLARIN-SHARE_xsd.tmp#licenceTermsName CLARIN-SHARE_xsd.tmp#licenceTermsShortName CLARIN-SHARE_xsd.tmp#licenceTermsAlternativeName CLARIN-SHARE_xsd.tmp#licenceTermsURL CLARIN-SHARE_xsd.tmp#logo CLARIN-SHARE_xsd.tmp#conditionOfUse CLARIN-SHARE_xsd.tmp#licenceCategory
Properties
content complex
Used by
Model
Children ms:LicenceIdentifier, ms:conditionOfUse, ms:entityType, ms:licenceCategory, ms:licenceTermsAlternativeName, ms:licenceTermsName, ms:licenceTermsShortName, ms:licenceTermsURL, ms:logo
Instance
<ms:LicenceTerms xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:LicenceIdentifier ms:LicenceIdentifierScheme="">{0,unbounded}</ms:LicenceIdentifier>
  <ms:licenceTermsName xml:lang="">{1,unbounded}</ms:licenceTermsName>
  <ms:licenceTermsShortName xml:lang="">{0,unbounded}</ms:licenceTermsShortName>
  <ms:licenceTermsAlternativeName xml:lang="">{0,unbounded}</ms:licenceTermsAlternativeName>
  <ms:licenceTermsURL>{1,unbounded}</ms:licenceTermsURL>
  <ms:logo>{0,1}</ms:logo>
  <ms:conditionOfUse>{1,unbounded}</ms:conditionOfUse>
  <ms:licenceCategory>{0,unbounded}</ms:licenceCategory>
</ms:LicenceTerms>
Source
<xs:element name="LicenceTerms">
  <xs:annotation>
    <xs:documentation xml:lang="en">A legal document (licence or terms of use/service) with which the language resource is distributed</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Licence</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/LicenceTerms</xs:identifier>
      <representation>
        <str>licenceTermsName</str>
        <str>licenceTermsShortName</str>
        <str>licenceTermsURL</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="LicenceTerms">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LicenceIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <combined>licenceTermsURL</combined>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsShortName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsAlternativeName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:licenceTermsURL" maxOccurs="unbounded"/>
      <xs:element ref="ms:logo" minOccurs="0"/>
      <xs:element ref="ms:conditionOfUse" maxOccurs="unbounded"/>
      <xs:element ref="ms:licenceCategory" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:LicenceTerms / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed LicenceTerms
Source
<xs:element name="entityType" fixed="LicenceTerms">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:licenceTermsShortName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the short name (abbreviation, acronym, etc.) used for a licence or terms of use document
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:LicenceTerms
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="licenceTermsShortName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the short name (abbreviation, acronym, etc.) used for a licence or terms of use document</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceTermsShortName</identifier>
      <label xml:lang="en">licence/Terms of use/service short name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:licenceTermsAlternativeName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces an alternative name (other than the short name) used for a licence or terms of use
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:LicenceTerms
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="licenceTermsAlternativeName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces an alternative name (other than the short name) used for a licence or terms of use</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licenceTermsAlternativeName</identifier>
      <label xml:lang="en">licence/terms of use/service name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:Document
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A piece of written, printed, or electronic matter that is primarily intended for reading
Diagram
Diagram
Properties
content complex
Used by
Model
Children ms:DocumentIdentifier, ms:LTArea, ms:abstract, ms:alternativeTitle, ms:author, ms:bibliographicRecord, ms:bookTitle, ms:conference, ms:contributor, ms:documentType, ms:documentationType, ms:domain, ms:editor, ms:entityType, ms:journal, ms:keyword, ms:pages, ms:publicationDate, ms:publisher, ms:series, ms:subject, ms:subtitle, ms:title, ms:versionType, ms:volume
Instance
<ms:Document xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:documentationType>{0,1}</ms:documentationType>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
  <ms:bibliographicRecord>{0,1}</ms:bibliographicRecord>
  <ms:documentType>{0,1}</ms:documentType>
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:alternativeTitle xml:lang="">{0,unbounded}</ms:alternativeTitle>
  <ms:subtitle xml:lang="">{0,unbounded}</ms:subtitle>
  <ms:author>{0,unbounded}</ms:author>
  <ms:editor>{0,unbounded}</ms:editor>
  <ms:contributor>{0,unbounded}</ms:contributor>
  <ms:publicationDate>{0,1}</ms:publicationDate>
  <ms:publisher xml:lang="">{0,unbounded}</ms:publisher>
  <ms:versionType>{0,1}</ms:versionType>
  <ms:abstract xml:lang="">{0,unbounded}</ms:abstract>
  <ms:journal xml:lang="">{0,unbounded}</ms:journal>
  <ms:bookTitle xml:lang="">{0,unbounded}</ms:bookTitle>
  <ms:volume>{0,1}</ms:volume>
  <ms:series xml:lang="">{0,1}</ms:series>
  <ms:pages>{0,1}</ms:pages>
  <ms:conference xml:lang="">{0,unbounded}</ms:conference>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:subject>{0,unbounded}</ms:subject>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
</ms:Document>
Source
<xs:element name="Document">
  <xs:annotation>
    <xs:documentation xml:lang="en">A piece of written, printed, or electronic matter that is primarily intended for reading</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Document</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/Document</xs:identifier>
      <representation>
        <str>DocumentIdentifier</str>
        <str>title</str>
        <str>author</str>
        <str>publicationDate</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Document">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:documentationType" minOccurs="0"/>
      <xs:element ref="ms:DocumentIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:bibliographicRecord" minOccurs="0"/>
      <xs:element ref="ms:documentType" minOccurs="0"/>
      <xs:element ref="ms:title" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:alternativeTitle" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:subtitle" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:author" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:editor" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:contributor" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:publicationDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:publisher" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:versionType" minOccurs="0"/>
      <xs:element ref="ms:abstract" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:journal" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:bookTitle" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:volume" minOccurs="0"/>
      <xs:element ref="ms:series" minOccurs="0"/>
      <xs:element ref="ms:pages" minOccurs="0"/>
      <xs:element ref="ms:conference" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:LTArea" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:subject" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Document / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Document
Source
<xs:element name="entityType" fixed="Document">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentationType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the documentation vis-a-vis its relation with the language resource (e.g., general publication, user manual, url for online help, etc.)
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/apiSpecification
Value for 'Documentation type' used for the specification description of an API
enumeration http://w3id.org/meta-share/meta-share/demoResource
Value for 'DocumentationType' used for demos of a resource available usually through the internet (e.g., video demos)
enumeration http://w3id.org/meta-share/meta-share/generalDocumenation
Value for 'Documentation type' used for documents that describe a language resource or some aspect of it
enumeration http://w3id.org/meta-share/meta-share/guidelines
Links to the document used as guidelines for the creation or annotation of a corpus
enumeration http://w3id.org/meta-share/meta-share/installationManual
Value for 'Documentation type' used for documents that contain instructions on how to install a software
enumeration http://w3id.org/meta-share/meta-share/issueTracker
Value for 'DocumentationType' for issue-tracking tools used by software developers usually available through a dedicated web page
enumeration http://w3id.org/meta-share/meta-share/onLineHelpURL
Value for 'Documentation type' for the online help site of a language resource
enumeration http://w3id.org/meta-share/meta-share/publication
Value for 'Documentation type' used for published documents about a language resource (mainly meant for documents that describe the resource itself rather than its deployment)
enumeration http://w3id.org/meta-share/meta-share/publicationForCitation
Value for 'Documentation type' for a published document describing the language resource and which is recommended by the resource creator(s) to be used for citation purposes when the resource is mentioned in another publication
enumeration http://w3id.org/meta-share/meta-share/samples
Value for 'DocumentationType' used for samples of a language resource
enumeration http://w3id.org/meta-share/meta-share/trainingResource
Value for 'DocumentationType' used for the training material of a resource (e.g., video tutorials, screencasts, guided tours, etc.)
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/userManual
Value for 'Documentation type' for documents that include instructions and examples on the usage of a tool/service (or resource in general)
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Document
Source
<xs:element name="documentationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the documentation vis-a-vis its relation with the language resource (e.g., general publication, user manual, url for online help, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentationType</identifier>
      <label xml:lang="en">documentation type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/apiSpecification">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for the specification description of an API</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/apiSpecification</identifier>
            <label xml:lang="en">API specification</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/demoResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' used for demos of a resource available usually through the internet (e.g., video demos)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/demoResource</identifier>
            <label xml:lang="en">demo resource</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/generalDocumenation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for documents that describe a language resource or some aspect of it</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/generalDocumenation</identifier>
            <label xml:lang="en">general documentation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/guidelines">
        <xs:annotation>
          <xs:documentation xml:lang="en">Links to the document used as guidelines for the creation or annotation of a corpus</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/guidelines</identifier>
            <label xml:lang="en">guidelines</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/installationManual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for documents that contain instructions on how to install a software</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/installationManual</identifier>
            <label xml:lang="en">installation manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/issueTracker">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' for issue-tracking tools used by software developers usually available through a dedicated web page</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/issueTracker</identifier>
            <label xml:lang="en">issue tracker</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/onLineHelpURL">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' for the online help site of a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/onLineHelpURL</identifier>
            <label xml:lang="en">online help URL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/publication">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' used for published documents about a language resource (mainly meant for documents that describe the resource itself rather than its deployment)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/publication</identifier>
            <label xml:lang="en">publication</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/publicationForCitation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' for a published document describing the language resource and which is recommended by the resource creator(s) to be used for citation purposes when the resource is mentioned in another publication</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/publicationForCitation</identifier>
            <label xml:lang="en">publication for citation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/samples">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' used for samples of a language resource</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/samples</identifier>
            <label xml:lang="en">samples</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/trainingResource">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'DocumentationType' used for the training material of a resource (e.g., video tutorials, screencasts, guided tours, etc.)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/trainingResource</identifier>
            <label xml:lang="en">training resource</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/userManual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Documentation type' for documents that include instructions and examples on the usage of a tool/service (or resource in general)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/userManual</identifier>
            <label xml:lang="en">user manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:bibliographicRecord
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies in the form of free text a set of bibliographic data (a bibliographic record) preferrably in bibtex form
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 1000
Used by
Element ms:Document
Source
<xs:element name="bibliographicRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies in the form of free text a set of bibliographic data (a bibliographic record) preferrably in bibtex form</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/bibliographicRecord</identifier>
      <label xml:lang="en">bibliographic record</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:documentType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the document (e.g., article, book, etc.) provided with or related to the language resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/article1
An article from a journal or magazine
enumeration http://w3id.org/meta-share/meta-share/book
enumeration http://w3id.org/meta-share/meta-share/booklet
enumeration http://w3id.org/meta-share/meta-share/inBook
enumeration http://w3id.org/meta-share/meta-share/inCollection
enumeration http://w3id.org/meta-share/meta-share/inProceedings
enumeration http://w3id.org/meta-share/meta-share/manual1
enumeration http://w3id.org/meta-share/meta-share/mastersThesis
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/phdThesis
enumeration http://w3id.org/meta-share/meta-share/proceedings
enumeration http://w3id.org/meta-share/meta-share/techReport
enumeration http://w3id.org/meta-share/meta-share/unpublished
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Document
Source
<xs:element name="documentType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the document (e.g., article, book, etc.) provided with or related to the language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentType</identifier>
      <label xml:lang="en">document type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/article1">
        <xs:annotation>
          <xs:documentation xml:lang="en">An article from a journal or magazine</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/article1</identifier>
            <label xml:lang="en">article</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/book">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/book</identifier>
            <label xml:lang="en">book</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/booklet">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/booklet</identifier>
            <label xml:lang="en">booklet</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/inBook">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/inBook</identifier>
            <label xml:lang="en">in book</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/inCollection">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/inCollection</identifier>
            <label xml:lang="en">in collection</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/inProceedings">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/inProceedings</identifier>
            <label xml:lang="en">in proceedings</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/manual1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/manual1</identifier>
            <label xml:lang="en">manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mastersThesis">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mastersThesis</identifier>
            <label xml:lang="en">masters thesis</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/phdThesis">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/phdThesis</identifier>
            <label xml:lang="en">PhD thesis</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/proceedings">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/proceedings</identifier>
            <label xml:lang="en">proceedings</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/techReport">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/techReport</identifier>
            <label xml:lang="en">technical report</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unpublished">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unpublished</identifier>
            <label xml:lang="en">unpublished</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:alternativeTitle
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces an alternative title (e.g. short title) used for the document being described
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="alternativeTitle">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces an alternative title (e.g. short title) used for the document being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/alternativeTitle</identifier>
      <label xml:lang="en">alternative title</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:subtitle
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a secondary title used for a document
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="subtitle">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a secondary title used for a document</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/subtitle</identifier>
      <label xml:lang="en">subtitle</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:author
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the details for a person that has created the document being described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Element ms:Document
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:author xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:author>
Source
<xs:element name="author" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the details for a person that has created the document being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/author</identifier>
      <label xml:lang="en">author</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:editor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the details for a person that has edited the document being described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Element ms:Document
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:editor xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:editor>
Source
<xs:element name="editor" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the details for a person that has edited the document being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/editor</identifier>
      <label xml:lang="en">editor</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:contributor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the details for a person that has contributed in some way to the production of a document or resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Element ms:Document
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:contributor xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:contributor>
Source
<xs:element name="contributor" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the details for a person that has contributed in some way to the production of a document or resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/contributor</identifier>
      <label xml:lang="en">contributor</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:publisher
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the name of an organization that has published the document being described
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="publisher">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the name of an organization that has published the document being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/publisher</identifier>
      <label xml:lang="en">publisher</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:versionType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links scholarly works (mainly) to a type of versioning vocabulary related to the publication process
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/accepted
Value for 'Version type' used for versions as accepted for publication (following a reviewing process that may have introduced changes from the submitted version)
enumeration http://w3id.org/meta-share/meta-share/draft
Value for 'Version type' used for versions during the writing up process
enumeration http://w3id.org/meta-share/meta-share/published
Value for 'Version type' used for versions as published in digital or print form
enumeration http://w3id.org/meta-share/meta-share/submitted
Value for 'Version type' used for versions as submitted for publication
enumeration http://w3id.org/meta-share/meta-share/updated
Value for 'Version type' used for versions that have been updated vis-a-vis the previous published version
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Document
Source
<xs:element name="versionType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links scholarly works (mainly) to a type of versioning vocabulary related to the publication process</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/versionType</identifier>
      <label xml:lang="en">version type</label>
      <note xml:lang="en">If we think this shouldn' be used for LRTs, remove from XSD's</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/accepted">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions as accepted for publication (following a reviewing process that may have introduced changes from the submitted version)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/accepted</identifier>
            <label xml:lang="en">accepted</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/draft">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions during the writing up process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/draft</identifier>
            <label xml:lang="en">draft</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/published">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions as published in digital or print form</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/published</identifier>
            <label xml:lang="en">published</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/submitted">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions as submitted for publication</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/submitted</identifier>
            <label xml:lang="en">submitted</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/updated">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Version type' used for versions that have been updated vis-a-vis the previous published version</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/updated</identifier>
            <label xml:lang="en">updated</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:abstract
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a summary of the contents of a document
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="abstract">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a summary of the contents of a document</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/abstract</identifier>
      <label xml:lang="en">abstract</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="10000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:journal
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the name of the journal where the document being described has been published
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="journal">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the name of the journal where the document being described has been published</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/journal</identifier>
      <label xml:lang="en">journal</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:bookTitle
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the human readable text that is used as the title of a book (differentiating from the title of an article)
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="bookTitle">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the human readable text that is used as the title of a book (differentiating from the title of an article)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/bookTitle</identifier>
      <label xml:lang="en">book title</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="500"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:volume
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the number used for the volume of a journal or a series of publications
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 20
Used by
Element ms:Document
Source
<xs:element name="volume">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the number used for the volume of a journal or a series of publications</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/volume</identifier>
      <label xml:lang="en">volume</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:series
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the title of the series of a book/journal where the document being described has been published
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="series">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the title of the series of a book/journal where the document being described has been published</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/series</identifier>
      <label xml:lang="en">series</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:pages
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the range of pages (preferrably with a dash between) on which a document is printed
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 50
Used by
Element ms:Document
Source
<xs:element name="pages">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the range of pages (preferrably with a dash between) on which a document is printed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/pages</identifier>
      <label xml:lang="en">pages</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:conference
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the name of the conference where the document being described was presented
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Document
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="conference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the name of the conference where the document being described was presented</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/conference</identifier>
      <label xml:lang="en">conference</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:LTArea
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a Language Technology-related area associated with the activities or domain of interest of an entity
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LTClassRecommended CLARIN-SHARE_xsd.tmp#LTClassOther CLARIN-SHARE_xsd.tmp#LTClass
Type ms:LTClass
Properties
content complex
Used by
Model
Children ms:LTClassOther, ms:LTClassRecommended
Instance
<ms:LTArea xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LTClassRecommended>{1,1}</ms:LTClassRecommended>
  <ms:LTClassOther>{1,1}</ms:LTClassOther>
</ms:LTArea>
Source
<xs:element name="LTArea" type="ms:LTClass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a Language Technology-related area associated with the activities or domain of interest of an entity</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LTArea</identifier>
      <label xml:lang="en">LT area</label>
      <alt_label xml:lang="en">Language Technology area</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Organization
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A company or other group of people that works together for a particular purpose [https://dictionary.cambridge.org/dictionary/english/organization]
Diagram
Diagram
Properties
content complex
Used by
Model
Children ms:LTArea, ms:OrganizationIdentifier, ms:discipline, ms:divisionCategory, ms:domain, ms:email, ms:entityType, ms:faxNumber, ms:headOfficeAddress, ms:isDivisionOf, ms:keyword, ms:logo, ms:memberOfAssociation, ms:organizationAlternativeName, ms:organizationBio, ms:organizationLegalStatus, ms:organizationName, ms:organizationRole, ms:organizationShortName, ms:otherOfficeAddress, ms:replacesOrganization, ms:serviceOffered, ms:socialMediaOccupationalAccount, ms:startup, ms:telephoneNumber, ms:website
Instance
<ms:Organization xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:organizationShortName xml:lang="">{0,unbounded}</ms:organizationShortName>
  <ms:organizationAlternativeName xml:lang="">{0,unbounded}</ms:organizationAlternativeName>
  <ms:organizationRole>{0,unbounded}</ms:organizationRole>
  <ms:organizationLegalStatus>{0,1}</ms:organizationLegalStatus>
  <ms:startup>{0,1}</ms:startup>
  <ms:organizationBio xml:lang="">{0,unbounded}</ms:organizationBio>
  <ms:logo>{0,1}</ms:logo>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:serviceOffered xml:lang="">{0,unbounded}</ms:serviceOffered>
  <ms:discipline xml:lang="">{0,unbounded}</ms:discipline>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
  <ms:memberOfAssociation>{0,unbounded}</ms:memberOfAssociation>
  <ms:email>{0,unbounded}</ms:email>
  <ms:website>{0,unbounded}</ms:website>
  <ms:headOfficeAddress>{0,1}</ms:headOfficeAddress>
  <ms:otherOfficeAddress>{0,unbounded}</ms:otherOfficeAddress>
  <ms:telephoneNumber>{0,unbounded}</ms:telephoneNumber>
  <ms:faxNumber>{0,unbounded}</ms:faxNumber>
  <ms:socialMediaOccupationalAccount ms:socialMediaOccupationalAccountType="">{0,unbounded}</ms:socialMediaOccupationalAccount>
  <ms:divisionCategory>{0,1}</ms:divisionCategory>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
  <ms:replacesOrganization>{0,unbounded}</ms:replacesOrganization>
</ms:Organization>
Source
<xs:element name="Organization">
  <xs:annotation>
    <xs:documentation xml:lang="en">A company or other group of people that works together for a particular purpose [https://dictionary.cambridge.org/dictionary/english/organization]</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Organization</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/Organization</xs:identifier>
      <representation>
        <str>organizationName</str>
        <str>organizationShortName</str>
        <str>OrganizationIdentifier</str>
        <str>website</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Organization">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:OrganizationIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationShortName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationAlternativeName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <indexed>true</indexed>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationRole" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationLegalStatus" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:startup" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if organizationLegalStatus='http://w3id.org/meta-share/meta-share/sme'</rule>
            <rule>not to be filled in if organizationLegalStatus is not 'http://w3id.org/meta-share/meta-share/sme'</rule>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:countryOfRegistration" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<indexed>true</indexed> 							<recommended>true</recommended> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:organizationBio" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:logo" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LTArea" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <recommended>true</recommended>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:serviceOffered" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:discipline" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:isRelatedToLR" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:memberOfAssociation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:email" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:website" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:headOfficeAddress" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
            <recommended>true</recommended>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:otherOfficeAddress" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <rule>must not be filled in if headOfficeAddress is empty</rule>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:telephoneNumber" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:faxNumber" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:socialMediaOccupationalAccount" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <recommended>true</recommended>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:divisionCategory" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isDivisionOf" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <recommended>true</recommended>
            <rule>mandatory if divisionCategory=['http://w3id.org/meta-share/meta-share/branch', 'http://w3id.org/meta-share/meta-share/department', 'http://w3id.org/meta-share/meta-share/faculty', 'http://w3id.org/meta-share/meta-share/group', 'http://w3id.org/meta-share/meta-share/institute', 'http://w3id.org/meta-share/meta-share/laboratory', 'http://w3id.org/meta-share/meta-share/school', 'http://w3id.org/meta-share/meta-share/subsidiary', 'http://w3id.org/meta-share/meta-share/unit1']</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:replacesOrganization" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <label>replaces</label>
            <rule>show only for new versions</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Organization / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Organization
Source
<xs:element name="entityType" fixed="Organization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:organizationShortName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the short name (abbreviation, acronym, etc.) used for an organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="organizationShortName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the short name (abbreviation, acronym, etc.) used for an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationShortName</identifier>
      <label xml:lang="en">organization short name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:organizationAlternativeName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces an alternative name (other than the official title or the short name) used for an organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="organizationAlternativeName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces an alternative name (other than the official title or the short name) used for an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationAlternativeName</identifier>
      <label xml:lang="en">organization alternative name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:organizationRole
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies an organization according to its role/mission
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/LTIntegrator
enumeration http://w3id.org/meta-share/meta-share/LTSupplier
enumeration http://w3id.org/meta-share/meta-share/LTUser
enumeration http://w3id.org/meta-share/meta-share/consultingFirm
enumeration http://w3id.org/meta-share/meta-share/dataEvaluator
enumeration http://w3id.org/meta-share/meta-share/languageServiceProvider
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/researchOrganization
enumeration http://w3id.org/meta-share/meta-share/standardizationBody
enumeration http://w3id.org/meta-share/meta-share/systemEvaluator
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:element name="organizationRole">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies an organization according to its role/mission</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationRole</identifier>
      <label xml:lang="en">organization role</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LTIntegrator">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LTIntegrator</identifier>
            <label xml:lang="en">LT integrator</label>
            <alt_label xml:lang="en">Language Technology integrator</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LTSupplier">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LTSupplier</identifier>
            <label xml:lang="en">LT supplier</label>
            <alt_label xml:lang="en">Language Technology supplier</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/LTUser">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/LTUser</identifier>
            <label xml:lang="en">LT user</label>
            <alt_label xml:lang="en">Language Technology user</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/consultingFirm">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/consultingFirm</identifier>
            <label xml:lang="en">consulting firm</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dataEvaluator">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dataEvaluator</identifier>
            <label xml:lang="en">data evaluator</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/languageServiceProvider">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/languageServiceProvider</identifier>
            <label xml:lang="en">language service provider</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/researchOrganization">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/researchOrganization</identifier>
            <label xml:lang="en">research organization</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/standardizationBody">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/standardizationBody</identifier>
            <label xml:lang="en">standardization body</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/systemEvaluator">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/systemEvaluator</identifier>
            <label xml:lang="en">system evaluator</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:organizationLegalStatus
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies an organization according to its legal status
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/academicInstitution
enumeration http://w3id.org/meta-share/meta-share/association
enumeration http://w3id.org/meta-share/meta-share/fundingAuthority
enumeration http://w3id.org/meta-share/meta-share/largeCompany
enumeration http://w3id.org/meta-share/meta-share/network
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/publicOrganization
enumeration http://w3id.org/meta-share/meta-share/sme
enumeration http://w3id.org/meta-share/meta-share/society
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Organization
Source
<xs:element name="organizationLegalStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies an organization according to its legal status</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationLegalStatus</identifier>
      <label xml:lang="en">organization legal status</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/academicInstitution">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/academicInstitution</identifier>
            <label xml:lang="en">academic institution</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/association">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/association</identifier>
            <label xml:lang="en">association</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/fundingAuthority">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/fundingAuthority</identifier>
            <label xml:lang="en">funding authority</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/largeCompany">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/largeCompany</identifier>
            <label xml:lang="en">large company</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/network">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/network</identifier>
            <label xml:lang="en">network</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/publicOrganization">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/publicOrganization</identifier>
            <label xml:lang="en">public organization</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/sme">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/sme</identifier>
            <label xml:lang="en">SME</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/society">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/society</identifier>
            <label xml:lang="en">society</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:startup
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates whether a company is a startup
Diagram
Diagram
Type xs:boolean
Properties
content simple
Used by
Element ms:Organization
Source
<xs:element name="startup" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates whether a company is a startup</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/startup</identifier>
      <label xml:lang="en">startup</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:organizationBio
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a short free-text account that provides information on an organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="organizationBio">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a short free-text account that provides information on an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/organizationBio</identifier>
      <label xml:lang="en">organization description</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="10000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:serviceOffered
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Lists the service(s) offered by an organization or person
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="serviceOffered">
  <xs:annotation>
    <xs:documentation xml:lang="en">Lists the service(s) offered by an organization or person</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/serviceOffered</identifier>
      <label xml:lang="en">service offered</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:discipline
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces an academic field of study or research area that a person, group or organization is expert in
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="discipline">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces an academic field of study or research area that a person, group or organization is expert in</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/discipline</identifier>
      <label xml:lang="en">discipline</label>
      <alt_label xml:lang="en">area of expertise</alt_label>
      <alt_label xml:lang="en">research area</alt_label>
      <example xml:lang="en">computer programming, translation and interpreting, linguistics, ...</example>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:memberOfAssociation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to an association or network that the organization or person is member of
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:memberOfAssociation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:memberOfAssociation>
Source
<xs:element name="memberOfAssociation" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to an association or network that the organization or person is member of</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/memberOfAssociation</identifier>
      <label xml:lang="en">member of association</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:headOfficeAddress
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the physical address of the head office of an organization or group represented as a set of distinct elements (street, zip code, city, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#address CLARIN-SHARE_xsd.tmp#region CLARIN-SHARE_xsd.tmp#zipCode CLARIN-SHARE_xsd.tmp#city CLARIN-SHARE_xsd.tmp#country CLARIN-SHARE_xsd.tmp#AddressSet
Type ms:AddressSet
Properties
content complex
Used by
Element ms:Organization
Model
Children ms:address, ms:city, ms:country, ms:region, ms:zipCode
Instance
<ms:headOfficeAddress xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:address xml:lang="">{0,unbounded}</ms:address>
  <ms:region xml:lang="">{0,unbounded}</ms:region>
  <ms:zipCode>{0,1}</ms:zipCode>
  <ms:city xml:lang="">{0,unbounded}</ms:city>
  <ms:country>{1,1}</ms:country>
</ms:headOfficeAddress>
Source
<xs:element name="headOfficeAddress" type="ms:AddressSet">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the physical address of the head office of an organization or group represented as a set of distinct elements (street, zip code, city, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/headOfficeAddress</identifier>
      <label xml:lang="en">address (head office)</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:address
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The street and the number of the postal address of a person or organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:AddressSet
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="address">
  <xs:annotation>
    <xs:documentation xml:lang="en">The street and the number of the postal address of a person or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/address</identifier>
      <label xml:lang="en">address</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:region
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the region, county or department as mentioned in the postal address of a person or organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:AddressSet
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="region">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the region, county or department as mentioned in the postal address of a person or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/region</identifier>
      <label xml:lang="en">region</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:zipCode
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The zip code of the postal address of a person or organization
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 20
Used by
Complex Type ms:AddressSet
Source
<xs:element name="zipCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">The zip code of the postal address of a person or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/zipCode</identifier>
      <label xml:lang="en">zip code</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:city
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the city, town or village as mentioned in the postal address of a person or organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:AddressSet
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="city">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the city, town or village as mentioned in the postal address of a person or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/city</identifier>
      <label xml:lang="en">city</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:country
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the name of the country mentioned in the postal address of a person or organization as defined in the list of values of ISO 3166
Diagram
Diagram ISOVocabularies_xsd.tmp#regionIdType
Type ms:regionIdType
Properties
content simple
Facets
enumeration AA
enumeration AC
enumeration AD
enumeration AE
enumeration AF
enumeration AG
enumeration AI
enumeration AL
enumeration AM
enumeration AO
enumeration AQ
enumeration AR
enumeration AS
enumeration AT
enumeration AU
enumeration AW
enumeration AX
enumeration AZ
enumeration BA
enumeration BB
enumeration BD
enumeration BE
enumeration BF
enumeration BG
enumeration BH
enumeration BI
enumeration BJ
enumeration BL
enumeration BM
enumeration BN
enumeration BO
enumeration BQ
enumeration BR
enumeration BS
enumeration BT
enumeration BV
enumeration BW
enumeration BY
enumeration BZ
enumeration CA
enumeration CC
enumeration CD
enumeration CF
enumeration CG
enumeration CH
enumeration CI
enumeration CK
enumeration CL
enumeration CM
enumeration CN
enumeration CO
enumeration CP
enumeration CR
enumeration CU
enumeration CV
enumeration CW
enumeration CX
enumeration CY
enumeration CZ
enumeration DE
enumeration DG
enumeration DJ
enumeration DK
enumeration DM
enumeration DO
enumeration DZ
enumeration EA
enumeration EC
enumeration EE
enumeration EG
enumeration EH
enumeration ER
enumeration ES
enumeration ET
enumeration EU
enumeration FI
enumeration FJ
enumeration FK
enumeration FM
enumeration FO
enumeration FR
enumeration GA
enumeration GB
enumeration GD
enumeration GE
enumeration GF
enumeration GG
enumeration GH
enumeration GI
enumeration GL
enumeration GM
enumeration GN
enumeration GP
enumeration GQ
enumeration GR
enumeration GS
enumeration GT
enumeration GU
enumeration GW
enumeration GY
enumeration HK
enumeration HM
enumeration HN
enumeration HR
enumeration HT
enumeration HU
enumeration IC
enumeration ID
enumeration IE
enumeration IL
enumeration IM
enumeration IN
enumeration IO
enumeration IQ
enumeration IR
enumeration IS
enumeration IT
enumeration JE
enumeration JM
enumeration JO
enumeration JP
enumeration KE
enumeration KG
enumeration KH
enumeration KI
enumeration KM
enumeration KN
enumeration KP
enumeration KR
enumeration KW
enumeration KY
enumeration KZ
enumeration LA
enumeration LB
enumeration LC
enumeration LI
enumeration LK
enumeration LR
enumeration LS
enumeration LT
enumeration LU
enumeration LV
enumeration LY
enumeration MA
enumeration MC
enumeration MD
enumeration ME
enumeration MF
enumeration MG
enumeration MH
enumeration MK
enumeration ML
enumeration MM
enumeration MN
enumeration MO
enumeration MP
enumeration MQ
enumeration MR
enumeration MS
enumeration MT
enumeration MU
enumeration MV
enumeration MW
enumeration MX
enumeration MY
enumeration MZ
enumeration NA
enumeration NC
enumeration NE
enumeration NF
enumeration NG
enumeration NI
enumeration NL
enumeration NO
enumeration NP
enumeration NR
enumeration NU
enumeration NZ
enumeration OM
enumeration PA
enumeration PE
enumeration PF
enumeration PG
enumeration PH
enumeration PK
enumeration PL
enumeration PM
enumeration PN
enumeration PR
enumeration PS
enumeration PT
enumeration PW
enumeration PY
enumeration QA
enumeration QM..QZ
enumeration RE
enumeration RO
enumeration RS
enumeration RU
enumeration RW
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
enumeration SO
enumeration SR
enumeration SS
enumeration ST
enumeration SV
enumeration SX
enumeration SY
enumeration SZ
enumeration TA
enumeration TC
enumeration TD
enumeration TF
enumeration TG
enumeration TH
enumeration TJ
enumeration TK
enumeration TL
enumeration TM
enumeration TN
enumeration TO
enumeration TR
enumeration TT
enumeration TV
enumeration TW
enumeration TZ
enumeration UA
enumeration UG
enumeration UM
enumeration US
enumeration UY
enumeration UZ
enumeration VA
enumeration VC
enumeration VE
enumeration VG
enumeration VI
enumeration VN
enumeration VU
enumeration WF
enumeration WS
enumeration XA..XZ
enumeration YE
enumeration YT
enumeration ZA
enumeration ZM
enumeration ZW
enumeration ZZ
enumeration 001
enumeration 002
enumeration 003
enumeration 005
enumeration 009
enumeration 011
enumeration 013
enumeration 014
enumeration 015
enumeration 017
enumeration 018
enumeration 019
enumeration 021
enumeration 029
enumeration 030
enumeration 034
enumeration 035
enumeration 039
enumeration 053
enumeration 054
enumeration 057
enumeration 061
enumeration 142
enumeration 143
enumeration 145
enumeration 150
enumeration 151
enumeration 154
enumeration 155
enumeration 419
Used by
Complex Type ms:AddressSet
Source
<xs:element name="country" type="ms:regionIdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the name of the country mentioned in the postal address of a person or organization as defined in the list of values of ISO 3166</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/country</identifier>
      <label xml:lang="en">country</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:otherOfficeAddress
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the physical address of an office (other than the principal one) of an organization or group represented as a set of distinct elements (street, zip code, city, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#address CLARIN-SHARE_xsd.tmp#region CLARIN-SHARE_xsd.tmp#zipCode CLARIN-SHARE_xsd.tmp#city CLARIN-SHARE_xsd.tmp#country CLARIN-SHARE_xsd.tmp#AddressSet
Type ms:AddressSet
Properties
content complex
Used by
Element ms:Organization
Model
Children ms:address, ms:city, ms:country, ms:region, ms:zipCode
Instance
<ms:otherOfficeAddress xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:address xml:lang="">{0,unbounded}</ms:address>
  <ms:region xml:lang="">{0,unbounded}</ms:region>
  <ms:zipCode>{0,1}</ms:zipCode>
  <ms:city xml:lang="">{0,unbounded}</ms:city>
  <ms:country>{1,1}</ms:country>
</ms:otherOfficeAddress>
Source
<xs:element name="otherOfficeAddress" type="ms:AddressSet">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the physical address of an office (other than the principal one) of an organization or group represented as a set of distinct elements (street, zip code, city, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/otherOfficeAddress</identifier>
      <label xml:lang="en">address (other offices)</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:telephoneNumber
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the telephone number of a person, group or organization; recommended format: +_international code_city code_number without spaces
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="telephoneNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the telephone number of a person, group or organization; recommended format: +_international code_city code_number without spaces</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/telephoneNumber</identifier>
      <label xml:lang="en">telephone number</label>
      <example xml:lang="en">+123456789012</example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:faxNumber
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the fax number of a person, group or organization; recommended format: +_international code_city code_number without spaces
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="faxNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the fax number of a person, group or organization; recommended format: +_international code_city code_number without spaces</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/faxNumber</identifier>
      <label xml:lang="en">fax number</label>
      <example xml:lang="en">+123456789012</example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:socialMediaOccupationalAccount
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the social media or occupational account details of an entity
Diagram
Diagram CLARIN-SHARE_xsd.tmp#socialMediaOccupationalAccountType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__SocialMediaOccupationalAccount
Type ms:SocialMediaOccupationalAccount
Properties
content complex
Used by
Attributes
QName Type Use Annotation
ms:socialMediaOccupationalAccountType restriction of ms:httpURI required
Specifies the type of the social media or occupational account
Source
<xs:element name="socialMediaOccupationalAccount" type="ms:SocialMediaOccupationalAccount">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the social media or occupational account details of an entity</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/socialMediaOccupationalAccount</identifier>
      <label xml:lang="en">social account</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:divisionCategory
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the division of an organization according to a controlled vocabulary
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/branch
enumeration http://w3id.org/meta-share/meta-share/department
enumeration http://w3id.org/meta-share/meta-share/faculty
enumeration http://w3id.org/meta-share/meta-share/group
enumeration http://w3id.org/meta-share/meta-share/institute
enumeration http://w3id.org/meta-share/meta-share/laboratory
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/school
enumeration http://w3id.org/meta-share/meta-share/subsidiary
enumeration http://w3id.org/meta-share/meta-share/unit1
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Organization
Source
<xs:element name="divisionCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the division of an organization according to a controlled vocabulary</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/divisionCategory</identifier>
      <label xml:lang="en">division category</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/branch">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/branch</identifier>
            <label xml:lang="en">branch</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/department">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/department</identifier>
            <label xml:lang="en">department</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/faculty">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/faculty</identifier>
            <label xml:lang="en">faculty</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/group">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/group</identifier>
            <label xml:lang="en">group</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/institute">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/institute</identifier>
            <label xml:lang="en">institute</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/laboratory">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/laboratory</identifier>
            <label xml:lang="en">laboratory</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/school">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/school</identifier>
            <label xml:lang="en">school</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/subsidiary">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/subsidiary</identifier>
            <label xml:lang="en">subsidiary</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unit1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unit1</identifier>
            <label xml:lang="en">unit</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:replacesOrganization
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specified an organization that has been replaced by the organization which is described (e.g. following a merge or acquisition action)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Element ms:Organization
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:replacesOrganization xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:replacesOrganization>
Source
<xs:element name="replacesOrganization" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specified an organization that has been replaced by the organization which is described (e.g. following a merge or acquisition action)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/replacesOrganization</identifier>
      <label xml:lang="en">replaces organization</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Group
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A set of persons related to some aspect of a language resource, that do not have a legal status (e.g. a group of software developers working on the same software)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Group_entityType CLARIN-SHARE_xsd.tmp#GroupIdentifier CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#organizationShortName CLARIN-SHARE_xsd.tmp#organizationAlternativeName CLARIN-SHARE_xsd.tmp#organizationRole CLARIN-SHARE_xsd.tmp#organizationBio CLARIN-SHARE_xsd.tmp#logo CLARIN-SHARE_xsd.tmp#LTArea CLARIN-SHARE_xsd.tmp#serviceOffered CLARIN-SHARE_xsd.tmp#discipline CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#keyword CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__addressSet CLARIN-SHARE_xsd.tmp#telephoneNumber CLARIN-SHARE_xsd.tmp#faxNumber CLARIN-SHARE_xsd.tmp#socialMediaOccupationalAccount
Properties
content complex
Used by
Model
Children ms:GroupIdentifier, ms:LTArea, ms:addressSet, ms:discipline, ms:domain, ms:email, ms:entityType, ms:faxNumber, ms:keyword, ms:logo, ms:organizationAlternativeName, ms:organizationBio, ms:organizationName, ms:organizationRole, ms:organizationShortName, ms:serviceOffered, ms:socialMediaOccupationalAccount, ms:telephoneNumber, ms:website
Instance
<ms:Group xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:GroupIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:GroupIdentifier>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:organizationShortName xml:lang="">{0,unbounded}</ms:organizationShortName>
  <ms:organizationAlternativeName xml:lang="">{0,unbounded}</ms:organizationAlternativeName>
  <ms:organizationRole>{0,unbounded}</ms:organizationRole>
  <ms:organizationBio xml:lang="">{0,unbounded}</ms:organizationBio>
  <ms:logo>{0,1}</ms:logo>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:serviceOffered xml:lang="">{0,unbounded}</ms:serviceOffered>
  <ms:discipline xml:lang="">{0,unbounded}</ms:discipline>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
  <ms:email>{0,unbounded}</ms:email>
  <ms:website>{0,unbounded}</ms:website>
  <ms:addressSet>{0,unbounded}</ms:addressSet>
  <ms:telephoneNumber>{0,unbounded}</ms:telephoneNumber>
  <ms:faxNumber>{0,unbounded}</ms:faxNumber>
  <ms:socialMediaOccupationalAccount ms:socialMediaOccupationalAccountType="">{0,unbounded}</ms:socialMediaOccupationalAccount>
</ms:Group>
Source
<xs:element name="Group">
  <xs:annotation>
    <xs:documentation xml:lang="en">A set of persons related to some aspect of a language resource, that do not have a legal status (e.g. a group of software developers working on the same software)</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Group</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/Group</xs:identifier>
      <representation>
        <str>organizationName</str>
        <str>GroupIdentifier</str>
        <str>website</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Group">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:GroupIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationShortName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationAlternativeName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <indexed>true</indexed>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:organizationRole" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:organizationBio" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:logo" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LTArea" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:serviceOffered" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:discipline" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:isRelatedToLR" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:email" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:website" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:addressSet" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:telephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:faxNumber" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:socialMediaOccupationalAccount" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Group / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Group
Source
<xs:element name="entityType" fixed="Group">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:addressSet
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the physical address of an organization, group or person represented as a set of distinct elements (street, number, zip code, city, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#address CLARIN-SHARE_xsd.tmp#region CLARIN-SHARE_xsd.tmp#zipCode CLARIN-SHARE_xsd.tmp#city CLARIN-SHARE_xsd.tmp#country CLARIN-SHARE_xsd.tmp#AddressSet
Type ms:AddressSet
Properties
content complex
Used by
Elements ms:Group, ms:Person
Complex Type ms:Affiliation
Model
Children ms:address, ms:city, ms:country, ms:region, ms:zipCode
Instance
<ms:addressSet xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:address xml:lang="">{0,unbounded}</ms:address>
  <ms:region xml:lang="">{0,unbounded}</ms:region>
  <ms:zipCode>{0,1}</ms:zipCode>
  <ms:city xml:lang="">{0,unbounded}</ms:city>
  <ms:country>{1,1}</ms:country>
</ms:addressSet>
Source
<xs:element name="addressSet" type="ms:AddressSet">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the physical address of an organization, group or person represented as a set of distinct elements (street, number, zip code, city, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/addressSet</identifier>
      <label xml:lang="en">address</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Person
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A human being
Diagram
Diagram
Properties
content complex
Used by
Model
Children ms:LTArea, ms:PersonalIdentifier, ms:addressSet, ms:affiliation, ms:discipline, ms:domain, ms:email, ms:entityType, ms:faxNumber, ms:givenName, ms:homepage, ms:honorificPrefix, ms:image3, ms:keyword, ms:memberOfAssociation, ms:serviceOffered, ms:shortBio, ms:socialMediaOccupationalAccount, ms:surname, ms:telephoneNumber
Instance
<ms:Person xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:honorificPrefix xml:lang="">{0,unbounded}</ms:honorificPrefix>
  <ms:shortBio xml:lang="">{0,unbounded}</ms:shortBio>
  <ms:image3>{0,1}</ms:image3>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:serviceOffered xml:lang="">{0,unbounded}</ms:serviceOffered>
  <ms:discipline xml:lang="">{0,unbounded}</ms:discipline>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
  <ms:memberOfAssociation>{0,unbounded}</ms:memberOfAssociation>
  <ms:email>{0,unbounded}</ms:email>
  <ms:homepage>{0,unbounded}</ms:homepage>
  <ms:addressSet>{0,unbounded}</ms:addressSet>
  <ms:telephoneNumber>{0,unbounded}</ms:telephoneNumber>
  <ms:faxNumber>{0,unbounded}</ms:faxNumber>
  <ms:socialMediaOccupationalAccount ms:socialMediaOccupationalAccountType="">{0,unbounded}</ms:socialMediaOccupationalAccount>
  <ms:affiliation>{0,unbounded}</ms:affiliation>
</ms:Person>
Source
<xs:element name="Person">
  <xs:annotation>
    <xs:documentation xml:lang="en">A human being</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/Person</identifier>
      <label xml:lang="en">Person</label>
      <subclassOf>http://xmlns.com/foaf/0.1/Person</subclassOf>
      <representation>
        <str>surname</str>
        <str>givenName</str>
        <str>PersonalIdentifier</str>
        <str>email</str>
        <str>affiliation/affiliatedOrganization</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Person">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:PersonalIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:surname" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:givenName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:honorificPrefix" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:shortBio" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:image3" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LTArea" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:serviceOffered" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:discipline" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!-- 				<xs:element ref="ms:isRelatedToLR" minOccurs="0" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>mm</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:memberOfAssociation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:email" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:homepage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:addressSet" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:telephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:faxNumber" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:socialMediaOccupationalAccount" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:affiliation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Person / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Person
Source
<xs:element name="entityType" fixed="Person">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:honorificPrefix
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a honorific prefix (or title) such as Dr./Mr/Ms. that precedes the name of a person
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Person
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="honorificPrefix">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a honorific prefix (or title) such as Dr./Mr/Ms. that precedes the name of a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/honorificPrefix</identifier>
      <label xml:lang="en">honorific prefix</label>
      <alt_label xml:lang="en">title</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="20"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:shortBio
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a free text that can be used as a short bio for a person
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Person
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="shortBio">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a free text that can be used as a short bio for a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/shortBio</identifier>
      <label xml:lang="en">short bio</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:image3
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a URL with an image file (e.g., a photo, or cartoon image) that is used for identifying a person (e.g., on a home page)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Person
Source
<xs:element name="image3" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a URL with an image file (e.g., a photo, or cartoon image) that is used for identifying a person (e.g., on a home page)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/image3</identifier>
      <label xml:lang="en">image</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:homepage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a URL that includes information on a person (e.g., CV, publications, communication information, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Person
Complex Type ms:Affiliation
Source
<xs:element name="homepage" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a URL that includes information on a person (e.g., CV, publications, communication information, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/homepage</identifier>
      <label xml:lang="en">home page</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:affiliation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces information on an organization to whom the person is affiliated and the data relevant to this relation (i.e. position, email, etc.)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#position CLARIN-SHARE_xsd.tmp#affiliatedOrganization CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#homepage CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__addressSet CLARIN-SHARE_xsd.tmp#telephoneNumber CLARIN-SHARE_xsd.tmp#faxNumber CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Affiliation
Type ms:Affiliation
Properties
content complex
Used by
Element ms:Person
Model
Children ms:addressSet, ms:affiliatedOrganization, ms:email, ms:faxNumber, ms:homepage, ms:position, ms:telephoneNumber
Instance
<ms:affiliation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:position xml:lang="">{0,unbounded}</ms:position>
  <ms:affiliatedOrganization>{1,1}</ms:affiliatedOrganization>
  <ms:email>{0,unbounded}</ms:email>
  <ms:homepage>{0,unbounded}</ms:homepage>
  <ms:addressSet>{0,unbounded}</ms:addressSet>
  <ms:telephoneNumber>{0,unbounded}</ms:telephoneNumber>
  <ms:faxNumber>{0,unbounded}</ms:faxNumber>
</ms:affiliation>
Source
<xs:element name="affiliation" type="ms:Affiliation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces information on an organization to whom the person is affiliated and the data relevant to this relation (i.e. position, email, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/affiliation</identifier>
      <label xml:lang="en">affiliation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:position
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The position or the title of a person if affiliated to an organization
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Complex Type ms:Affiliation
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="position">
  <xs:annotation>
    <xs:documentation xml:lang="en">The position or the title of a person if affiliated to an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/position</identifier>
      <label xml:lang="en">position</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:affiliatedOrganization
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the organization that a person is affiliated with or works for
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Complex Type ms:Affiliation
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:affiliatedOrganization xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:affiliatedOrganization>
Source
<xs:element name="affiliatedOrganization" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the organization that a person is affiliated with or works for</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/affiliatedOrganization</identifier>
      <label xml:lang="en">affiliated organization</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Project
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A set of operations undertaken as a whole by an individual or organization and related to some aspect of the lifecycle of the language resource (e.g. funding, deployment, etc.)
Diagram
Diagram
Properties
content complex
Used by
Model
Children ms:LTArea, ms:ProjectIdentifier, ms:coordinator, ms:cost, ms:domain, ms:ecMaxContribution, ms:email, ms:entityType, ms:funder, ms:fundingCountry, ms:fundingSchemeCategory, ms:fundingType, ms:grantNumber, ms:isRelatedToDocument, ms:keyword, ms:logo, ms:nationalMaxContribution, ms:participatingOrganization, ms:projectAlternativeName, ms:projectEndDate, ms:projectName, ms:projectReport, ms:projectShortName, ms:projectStartDate, ms:projectSummary, ms:relatedCall, ms:relatedProgramme, ms:relatedSubprogramme, ms:replacesProject, ms:socialMediaOccupationalAccount, ms:status, ms:subject, ms:website
Instance
<ms:Project xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:projectShortName xml:lang="">{0,unbounded}</ms:projectShortName>
  <ms:projectAlternativeName xml:lang="">{0,unbounded}</ms:projectAlternativeName>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
  <ms:fundingCountry>{0,unbounded}</ms:fundingCountry>
  <ms:projectStartDate>{0,1}</ms:projectStartDate>
  <ms:projectEndDate>{0,1}</ms:projectEndDate>
  <ms:email>{0,unbounded}</ms:email>
  <ms:website>{0,unbounded}</ms:website>
  <ms:logo>{0,1}</ms:logo>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:subject>{0,unbounded}</ms:subject>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
  <ms:socialMediaOccupationalAccount ms:socialMediaOccupationalAccountType="">{0,unbounded}</ms:socialMediaOccupationalAccount>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:projectSummary xml:lang="">{0,unbounded}</ms:projectSummary>
  <ms:cost>{0,1}</ms:cost>
  <ms:ecMaxContribution>{0,1}</ms:ecMaxContribution>
  <ms:nationalMaxContribution>{0,1}</ms:nationalMaxContribution>
  <ms:fundingSchemeCategory>{0,1}</ms:fundingSchemeCategory>
  <ms:status>{0,1}</ms:status>
  <ms:relatedCall>{0,1}</ms:relatedCall>
  <ms:relatedProgramme>{0,1}</ms:relatedProgramme>
  <ms:relatedSubprogramme>{0,1}</ms:relatedSubprogramme>
  <ms:coordinator>{0,1}</ms:coordinator>
  <ms:participatingOrganization>{0,unbounded}</ms:participatingOrganization>
  <ms:isRelatedToDocument>{0,unbounded}</ms:isRelatedToDocument>
  <ms:projectReport xml:lang="">{0,unbounded}</ms:projectReport>
  <ms:replacesProject>{0,unbounded}</ms:replacesProject>
</ms:Project>
Source
<xs:element name="Project">
  <xs:annotation>
    <xs:documentation xml:lang="en">A set of operations undertaken as a whole by an individual or organization and related to some aspect of the lifecycle of the language resource (e.g. funding, deployment, etc.)</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Project</xs:label>
      <representation>
        <str>projectName</str>
        <str>projectShortName</str>
        <str>ProjectIdentifier</str>
        <str>website</str>
      </representation>
      <xs:identifier>http://w3id.org/meta-share/meta-share/Project</xs:identifier>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Project">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:ProjectIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectShortName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectAlternativeName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <multiple>true</multiple>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:fundingType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:funder" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:fundingCountry" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectStartDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectEndDate" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:email" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>contact</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:website" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:logo" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:LTArea" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
            <recommended>true</recommended>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:domain" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:subject" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:keyword" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>classification</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:socialMediaOccupationalAccount" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <recommended>true</recommended>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:grantNumber" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectSummary" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
            <indexed>true</indexed>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:cost" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:ecMaxContribution" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:nationalMaxContribution" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:fundingSchemeCategory" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:status" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>administrative</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:relatedCall" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:relatedProgramme" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:relatedSubprogramme" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:coordinator" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <tab>participants</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:participatingOrganization" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>participants</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isRelatedToDocument" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:projectReport" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <tab>detailed information</tab>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:replacesProject" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <label>replaces</label>
            <rule>show only for new versions</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Project / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Project
Source
<xs:element name="entityType" fixed="Project">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:projectShortName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a short name (e.g., acronym, abbreviated form) by which a project is known
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Project
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="projectShortName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a short name (e.g., acronym, abbreviated form) by which a project is known</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectShortName</identifier>
      <label xml:lang="en">project short name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:projectAlternativeName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces an alternative name (other than the short name) used for a project
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Project
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="projectAlternativeName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces an alternative name (other than the short name) used for a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectAlternativeName</identifier>
      <label xml:lang="en">project alternative name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:fundingCountry
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the name of the funding country, in case of national funding as mentioned in ISO3166
Diagram
Diagram ISOVocabularies_xsd.tmp#regionIdType
Type ms:regionIdType
Properties
content simple
Facets
enumeration AA
enumeration AC
enumeration AD
enumeration AE
enumeration AF
enumeration AG
enumeration AI
enumeration AL
enumeration AM
enumeration AO
enumeration AQ
enumeration AR
enumeration AS
enumeration AT
enumeration AU
enumeration AW
enumeration AX
enumeration AZ
enumeration BA
enumeration BB
enumeration BD
enumeration BE
enumeration BF
enumeration BG
enumeration BH
enumeration BI
enumeration BJ
enumeration BL
enumeration BM
enumeration BN
enumeration BO
enumeration BQ
enumeration BR
enumeration BS
enumeration BT
enumeration BV
enumeration BW
enumeration BY
enumeration BZ
enumeration CA
enumeration CC
enumeration CD
enumeration CF
enumeration CG
enumeration CH
enumeration CI
enumeration CK
enumeration CL
enumeration CM
enumeration CN
enumeration CO
enumeration CP
enumeration CR
enumeration CU
enumeration CV
enumeration CW
enumeration CX
enumeration CY
enumeration CZ
enumeration DE
enumeration DG
enumeration DJ
enumeration DK
enumeration DM
enumeration DO
enumeration DZ
enumeration EA
enumeration EC
enumeration EE
enumeration EG
enumeration EH
enumeration ER
enumeration ES
enumeration ET
enumeration EU
enumeration FI
enumeration FJ
enumeration FK
enumeration FM
enumeration FO
enumeration FR
enumeration GA
enumeration GB
enumeration GD
enumeration GE
enumeration GF
enumeration GG
enumeration GH
enumeration GI
enumeration GL
enumeration GM
enumeration GN
enumeration GP
enumeration GQ
enumeration GR
enumeration GS
enumeration GT
enumeration GU
enumeration GW
enumeration GY
enumeration HK
enumeration HM
enumeration HN
enumeration HR
enumeration HT
enumeration HU
enumeration IC
enumeration ID
enumeration IE
enumeration IL
enumeration IM
enumeration IN
enumeration IO
enumeration IQ
enumeration IR
enumeration IS
enumeration IT
enumeration JE
enumeration JM
enumeration JO
enumeration JP
enumeration KE
enumeration KG
enumeration KH
enumeration KI
enumeration KM
enumeration KN
enumeration KP
enumeration KR
enumeration KW
enumeration KY
enumeration KZ
enumeration LA
enumeration LB
enumeration LC
enumeration LI
enumeration LK
enumeration LR
enumeration LS
enumeration LT
enumeration LU
enumeration LV
enumeration LY
enumeration MA
enumeration MC
enumeration MD
enumeration ME
enumeration MF
enumeration MG
enumeration MH
enumeration MK
enumeration ML
enumeration MM
enumeration MN
enumeration MO
enumeration MP
enumeration MQ
enumeration MR
enumeration MS
enumeration MT
enumeration MU
enumeration MV
enumeration MW
enumeration MX
enumeration MY
enumeration MZ
enumeration NA
enumeration NC
enumeration NE
enumeration NF
enumeration NG
enumeration NI
enumeration NL
enumeration NO
enumeration NP
enumeration NR
enumeration NU
enumeration NZ
enumeration OM
enumeration PA
enumeration PE
enumeration PF
enumeration PG
enumeration PH
enumeration PK
enumeration PL
enumeration PM
enumeration PN
enumeration PR
enumeration PS
enumeration PT
enumeration PW
enumeration PY
enumeration QA
enumeration QM..QZ
enumeration RE
enumeration RO
enumeration RS
enumeration RU
enumeration RW
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
enumeration SO
enumeration SR
enumeration SS
enumeration ST
enumeration SV
enumeration SX
enumeration SY
enumeration SZ
enumeration TA
enumeration TC
enumeration TD
enumeration TF
enumeration TG
enumeration TH
enumeration TJ
enumeration TK
enumeration TL
enumeration TM
enumeration TN
enumeration TO
enumeration TR
enumeration TT
enumeration TV
enumeration TW
enumeration TZ
enumeration UA
enumeration UG
enumeration UM
enumeration US
enumeration UY
enumeration UZ
enumeration VA
enumeration VC
enumeration VE
enumeration VG
enumeration VI
enumeration VN
enumeration VU
enumeration WF
enumeration WS
enumeration XA..XZ
enumeration YE
enumeration YT
enumeration ZA
enumeration ZM
enumeration ZW
enumeration ZZ
enumeration 001
enumeration 002
enumeration 003
enumeration 005
enumeration 009
enumeration 011
enumeration 013
enumeration 014
enumeration 015
enumeration 017
enumeration 018
enumeration 019
enumeration 021
enumeration 029
enumeration 030
enumeration 034
enumeration 035
enumeration 039
enumeration 053
enumeration 054
enumeration 057
enumeration 061
enumeration 142
enumeration 143
enumeration 145
enumeration 150
enumeration 151
enumeration 154
enumeration 155
enumeration 419
Used by
Element ms:Project
Source
<xs:element name="fundingCountry" type="ms:regionIdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the name of the funding country, in case of national funding as mentioned in ISO3166</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingCountry</identifier>
      <label xml:lang="en">funding country</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:projectStartDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The starting date of a project
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Element ms:Project
Source
<xs:element name="projectStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The starting date of a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectStartDate</identifier>
      <label xml:lang="en">project start date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:projectEndDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The end date of a project
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Element ms:Project
Source
<xs:element name="projectEndDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The end date of a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectEndDate</identifier>
      <label xml:lang="en">project end date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:projectSummary
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a short description (in free text) of the main objectives, mission or contents of the project
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Project
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="projectSummary">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a short description (in free text) of the main objectives, mission or contents of the project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectSummary</identifier>
      <label xml:lang="en">project summary</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="10000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:ecMaxContribution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the maximum amount of money contributed from EC funds
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#currency CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Cost
Type ms:Cost
Properties
content complex
Used by
Element ms:Project
Model
Children ms:amount, ms:currency
Instance
<ms:ecMaxContribution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:currency>{1,1}</ms:currency>
</ms:ecMaxContribution>
Source
<xs:element name="ecMaxContribution" type="ms:Cost">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the maximum amount of money contributed from EC funds</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ecMaxContribution</identifier>
      <label xml:lang="en">EC max contribution</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:nationalMaxContribution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the maximum amount of money contributed from national funds
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#currency CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Cost
Type ms:Cost
Properties
content complex
Used by
Element ms:Project
Model
Children ms:amount, ms:currency
Instance
<ms:nationalMaxContribution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:currency>{1,1}</ms:currency>
</ms:nationalMaxContribution>
Source
<xs:element name="nationalMaxContribution" type="ms:Cost">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the maximum amount of money contributed from national funds</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/nationalMaxContribution</identifier>
      <label xml:lang="en">national max contribution</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:fundingSchemeCategory
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a category (usually defined by the funding authority) of the funding scheme to which a project complies
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 150
Used by
Element ms:Project
Source
<xs:element name="fundingSchemeCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a category (usually defined by the funding authority) of the funding scheme to which a project complies</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fundingSchemeCategory</identifier>
      <label xml:lang="en">funding scheme category</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:status
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the status in which a project is found in the course of a funding process (e.g. approved, signed, under negotiation, etc.)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 20
Used by
Element ms:Project
Source
<xs:element name="status">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the status in which a project is found in the course of a funding process (e.g. approved, signed, under negotiation, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/status</identifier>
      <label xml:lang="en">status</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:relatedCall
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the Call for proposals to which a project was submitted
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Element ms:Project
Source
<xs:element name="relatedCall">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the Call for proposals to which a project was submitted</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relatedCall</identifier>
      <label xml:lang="en">related call</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:relatedProgramme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the funding programme to which a project was submitted
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 150
Used by
Element ms:Project
Source
<xs:element name="relatedProgramme">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the funding programme to which a project was submitted</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relatedProgramme</identifier>
      <label xml:lang="en">related programme</label>
      <alt_label xml:lang="en">program</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:relatedSubprogramme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the funding subprogramme to which a project was submitted
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 150
Used by
Element ms:Project
Source
<xs:element name="relatedSubprogramme">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the funding subprogramme to which a project was submitted</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/relatedSubprogramme</identifier>
      <label xml:lang="en">related subprogramme</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:coordinator
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the organization that coordinates the project being described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Element ms:Project
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:coordinator xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:coordinator>
Source
<xs:element name="coordinator" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the organization that coordinates the project being described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/coordinator</identifier>
      <label xml:lang="en">coordinator</label>
      <alt_label xml:lang="en">co-ordinator</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:participatingOrganization
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the organization(s) that participate (or have participated) in a project
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Element ms:Project
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:participatingOrganization xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:participatingOrganization>
Source
<xs:element name="participatingOrganization" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the organization(s) that participate (or have participated) in a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/participatingOrganization</identifier>
      <label xml:lang="en">participating organization</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedToDocument
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a document that is somehow related to the entity that is described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier CLARIN-SHARE_xsd.tmp#GenericDocument
Type ms:GenericDocument
Properties
content complex
Used by
Element ms:Project
Model
Children ms:DocumentIdentifier, ms:title
Instance
<ms:isRelatedToDocument xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:title xml:lang="">{1,unbounded}</ms:title>
  <ms:DocumentIdentifier ms:DocumentIdentifierScheme="">{0,unbounded}</ms:DocumentIdentifier>
</ms:isRelatedToDocument>
Source
<xs:element name="isRelatedToDocument" type="ms:GenericDocument">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a document that is somehow related to the entity that is described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedToDocument</identifier>
      <label xml:lang="en">related to document</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:projectReport
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a report issued by a project
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Project
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="projectReport">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a report issued by a project</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/projectReport</identifier>
      <label xml:lang="en">project report</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="1000"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:replacesProject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies a project that has been replaced by the project described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder CLARIN-SHARE_xsd.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Used by
Element ms:Project
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Instance
<ms:replacesProject xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
</ms:replacesProject>
Source
<xs:element name="replacesProject" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies a project that has been replaced by the project described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/replacesProject</identifier>
      <label xml:lang="en">Replaces project</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Repository
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups together all information required for the description of repositories
Diagram
Diagram
Properties
content complex
Used by
Model
Children ms:RepositoryIdentifier, ms:description, ms:entityType, ms:hostedRepository, ms:idProviderURL, ms:missionStatementURL, ms:operationEndDate, ms:operationStartDate, ms:pidSystem, ms:provenance, ms:providerType, ms:repositoryAdditionalName, ms:repositoryCountry, ms:repositoryInstitution, ms:repositoryLanguage, ms:repositoryName, ms:repositoryScientificLeader, ms:repositoryTechnicalResponsible, ms:repositoryType, ms:repositoryURL
Instance
<ms:Repository xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:entityType>{1,1}</ms:entityType>
  <ms:repositoryName xml:lang="">{1,unbounded}</ms:repositoryName>
  <ms:repositoryAdditionalName xml:lang="">{0,unbounded}</ms:repositoryAdditionalName>
  <ms:RepositoryIdentifier ms:RepositoryIdentifierScheme="">{0,unbounded}</ms:RepositoryIdentifier>
  <ms:repositoryURL>{1,1}</ms:repositoryURL>
  <ms:repositoryType>{1,unbounded}</ms:repositoryType>
  <ms:providerType>{1,unbounded}</ms:providerType>
  <ms:repositoryCountry>{1,1}</ms:repositoryCountry>
  <ms:repositoryLanguage>{1,unbounded}</ms:repositoryLanguage>
  <ms:description xml:lang="">{1,unbounded}</ms:description>
  <ms:repositoryInstitution>{1,1}</ms:repositoryInstitution>
  <ms:repositoryScientificLeader>{1,unbounded}</ms:repositoryScientificLeader>
  <ms:repositoryTechnicalResponsible>{1,unbounded}</ms:repositoryTechnicalResponsible>
  <ms:operationStartDate>{1,1}</ms:operationStartDate>
  <ms:operationEndDate>{0,1}</ms:operationEndDate>
  <ms:missionStatementURL>{0,1}</ms:missionStatementURL>
  <ms:provenance>{0,1}</ms:provenance>
  <ms:pidSystem>{0,1}</ms:pidSystem>
  <ms:idProviderURL>{0,1}</ms:idProviderURL>
  <ms:hostedRepository>{1,1}</ms:hostedRepository>
</ms:Repository>
Source
<xs:element name="Repository">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups together all information required for the description of repositories</xs:documentation>
    <xs:appinfo>
      <label>Repository</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="entityType" fixed="Repository">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <display>false</display>
            <label>entity type</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:repositoryName" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <unique>true</unique>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:repositoryAdditionalName" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:RepositoryIdentifier" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <unique>true</unique>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:repositoryURL"/>
      <xs:element ref="ms:repositoryType" maxOccurs="unbounded"/>
      <xs:element ref="ms:providerType" maxOccurs="unbounded"/>
      <xs:element ref="ms:repositoryCountry"/>
      <xs:element ref="ms:repositoryLanguage" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:description" maxOccurs="unbounded"/>
      <!-- 				<xs:element ref="ms:size" maxOccurs="unbounded"> 					<xs:annotation> 						<xs:appinfo> 							<relation>om</relation> 						</xs:appinfo> 					</xs:annotation> 				</xs:element> -->
      <xs:element ref="ms:repositoryInstitution">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:repositoryScientificLeader" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:repositoryTechnicalResponsible" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:operationStartDate">
        <xs:annotation>
          <xs:appinfo>
            <nonEditable>true</nonEditable>
            <systemAssigned>true</systemAssigned>
            <rule>system date of the first time the repository was put into operation</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:operationEndDate" minOccurs="0"/>
      <xs:element ref="ms:missionStatementURL" minOccurs="0"/>
      <xs:element ref="ms:provenance" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <rule>mandatory if repositoryType='aggregating'</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:pidSystem" minOccurs="0"/>
      <xs:element ref="ms:idProviderURL" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>oo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:hostedRepository">
        <xs:annotation>
          <xs:appinfo>
            <nonEditable>true</nonEditable>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Repository / ms:entityType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the entity described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Repository
Source
<xs:element name="entityType" fixed="Repository">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the entity described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <display>false</display>
      <label>entity type</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:repositoryAdditionalName
Namespace http://w3id.org/meta-share/meta-share/
Annotations
An additional name (usually a short name, acronym etc.) for the repository
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Used by
Element ms:Repository
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="repositoryAdditionalName">
  <xs:annotation>
    <xs:documentation xml:lang="en">An additional name (usually a short name, acronym etc.) for the repository</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">repository additional name</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="300"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:repositoryType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The type of the repository, i.e. whether it's institutional, disciplinary or aggregating
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration institutional
A repository whose contents belong to a single institution and/or is run by a single institution
enumeration disciplinary
A repository that contains resources based on thematic criteria, i.e. related to primarily a single discipline
enumeration aggregating
For aggregating repositories, i.e. repositories that host catalogues harvested from other repositories
Used by
Element ms:Repository
Source
<xs:element name="repositoryType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The type of the repository, i.e. whether it's institutional, disciplinary or aggregating</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">repository type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="institutional">
        <xs:annotation>
          <xs:documentation xml:lang="en">A repository whose contents belong to a single institution and/or is run by a single institution</xs:documentation>
          <xs:appinfo>
            <label xml:lang="en">institutional</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="disciplinary">
        <xs:annotation>
          <xs:documentation xml:lang="en">A repository that contains resources based on thematic criteria, i.e. related to primarily a single discipline</xs:documentation>
          <xs:appinfo>
            <label xml:lang="en">disciplinary</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="aggregating">
        <xs:annotation>
          <xs:documentation xml:lang="en">For aggregating repositories, i.e. repositories that host catalogues harvested from other repositories</xs:documentation>
          <xs:appinfo>
            <label xml:lang="en">aggregating</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:providerType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Documents the type of contents provided by the repository, i.e. data resources and/or web services
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
default dataProvider
Facets
enumeration dataProvider
For repositories that provide data resources
enumeration serviceProvider
For repositories that provide web services
Used by
Element ms:Repository
Source
<xs:element name="providerType" default="dataProvider">
  <xs:annotation>
    <xs:documentation xml:lang="en">Documents the type of contents provided by the repository, i.e. data resources and/or web services</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="dataProvider">
        <xs:annotation>
          <xs:documentation xml:lang="en">For repositories that provide data resources</xs:documentation>
          <xs:appinfo>
            <label>data provider</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="serviceProvider">
        <xs:annotation>
          <xs:documentation xml:lang="en">For repositories that provide web services</xs:documentation>
          <xs:appinfo>
            <label>service provider</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:repositoryCountry
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The country where the repository is hosted
Diagram
Diagram ISOVocabularies_xsd.tmp#regionIdType
Type ms:regionIdType
Properties
content simple
default GR
Facets
enumeration AA
enumeration AC
enumeration AD
enumeration AE
enumeration AF
enumeration AG
enumeration AI
enumeration AL
enumeration AM
enumeration AO
enumeration AQ
enumeration AR
enumeration AS
enumeration AT
enumeration AU
enumeration AW
enumeration AX
enumeration AZ
enumeration BA
enumeration BB
enumeration BD
enumeration BE
enumeration BF
enumeration BG
enumeration BH
enumeration BI
enumeration BJ
enumeration BL
enumeration BM
enumeration BN
enumeration BO
enumeration BQ
enumeration BR
enumeration BS
enumeration BT
enumeration BV
enumeration BW
enumeration BY
enumeration BZ
enumeration CA
enumeration CC
enumeration CD
enumeration CF
enumeration CG
enumeration CH
enumeration CI
enumeration CK
enumeration CL
enumeration CM
enumeration CN
enumeration CO
enumeration CP
enumeration CR
enumeration CU
enumeration CV
enumeration CW
enumeration CX
enumeration CY
enumeration CZ
enumeration DE
enumeration DG
enumeration DJ
enumeration DK
enumeration DM
enumeration DO
enumeration DZ
enumeration EA
enumeration EC
enumeration EE
enumeration EG
enumeration EH
enumeration ER
enumeration ES
enumeration ET
enumeration EU
enumeration FI
enumeration FJ
enumeration FK
enumeration FM
enumeration FO
enumeration FR
enumeration GA
enumeration GB
enumeration GD
enumeration GE
enumeration GF
enumeration GG
enumeration GH
enumeration GI
enumeration GL
enumeration GM
enumeration GN
enumeration GP
enumeration GQ
enumeration GR
enumeration GS
enumeration GT
enumeration GU
enumeration GW
enumeration GY
enumeration HK
enumeration HM
enumeration HN
enumeration HR
enumeration HT
enumeration HU
enumeration IC
enumeration ID
enumeration IE
enumeration IL
enumeration IM
enumeration IN
enumeration IO
enumeration IQ
enumeration IR
enumeration IS
enumeration IT
enumeration JE
enumeration JM
enumeration JO
enumeration JP
enumeration KE
enumeration KG
enumeration KH
enumeration KI
enumeration KM
enumeration KN
enumeration KP
enumeration KR
enumeration KW
enumeration KY
enumeration KZ
enumeration LA
enumeration LB
enumeration LC
enumeration LI
enumeration LK
enumeration LR
enumeration LS
enumeration LT
enumeration LU
enumeration LV
enumeration LY
enumeration MA
enumeration MC
enumeration MD
enumeration ME
enumeration MF
enumeration MG
enumeration MH
enumeration MK
enumeration ML
enumeration MM
enumeration MN
enumeration MO
enumeration MP
enumeration MQ
enumeration MR
enumeration MS
enumeration MT
enumeration MU
enumeration MV
enumeration MW
enumeration MX
enumeration MY
enumeration MZ
enumeration NA
enumeration NC
enumeration NE
enumeration NF
enumeration NG
enumeration NI
enumeration NL
enumeration NO
enumeration NP
enumeration NR
enumeration NU
enumeration NZ
enumeration OM
enumeration PA
enumeration PE
enumeration PF
enumeration PG
enumeration PH
enumeration PK
enumeration PL
enumeration PM
enumeration PN
enumeration PR
enumeration PS
enumeration PT
enumeration PW
enumeration PY
enumeration QA
enumeration QM..QZ
enumeration RE
enumeration RO
enumeration RS
enumeration RU
enumeration RW
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
enumeration SO
enumeration SR
enumeration SS
enumeration ST
enumeration SV
enumeration SX
enumeration SY
enumeration SZ
enumeration TA
enumeration TC
enumeration TD
enumeration TF
enumeration TG
enumeration TH
enumeration TJ
enumeration TK
enumeration TL
enumeration TM
enumeration TN
enumeration TO
enumeration TR
enumeration TT
enumeration TV
enumeration TW
enumeration TZ
enumeration UA
enumeration UG
enumeration UM
enumeration US
enumeration UY
enumeration UZ
enumeration VA
enumeration VC
enumeration VE
enumeration VG
enumeration VI
enumeration VN
enumeration VU
enumeration WF
enumeration WS
enumeration XA..XZ
enumeration YE
enumeration YT
enumeration ZA
enumeration ZM
enumeration ZW
enumeration ZZ
enumeration 001
enumeration 002
enumeration 003
enumeration 005
enumeration 009
enumeration 011
enumeration 013
enumeration 014
enumeration 015
enumeration 017
enumeration 018
enumeration 019
enumeration 021
enumeration 029
enumeration 030
enumeration 034
enumeration 035
enumeration 039
enumeration 053
enumeration 054
enumeration 057
enumeration 061
enumeration 142
enumeration 143
enumeration 145
enumeration 150
enumeration 151
enumeration 154
enumeration 155
enumeration 419
Used by
Element ms:Repository
Source
<xs:element name="repositoryCountry" type="ms:regionIdType" default="GR">
  <xs:annotation>
    <xs:documentation xml:lang="en">The country where the repository is hosted</xs:documentation>
    <xs:appinfo>
      <label>repository country</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:repositoryLanguage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The primary language of the repository interface
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageTag CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_scriptId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_regionId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_variantId CLARIN-SHARE_xsd.tmp#languageVarietyName CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language
Type ms:Language
Properties
content complex
Used by
Element ms:Repository
Model
Children ms:languageId, ms:languageTag, ms:languageVarietyName, ms:regionId, ms:scriptId, ms:variantId
Instance
<ms:repositoryLanguage xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:languageTag>{1,1}</ms:languageTag>
  <ms:languageId>{1,1}</ms:languageId>
  <ms:scriptId>{0,1}</ms:scriptId>
  <ms:regionId>{0,1}</ms:regionId>
  <ms:variantId>{0,unbounded}</ms:variantId>
  <ms:languageVarietyName xml:lang="">{0,unbounded}</ms:languageVarietyName>
</ms:repositoryLanguage>
Source
<xs:element name="repositoryLanguage" type="ms:Language">
  <xs:annotation>
    <xs:documentation xml:lang="en">The primary language of the repository interface</xs:documentation>
    <xs:appinfo>
      <label>repository language</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:repositoryInstitution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the institution that is responsible for the repository
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Element ms:Repository
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:repositoryInstitution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:repositoryInstitution>
Source
<xs:element name="repositoryInstitution" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the institution that is responsible for the repository</xs:documentation>
    <xs:appinfo>
      <label>repository institution</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:repositoryScientificLeader
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the person that acts as the Scientific Responsible for the repository
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Element ms:Repository
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:repositoryScientificLeader xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:repositoryScientificLeader>
Source
<xs:element name="repositoryScientificLeader" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the person that acts as the Scientific Responsible for the repository</xs:documentation>
    <xs:appinfo>
      <label>repository scientific leader</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:repositoryTechnicalResponsible
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the person acts as the Technical Responsible for the repository
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Used by
Element ms:Repository
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:repositoryTechnicalResponsible xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:repositoryTechnicalResponsible>
Source
<xs:element name="repositoryTechnicalResponsible" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the person acts as the Technical Responsible for the repository</xs:documentation>
    <xs:appinfo>
      <label>repository technical responsible</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:operationStartDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The start date of the operation of the repository; automatically inserted by the repository s/w
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Element ms:Repository
Source
<xs:element name="operationStartDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The start date of the operation of the repository; automatically inserted by the repository s/w</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">operation start date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:operationEndDate
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The end date of the operation of the repository
Diagram
Diagram
Type xs:date
Properties
content simple
Used by
Element ms:Repository
Source
<xs:element name="operationEndDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">The end date of the operation of the repository</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">operation start date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:missionStatementURL
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The URL of a mission statement describing the designated community of the repository
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
default https://www.clarin.gr/en/about/what-is-clarin
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Repository
Source
<xs:element name="missionStatementURL" type="ms:httpURI" default="https://www.clarin.gr/en/about/what-is-clarin">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a mission statement describing the designated community of the repository</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">mission statement URL</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:provenance
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups together information regarding provenance of the contents of the repository, in case of aggregating repositories
Diagram
Diagram CLARIN-SHARE_xsd.tmp#originatingRepository CLARIN-SHARE_xsd.tmp#harvestingFrequency
Properties
content complex
Used by
Element ms:Repository
Model
Children ms:harvestingFrequency, ms:originatingRepository
Instance
<ms:provenance xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:originatingRepository>{1,unbounded}</ms:originatingRepository>
  <ms:harvestingFrequency>{0,1}</ms:harvestingFrequency>
</ms:provenance>
Source
<xs:element name="provenance">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups together information regarding provenance of the contents of the repository, in case of aggregating repositories</xs:documentation>
    <xs:appinfo>
      <label>provenance</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ms:originatingRepository" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:harvestingFrequency" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:originatingRepository
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups together information regarding the originating repository, i.e. the one being harvested in case of aggregating repositories
Diagram
Diagram CLARIN-SHARE_xsd.tmp#repositoryName CLARIN-SHARE_xsd.tmp#repositoryURL CLARIN-SHARE_xsd.tmp#RepositoryIdentifier CLARIN-SHARE_xsd.tmp#GenericRepository
Type ms:GenericRepository
Properties
content complex
Used by
Element ms:provenance
Model
Children ms:RepositoryIdentifier, ms:repositoryName, ms:repositoryURL
Instance
<ms:originatingRepository xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:repositoryName xml:lang="">{1,unbounded}</ms:repositoryName>
  <ms:repositoryURL>{0,1}</ms:repositoryURL>
  <ms:RepositoryIdentifier ms:RepositoryIdentifierScheme="">{0,unbounded}</ms:RepositoryIdentifier>
</ms:originatingRepository>
Source
<xs:element name="originatingRepository" type="ms:GenericRepository">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups together information regarding the originating repository, i.e. the one being harvested in case of aggregating repositories</xs:documentation>
    <xs:appinfo>
      <label>originating repository</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:harvestingFrequency
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A statement on the frequency of the harvesting procedure in case of aggregators; e.g. every day
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element ms:provenance
Source
<xs:element name="harvestingFrequency" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en">A statement on the frequency of the harvesting procedure in case of aggregators; e.g. every day</xs:documentation>
    <xs:appinfo>
      <label>harvesting frequency</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:pidSystem
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The Persistent Identifier System used by the repository (e.g. handle)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
default hdl
Facets
enumeration hdl
Handle PID system
Used by
Element ms:Repository
Source
<xs:element name="pidSystem" default="hdl">
  <xs:annotation>
    <xs:documentation xml:lang="en">The Persistent Identifier System used by the repository (e.g. handle)</xs:documentation>
    <xs:appinfo>
      <label>PID system</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="hdl">
        <xs:annotation>
          <xs:documentation xml:lang="en">Handle PID system</xs:documentation>
          <xs:appinfo>
            <label>Handle system</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:idProviderURL
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the URL that refers to the shiboleth accounts of the repository organisation (identity provider)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Element ms:Repository
Source
<xs:element name="idProviderURL" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation>Links to the URL that refers to the shiboleth accounts of the repository organisation (identity provider)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/repositoryURL</identifier>
      <label xml:lang="en">Identity provider URL</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hostedRepository
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used for identifying the hosted repository
Diagram
Diagram
Type xs:boolean
Properties
content simple
default false
Used by
Element ms:Repository
Source
<xs:element name="hostedRepository" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used for identifying the hosted repository</xs:documentation>
    <xs:appinfo>
      <label>hosted repository</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:age
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Age of a person
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="age" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Age of a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/age</identifier>
      <label xml:lang="en">age</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:alias
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a name used for a participant of a multimedia resource instead of his/her real one
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="alias">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a name used for a participant of a multimedia resource instead of his/her real one</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/alias</identifier>
      <label xml:lang="en">alias</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:dialectAccent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the dialect accent of the participant
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="dialectAccent">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the dialect accent of the participant</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dialectAccent</identifier>
      <label xml:lang="en">dialect accent</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:digest
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a docker image to the sha256 hash (used for selecting the appropriate version)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 20
Source
<xs:element name="digest">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a docker image to the sha256 hash (used for selecting the appropriate version)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/digest</identifier>
      <label xml:lang="en">digest</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:edition
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the number of the edition for the document that has been described
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 20
Source
<xs:element name="edition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the number of the edition for the document that has been described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/edition</identifier>
      <label xml:lang="en">edition</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="20"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:educationLevel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the education level of the participant
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="educationLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the education level of the participant</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/educationLevel</identifier>
      <label xml:lang="en">education level</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="100"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:fee
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes in free the costs that are required to use the resource, a fragment of the resource or to use a tool or service
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="fee">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes in free the costs that are required to use the resource, a fragment of the resource or to use a tool or service</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/fee</identifier>
      <label xml:lang="en">fee</label>
      <note xml:lang="en">pricing policy can be a more generic concept; discuss if we want to formalise this</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:hearingImpairment
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on any hearing impairment the participant may have
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="hearingImpairment">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on any hearing impairment the participant may have</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hearingImpairment</identifier>
      <label xml:lang="en">hearing impairment</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:height
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the height of the participant in cm
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="height" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the height of the participant in cm</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/height</identifier>
      <label xml:lang="en">height</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:placeOfBirth
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The place in which the participant has been born
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="placeOfBirth">
  <xs:annotation>
    <xs:documentation xml:lang="en">The place in which the participant has been born</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/placeOfBirth</identifier>
      <label xml:lang="en">place of birth</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:placeOfChildhood
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The place in which the participant lived as a child
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="placeOfChildhood">
  <xs:annotation>
    <xs:documentation xml:lang="en">The place in which the participant lived as a child</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/placeOfChildhood</identifier>
      <label xml:lang="en">place of childhood</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:placeOfLiving
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The place of living of a participant
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="placeOfLiving">
  <xs:annotation>
    <xs:documentation xml:lang="en">The place of living of a participant</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/placeOfLiving</identifier>
      <label xml:lang="en">place of living</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:placeOfSecondEducation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the place of the secondary education of the participant
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="placeOfSecondEducation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the place of the secondary education of the participant</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/placeOfSecondEducation</identifier>
      <label xml:lang="en">place of second education</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:profession
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the participant's profession
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="profession">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the participant's profession</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/profession</identifier>
      <label xml:lang="en">profession</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:smokingHabit
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on whether the participant smokes and on his/her smoking habits in general
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="smokingHabit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on whether the participant smokes and on his/her smoking habits in general</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/smokingHabit</identifier>
      <label xml:lang="en">smoking habit</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="150"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:speakingImpairment
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on any speaking impairment the participant may have
Diagram
Diagram xml_xsd.tmp#lang CLARIN-SHARE_xsd.tmp#langString
Type restriction of ms:langString
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="speakingImpairment">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on any speaking impairment the participant may have</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/speakingImpairment</identifier>
      <label xml:lang="en">speaking impairment</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="ms:langString">
        <xs:maxLength value="200"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ms:trainedSpeaker
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on whether the participant is trained in a specific task
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="trainedSpeaker" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on whether the participant is trained in a specific task</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/trainedSpeaker</identifier>
      <label xml:lang="en">trained speaker</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:url
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a URL
Diagram
Diagram CLARIN-SHARE_xsd.tmp#httpURI
Type ms:httpURI
Properties
content simple
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="url" type="ms:httpURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a URL</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/url</identifier>
      <label xml:lang="en">has URL</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:weight
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the weight of the participant
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="weight" type="xs:int">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the weight of the participant</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/weight</identifier>
      <label xml:lang="en">weight</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:FunderIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#FunderIdentifierScheme CLARIN-SHARE_xsd.tmp#FunderIdentifier
Type ms:FunderIdentifier
Properties
content complex
Attributes
QName Type Use Annotation
ms:FunderIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify a funder
Source
<xs:element name="FunderIdentifier" type="ms:FunderIdentifier">
  <xs:annotation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/FunderIdentifier</identifier>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifier</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:accesses
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be) used for accessing LR A (e.g., a corpus workbench, s/w for lexicon access) to the LR A
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:accesses xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:accesses>
Source
<xs:element name="accesses" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be) used for accessing LR A (e.g., a corpus workbench, s/w for lexicon access) to the LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/accesses</identifier>
      <label xml:lang="en">accesses</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:ageGroup
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The age group to which the participant belongs
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/adult
enumeration http://w3id.org/meta-share/meta-share/child
enumeration http://w3id.org/meta-share/meta-share/elderly
enumeration http://w3id.org/meta-share/meta-share/teenager
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="ageGroup">
  <xs:annotation>
    <xs:documentation xml:lang="en">The age group to which the participant belongs</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ageGroup</identifier>
      <label xml:lang="en">age group</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/adult">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/adult</identifier>
            <label xml:lang="en">adult</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/child">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/child</identifier>
            <label xml:lang="en">child</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elderly">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elderly</identifier>
            <label xml:lang="en">elderly</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/teenager">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/teenager</identifier>
            <label xml:lang="en">teenager</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:availability
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the availability status of the resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/available
For resources available through the infrastructure
enumeration http://w3id.org/meta-share/meta-share/availableThroughOtherDistributors
For resources that are available through other distribution channels
enumeration http://w3id.org/meta-share/meta-share/underNegotiation
For resources whose availability is still pending.
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="availability">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the availability status of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/availability</identifier>
      <label xml:lang="en">availability</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/available">
        <xs:annotation>
          <xs:documentation xml:lang="en">For resources available through the infrastructure</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/available</identifier>
            <label xml:lang="en">available</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/availableThroughOtherDistributors">
        <xs:annotation>
          <xs:documentation xml:lang="en">For resources that are available through other distribution channels</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/availableThroughOtherDistributors</identifier>
            <label xml:lang="en">available through other distributors</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/underNegotiation">
        <xs:annotation>
          <xs:documentation xml:lang="en">For resources whose availability is still pending.</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/underNegotiation</identifier>
            <label xml:lang="en">under negotiation</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:countryOfRegistration
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the country in which an organization was officially registered for the first time as a legal entity
Diagram
Diagram ISOVocabularies_xsd.tmp#regionIdType
Type ms:regionIdType
Properties
content simple
Facets
enumeration AA
enumeration AC
enumeration AD
enumeration AE
enumeration AF
enumeration AG
enumeration AI
enumeration AL
enumeration AM
enumeration AO
enumeration AQ
enumeration AR
enumeration AS
enumeration AT
enumeration AU
enumeration AW
enumeration AX
enumeration AZ
enumeration BA
enumeration BB
enumeration BD
enumeration BE
enumeration BF
enumeration BG
enumeration BH
enumeration BI
enumeration BJ
enumeration BL
enumeration BM
enumeration BN
enumeration BO
enumeration BQ
enumeration BR
enumeration BS
enumeration BT
enumeration BV
enumeration BW
enumeration BY
enumeration BZ
enumeration CA
enumeration CC
enumeration CD
enumeration CF
enumeration CG
enumeration CH
enumeration CI
enumeration CK
enumeration CL
enumeration CM
enumeration CN
enumeration CO
enumeration CP
enumeration CR
enumeration CU
enumeration CV
enumeration CW
enumeration CX
enumeration CY
enumeration CZ
enumeration DE
enumeration DG
enumeration DJ
enumeration DK
enumeration DM
enumeration DO
enumeration DZ
enumeration EA
enumeration EC
enumeration EE
enumeration EG
enumeration EH
enumeration ER
enumeration ES
enumeration ET
enumeration EU
enumeration FI
enumeration FJ
enumeration FK
enumeration FM
enumeration FO
enumeration FR
enumeration GA
enumeration GB
enumeration GD
enumeration GE
enumeration GF
enumeration GG
enumeration GH
enumeration GI
enumeration GL
enumeration GM
enumeration GN
enumeration GP
enumeration GQ
enumeration GR
enumeration GS
enumeration GT
enumeration GU
enumeration GW
enumeration GY
enumeration HK
enumeration HM
enumeration HN
enumeration HR
enumeration HT
enumeration HU
enumeration IC
enumeration ID
enumeration IE
enumeration IL
enumeration IM
enumeration IN
enumeration IO
enumeration IQ
enumeration IR
enumeration IS
enumeration IT
enumeration JE
enumeration JM
enumeration JO
enumeration JP
enumeration KE
enumeration KG
enumeration KH
enumeration KI
enumeration KM
enumeration KN
enumeration KP
enumeration KR
enumeration KW
enumeration KY
enumeration KZ
enumeration LA
enumeration LB
enumeration LC
enumeration LI
enumeration LK
enumeration LR
enumeration LS
enumeration LT
enumeration LU
enumeration LV
enumeration LY
enumeration MA
enumeration MC
enumeration MD
enumeration ME
enumeration MF
enumeration MG
enumeration MH
enumeration MK
enumeration ML
enumeration MM
enumeration MN
enumeration MO
enumeration MP
enumeration MQ
enumeration MR
enumeration MS
enumeration MT
enumeration MU
enumeration MV
enumeration MW
enumeration MX
enumeration MY
enumeration MZ
enumeration NA
enumeration NC
enumeration NE
enumeration NF
enumeration NG
enumeration NI
enumeration NL
enumeration NO
enumeration NP
enumeration NR
enumeration NU
enumeration NZ
enumeration OM
enumeration PA
enumeration PE
enumeration PF
enumeration PG
enumeration PH
enumeration PK
enumeration PL
enumeration PM
enumeration PN
enumeration PR
enumeration PS
enumeration PT
enumeration PW
enumeration PY
enumeration QA
enumeration QM..QZ
enumeration RE
enumeration RO
enumeration RS
enumeration RU
enumeration RW
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
enumeration SO
enumeration SR
enumeration SS
enumeration ST
enumeration SV
enumeration SX
enumeration SY
enumeration SZ
enumeration TA
enumeration TC
enumeration TD
enumeration TF
enumeration TG
enumeration TH
enumeration TJ
enumeration TK
enumeration TL
enumeration TM
enumeration TN
enumeration TO
enumeration TR
enumeration TT
enumeration TV
enumeration TW
enumeration TZ
enumeration UA
enumeration UG
enumeration UM
enumeration US
enumeration UY
enumeration UZ
enumeration VA
enumeration VC
enumeration VE
enumeration VG
enumeration VI
enumeration VN
enumeration VU
enumeration WF
enumeration WS
enumeration XA..XZ
enumeration YE
enumeration YT
enumeration ZA
enumeration ZM
enumeration ZW
enumeration ZZ
enumeration 001
enumeration 002
enumeration 003
enumeration 005
enumeration 009
enumeration 011
enumeration 013
enumeration 014
enumeration 015
enumeration 017
enumeration 018
enumeration 019
enumeration 021
enumeration 029
enumeration 030
enumeration 034
enumeration 035
enumeration 039
enumeration 053
enumeration 054
enumeration 057
enumeration 061
enumeration 142
enumeration 143
enumeration 145
enumeration 150
enumeration 151
enumeration 154
enumeration 155
enumeration 419
Source
<xs:element name="countryOfRegistration" type="ms:regionIdType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the country in which an organization was officially registered for the first time as a legal entity</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/countryOfRegistration</identifier>
      <label xml:lang="en">country of registration</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:dependsOn
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that is required for the operation of LR A (the one being described) or that has been used in its processing
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:dependsOn xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:dependsOn>
Source
<xs:element name="dependsOn" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that is required for the operation of LR A (the one being described) or that has been used in its processing</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dependsOn</identifier>
      <label xml:lang="en">depends on</label>
      <alt_label xml:lang="en">supporting resource</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:Actor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A person, organization or group that participates in an event or process
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:Actor xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:Actor>
Source
<xs:element name="Actor" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">A person, organization or group that participates in an event or process</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/Actor</identifier>
      <label xml:lang="en">Actor</label>
      <note xml:lang="en">Changed to subclass of foaf:agent because according to its definition (An agent (eg. person, group, software or physical artifact)), it might include entities that we do not consider at this time actors</note>
      <subclassOf>http://w3id.org/meta-share/meta-share/DescribedEntity</subclassOf>
      <subclassOf>http://xmlns.com/foaf/0.1/Agent</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:displays
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be) used to display LR A (e.g., a tool for visualizing relations in a lexicon, or annotations in a corpus) to the LR A
Diagram
Diagram
Source
<xs:element name="displays">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be) used to display LR A (e.g., a tool for visualizing relations in a lexicon, or annotations in a corpus) to the LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/displays</identifier>
      <label xml:lang="en">displays</label>
      <alt_label xml:lang="en">visualises</alt_label>
      <alt_label xml:lang="en">visualizes</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentRelatedTo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the entity (language resource, project, part of a language resource) that is somehow related to the document that is described
Diagram
Diagram
Source
<xs:element name="documentRelatedTo">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the entity (language resource, project, part of a language resource) that is somehow related to the document that is described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentRelatedTo</identifier>
      <label xml:lang="en">document related to</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentsAnnotation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a report to the annotation process, tool, method, etc. of a language resource that it describes
Diagram
Diagram
Type ms:Annotation
Properties
content complex
Model
Children ms:annotatedElement, ms:annotationEndDate, ms:annotationMode, ms:annotationModeDetails, ms:annotationReport, ms:annotationResource, ms:annotationStandoff, ms:annotationStartDate, ms:annotationType, ms:annotator, ms:guidelines, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:isAnnotatedBy, ms:segmentationLevel, ms:theoreticModel, ms:typesystem
Instance
<ms:documentsAnnotation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:annotationType>{1,unbounded}</ms:annotationType>
  <ms:annotatedElement>{0,unbounded}</ms:annotatedElement>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:annotationStandoff>{0,1}</ms:annotationStandoff>
  <ms:guidelines>{0,unbounded}</ms:guidelines>
  <ms:typesystem>{0,unbounded}</ms:typesystem>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:annotationMode>{0,1}</ms:annotationMode>
  <ms:annotationModeDetails xml:lang="">{0,unbounded}</ms:annotationModeDetails>
  <ms:isAnnotatedBy>{0,unbounded}</ms:isAnnotatedBy>
  <ms:annotator>{0,unbounded}</ms:annotator>
  <ms:annotationStartDate>{0,1}</ms:annotationStartDate>
  <ms:annotationEndDate>{0,1}</ms:annotationEndDate>
  <ms:interannotatorAgreement xml:lang="">{0,unbounded}</ms:interannotatorAgreement>
  <ms:intraannotatorAgreement xml:lang="">{0,unbounded}</ms:intraannotatorAgreement>
  <ms:annotationReport>{0,unbounded}</ms:annotationReport>
</ms:documentsAnnotation>
Source
<xs:element name="documentsAnnotation" type="ms:Annotation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a report to the annotation process, tool, method, etc. of a language resource that it describes</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentsAnnotation</identifier>
      <label xml:lang="en">documents annotation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentsEvaluation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a report to the evaluation process, tool, method, etc. of the tool or service it purports to describe
Diagram
Diagram CLARIN-SHARE_xsd.tmp#evaluationLevel CLARIN-SHARE_xsd.tmp#evaluationType CLARIN-SHARE_xsd.tmp#evaluationCriterion CLARIN-SHARE_xsd.tmp#evaluationMeasure CLARIN-SHARE_xsd.tmp#goldStandardLocation CLARIN-SHARE_xsd.tmp#performanceIndicator CLARIN-SHARE_xsd.tmp#evaluationReport CLARIN-SHARE_xsd.tmp#isEvaluatedBy CLARIN-SHARE_xsd.tmp#evaluationDetails CLARIN-SHARE_xsd.tmp#evaluator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Evaluation
Type ms:Evaluation
Properties
content complex
Model
Children ms:evaluationCriterion, ms:evaluationDetails, ms:evaluationLevel, ms:evaluationMeasure, ms:evaluationReport, ms:evaluationType, ms:evaluator, ms:goldStandardLocation, ms:isEvaluatedBy, ms:performanceIndicator
Instance
<ms:documentsEvaluation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:evaluationLevel>{0,unbounded}</ms:evaluationLevel>
  <ms:evaluationType>{0,unbounded}</ms:evaluationType>
  <ms:evaluationCriterion>{0,unbounded}</ms:evaluationCriterion>
  <ms:evaluationMeasure>{0,unbounded}</ms:evaluationMeasure>
  <ms:goldStandardLocation>{0,1}</ms:goldStandardLocation>
  <ms:performanceIndicator>{0,unbounded}</ms:performanceIndicator>
  <ms:evaluationReport>{0,unbounded}</ms:evaluationReport>
  <ms:isEvaluatedBy>{0,unbounded}</ms:isEvaluatedBy>
  <ms:evaluationDetails xml:lang="">{0,unbounded}</ms:evaluationDetails>
  <ms:evaluator>{0,unbounded}</ms:evaluator>
</ms:documentsEvaluation>
Source
<xs:element name="documentsEvaluation" type="ms:Evaluation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a report to the evaluation process, tool, method, etc. of the tool or service it purports to describe</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentsEvaluation</identifier>
      <label xml:lang="en">documents evaluation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentsGuidelines
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links the guidelines used for the creation or annotation of a language resource to this language resource
Diagram
Diagram
Source
<xs:element name="documentsGuidelines">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links the guidelines used for the creation or annotation of a language resource to this language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentsGuidelines</identifier>
      <label xml:lang="en">documents guidelines</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentsUsage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a document (e.g., research article, report) describing the use of a language resource (e.g., in a project, application, experiment or use case) to the data of this use
Diagram
Diagram CLARIN-SHARE_xsd.tmp#usedInApplication CLARIN-SHARE_xsd.tmp#hasOutcome CLARIN-SHARE_xsd.tmp#usageProject CLARIN-SHARE_xsd.tmp#usageReport CLARIN-SHARE_xsd.tmp#actualUseDetails CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ActualUse
Type ms:ActualUse
Properties
content complex
Model
Children ms:actualUseDetails, ms:hasOutcome, ms:usageProject, ms:usageReport, ms:usedInApplication
Instance
<ms:documentsUsage xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:usedInApplication>{0,unbounded}</ms:usedInApplication>
  <ms:hasOutcome>{0,unbounded}</ms:hasOutcome>
  <ms:usageProject>{0,unbounded}</ms:usageProject>
  <ms:usageReport>{0,unbounded}</ms:usageReport>
  <ms:actualUseDetails xml:lang="">{0,unbounded}</ms:actualUseDetails>
</ms:documentsUsage>
Source
<xs:element name="documentsUsage" type="ms:ActualUse">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a document (e.g., research article, report) describing the use of a language resource (e.g., in a project, application, experiment or use case) to the data of this use</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentsUsage</identifier>
      <label xml:lang="en">documents usage</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:documentsValidation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a document with detailed information on the validation process and results to the data of this validation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#validationType CLARIN-SHARE_xsd.tmp#validationMode CLARIN-SHARE_xsd.tmp#validationDetails CLARIN-SHARE_xsd.tmp#validationExtent CLARIN-SHARE_xsd.tmp#isValidatedBy CLARIN-SHARE_xsd.tmp#validationReport CLARIN-SHARE_xsd.tmp#validator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Validation
Type ms:Validation
Properties
content complex
Model
Children ms:isValidatedBy, ms:validationDetails, ms:validationExtent, ms:validationMode, ms:validationReport, ms:validationType, ms:validator
Instance
<ms:documentsValidation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:validationType>{0,1}</ms:validationType>
  <ms:validationMode>{0,1}</ms:validationMode>
  <ms:validationDetails xml:lang="">{0,unbounded}</ms:validationDetails>
  <ms:validationExtent>{0,1}</ms:validationExtent>
  <ms:isValidatedBy>{0,unbounded}</ms:isValidatedBy>
  <ms:validationReport>{0,unbounded}</ms:validationReport>
  <ms:validator>{0,unbounded}</ms:validator>
</ms:documentsValidation>
Source
<xs:element name="documentsValidation" type="ms:Validation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a document with detailed information on the validation process and results to the data of this validation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/documentsValidation</identifier>
      <label xml:lang="en">documents validation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:edits
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be) used for editing LR A (the one being described) to LR A
Diagram
Diagram
Source
<xs:element name="edits">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be) used for editing LR A (the one being described) to LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/edits</identifier>
      <label xml:lang="en">edits</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasAlignedVersion
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a corpus B which contains an aligned version of corpus A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasAlignedVersion xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasAlignedVersion>
Source
<xs:element name="hasAlignedVersion" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a corpus B which contains an aligned version of corpus A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasAlignedVersion</identifier>
      <label xml:lang="en">aligned version</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasAnalysed
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be or has been) used for analysing LR A (e.g., a statistical tool) to LR A
Diagram
Diagram
Source
<xs:element name="hasAnalysed">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be or has been) used for analysing LR A (e.g., a statistical tool) to LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasAnalysed</identifier>
      <label xml:lang="en">used to analyse</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasAnnotated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that has been used for annotating LR A (e.g., a tagger, NER, etc.) to LR A
Diagram
Diagram
Type ms:Annotation
Properties
content complex
Model
Children ms:annotatedElement, ms:annotationEndDate, ms:annotationMode, ms:annotationModeDetails, ms:annotationReport, ms:annotationResource, ms:annotationStandoff, ms:annotationStartDate, ms:annotationType, ms:annotator, ms:guidelines, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:isAnnotatedBy, ms:segmentationLevel, ms:theoreticModel, ms:typesystem
Instance
<ms:hasAnnotated xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:annotationType>{1,unbounded}</ms:annotationType>
  <ms:annotatedElement>{0,unbounded}</ms:annotatedElement>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:annotationStandoff>{0,1}</ms:annotationStandoff>
  <ms:guidelines>{0,unbounded}</ms:guidelines>
  <ms:typesystem>{0,unbounded}</ms:typesystem>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:annotationMode>{0,1}</ms:annotationMode>
  <ms:annotationModeDetails xml:lang="">{0,unbounded}</ms:annotationModeDetails>
  <ms:isAnnotatedBy>{0,unbounded}</ms:isAnnotatedBy>
  <ms:annotator>{0,unbounded}</ms:annotator>
  <ms:annotationStartDate>{0,1}</ms:annotationStartDate>
  <ms:annotationEndDate>{0,1}</ms:annotationEndDate>
  <ms:interannotatorAgreement xml:lang="">{0,unbounded}</ms:interannotatorAgreement>
  <ms:intraannotatorAgreement xml:lang="">{0,unbounded}</ms:intraannotatorAgreement>
  <ms:annotationReport>{0,unbounded}</ms:annotationReport>
</ms:hasAnnotated>
Source
<xs:element name="hasAnnotated" type="ms:Annotation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that has been used for annotating LR A (e.g., a tagger, NER, etc.) to LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasAnnotated</identifier>
      <label xml:lang="en">has annotated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasAnnotatedVersion
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a corpus B which contains the annotations of corpus A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasAnnotatedVersion xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasAnnotatedVersion>
Source
<xs:element name="hasAnnotatedVersion" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a corpus B which contains the annotations of corpus A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasAnnotatedVersion</identifier>
      <label xml:lang="en">annotated version</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasConvertedVersion
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that has been used for creating LR A (the one being described) through a conversion procedure, e.g., a PDF to text conversion
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasConvertedVersion xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasConvertedVersion>
Source
<xs:element name="hasConvertedVersion" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that has been used for creating LR A (the one being described) through a conversion procedure, e.g., a PDF to text conversion</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasConvertedVersion</identifier>
      <label xml:lang="en">converted version</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasCreated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be or has been) used for creating LR A to LR A
Diagram
Diagram
Source
<xs:element name="hasCreated">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be or has been) used for creating LR A to LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasCreated</identifier>
      <label xml:lang="en">has created</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasDivision
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links an organization to the division(s) (e.g., company branch, university faculty or department, etc.) it consists of
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf CLARIN-SHARE_xsd.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Instance
<ms:hasDivision xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:isDivisionOf>{0,1}</ms:isDivisionOf>
</ms:hasDivision>
Source
<xs:element name="hasDivision" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links an organization to the division(s) (e.g., company branch, university faculty or department, etc.) it consists of</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasDivision</identifier>
      <label xml:lang="en">division</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasElicited
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be or has been) used for eliciting LR A to LR A
Diagram
Diagram
Source
<xs:element name="hasElicited">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be or has been) used for eliciting LR A to LR A</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasElicited</identifier>
      <label xml:lang="en">has elicited</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasEvaluated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service that has been used for evaluating an LR A to the data of this evaluation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#evaluationLevel CLARIN-SHARE_xsd.tmp#evaluationType CLARIN-SHARE_xsd.tmp#evaluationCriterion CLARIN-SHARE_xsd.tmp#evaluationMeasure CLARIN-SHARE_xsd.tmp#goldStandardLocation CLARIN-SHARE_xsd.tmp#performanceIndicator CLARIN-SHARE_xsd.tmp#evaluationReport CLARIN-SHARE_xsd.tmp#isEvaluatedBy CLARIN-SHARE_xsd.tmp#evaluationDetails CLARIN-SHARE_xsd.tmp#evaluator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Evaluation
Type ms:Evaluation
Properties
content complex
Model
Children ms:evaluationCriterion, ms:evaluationDetails, ms:evaluationLevel, ms:evaluationMeasure, ms:evaluationReport, ms:evaluationType, ms:evaluator, ms:goldStandardLocation, ms:isEvaluatedBy, ms:performanceIndicator
Instance
<ms:hasEvaluated xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:evaluationLevel>{0,unbounded}</ms:evaluationLevel>
  <ms:evaluationType>{0,unbounded}</ms:evaluationType>
  <ms:evaluationCriterion>{0,unbounded}</ms:evaluationCriterion>
  <ms:evaluationMeasure>{0,unbounded}</ms:evaluationMeasure>
  <ms:goldStandardLocation>{0,1}</ms:goldStandardLocation>
  <ms:performanceIndicator>{0,unbounded}</ms:performanceIndicator>
  <ms:evaluationReport>{0,unbounded}</ms:evaluationReport>
  <ms:isEvaluatedBy>{0,unbounded}</ms:isEvaluatedBy>
  <ms:evaluationDetails xml:lang="">{0,unbounded}</ms:evaluationDetails>
  <ms:evaluator>{0,unbounded}</ms:evaluator>
</ms:hasEvaluated>
Source
<xs:element name="hasEvaluated" type="ms:Evaluation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service that has been used for evaluating an LR A to the data of this evaluation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasEvaluated</identifier>
      <label xml:lang="en">has evaluated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasPart
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B which is contained in LR A (the one being described), e.g., a monolingual corpus part of a bilingual corpus
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasPart xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasPart>
Source
<xs:element name="hasPart" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B which is contained in LR A (the one being described), e.g., a monolingual corpus part of a bilingual corpus</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasPart</identifier>
      <label xml:lang="en">part</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasRecorded
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service to the data of the language resource (e.g., audio or video part of a corpus) it has recorded
Diagram
Diagram
Source
<xs:element name="hasRecorded">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service to the data of the language resource (e.g., audio or video part of a corpus) it has recorded</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasRecorded</identifier>
      <label xml:lang="en">has recorded</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasValidated
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a tool/service B that is (or can be) used for validating LR A to the data of this validation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#validationType CLARIN-SHARE_xsd.tmp#validationMode CLARIN-SHARE_xsd.tmp#validationDetails CLARIN-SHARE_xsd.tmp#validationExtent CLARIN-SHARE_xsd.tmp#isValidatedBy CLARIN-SHARE_xsd.tmp#validationReport CLARIN-SHARE_xsd.tmp#validator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Validation
Type ms:Validation
Properties
content complex
Model
Children ms:isValidatedBy, ms:validationDetails, ms:validationExtent, ms:validationMode, ms:validationReport, ms:validationType, ms:validator
Instance
<ms:hasValidated xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:validationType>{0,1}</ms:validationType>
  <ms:validationMode>{0,1}</ms:validationMode>
  <ms:validationDetails xml:lang="">{0,unbounded}</ms:validationDetails>
  <ms:validationExtent>{0,1}</ms:validationExtent>
  <ms:isValidatedBy>{0,unbounded}</ms:isValidatedBy>
  <ms:validationReport>{0,unbounded}</ms:validationReport>
  <ms:validator>{0,unbounded}</ms:validator>
</ms:hasValidated>
Source
<xs:element name="hasValidated" type="ms:Validation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a tool/service B that is (or can be) used for validating LR A to the data of this validation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasValidated</identifier>
      <label xml:lang="en">used to validate</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:hasVersion
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that is a version of LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:hasVersion xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:hasVersion>
Source
<xs:element name="hasVersion" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that is a version of LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasVersion</identifier>
      <label xml:lang="en">version</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isAnnotationResourceOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links an annotation resource to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with
Diagram
Diagram
Source
<xs:element name="isAnnotationResourceOf">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links an annotation resource to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAnnotationResourceOf</identifier>
      <label xml:lang="en">annotation resource</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isAnnotationSchemaOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links an annotation schema to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with
Diagram
Diagram
Source
<xs:element name="isAnnotationSchemaOf">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links an annotation schema to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAnnotationSchemaOf</identifier>
      <label xml:lang="en">annotation schema</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isAnnotatorOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the resource(s) that have been annotated by the person/organization
Diagram
Diagram
Type ms:Annotation
Properties
content complex
Model
Children ms:annotatedElement, ms:annotationEndDate, ms:annotationMode, ms:annotationModeDetails, ms:annotationReport, ms:annotationResource, ms:annotationStandoff, ms:annotationStartDate, ms:annotationType, ms:annotator, ms:guidelines, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:isAnnotatedBy, ms:segmentationLevel, ms:theoreticModel, ms:typesystem
Instance
<ms:isAnnotatorOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:annotationType>{1,unbounded}</ms:annotationType>
  <ms:annotatedElement>{0,unbounded}</ms:annotatedElement>
  <ms:segmentationLevel>{0,unbounded}</ms:segmentationLevel>
  <ms:annotationStandoff>{0,1}</ms:annotationStandoff>
  <ms:guidelines>{0,unbounded}</ms:guidelines>
  <ms:typesystem>{0,unbounded}</ms:typesystem>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:theoreticModel xml:lang="">{0,unbounded}</ms:theoreticModel>
  <ms:annotationMode>{0,1}</ms:annotationMode>
  <ms:annotationModeDetails xml:lang="">{0,unbounded}</ms:annotationModeDetails>
  <ms:isAnnotatedBy>{0,unbounded}</ms:isAnnotatedBy>
  <ms:annotator>{0,unbounded}</ms:annotator>
  <ms:annotationStartDate>{0,1}</ms:annotationStartDate>
  <ms:annotationEndDate>{0,1}</ms:annotationEndDate>
  <ms:interannotatorAgreement xml:lang="">{0,unbounded}</ms:interannotatorAgreement>
  <ms:intraannotatorAgreement xml:lang="">{0,unbounded}</ms:intraannotatorAgreement>
  <ms:annotationReport>{0,unbounded}</ms:annotationReport>
</ms:isAnnotatorOf>
Source
<xs:element name="isAnnotatorOf" type="ms:Annotation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the resource(s) that have been annotated by the person/organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isAnnotatorOf</identifier>
      <label xml:lang="en">annotator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isCombinedWith
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a LR B that has been used together with LR A (the one being described) to create LR C, e.g., two monolingual wordnets/corpora aligned to produce a bilingual resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isCombinedWith xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isCombinedWith>
Source
<xs:element name="isCombinedWith" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a LR B that has been used together with LR A (the one being described) to create LR C, e.g., two monolingual wordnets/corpora aligned to produce a bilingual resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isCombinedWith</identifier>
      <label xml:lang="en">combined with</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isCompatibleWith
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a LR B that can be used together with LR A (the one being described), e.g., a lexicon that is compatible with a grammar
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isCompatibleWith xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isCompatibleWith>
Source
<xs:element name="isCompatibleWith" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a LR B that can be used together with LR A (the one being described), e.g., a lexicon that is compatible with a grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isCompatibleWith</identifier>
      <label xml:lang="en">compatible with</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isContinuedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a LR B that extends / continues / enriches LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isContinuedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isContinuedBy>
Source
<xs:element name="isContinuedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a LR B that extends / continues / enriches LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isContinuedBy</identifier>
      <label xml:lang="en">continued by</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isEvaluatorOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the tool or service(s) that a person or organization that has evaluated
Diagram
Diagram CLARIN-SHARE_xsd.tmp#evaluationLevel CLARIN-SHARE_xsd.tmp#evaluationType CLARIN-SHARE_xsd.tmp#evaluationCriterion CLARIN-SHARE_xsd.tmp#evaluationMeasure CLARIN-SHARE_xsd.tmp#goldStandardLocation CLARIN-SHARE_xsd.tmp#performanceIndicator CLARIN-SHARE_xsd.tmp#evaluationReport CLARIN-SHARE_xsd.tmp#isEvaluatedBy CLARIN-SHARE_xsd.tmp#evaluationDetails CLARIN-SHARE_xsd.tmp#evaluator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Evaluation
Type ms:Evaluation
Properties
content complex
Model
Children ms:evaluationCriterion, ms:evaluationDetails, ms:evaluationLevel, ms:evaluationMeasure, ms:evaluationReport, ms:evaluationType, ms:evaluator, ms:goldStandardLocation, ms:isEvaluatedBy, ms:performanceIndicator
Instance
<ms:isEvaluatorOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:evaluationLevel>{0,unbounded}</ms:evaluationLevel>
  <ms:evaluationType>{0,unbounded}</ms:evaluationType>
  <ms:evaluationCriterion>{0,unbounded}</ms:evaluationCriterion>
  <ms:evaluationMeasure>{0,unbounded}</ms:evaluationMeasure>
  <ms:goldStandardLocation>{0,1}</ms:goldStandardLocation>
  <ms:performanceIndicator>{0,unbounded}</ms:performanceIndicator>
  <ms:evaluationReport>{0,unbounded}</ms:evaluationReport>
  <ms:isEvaluatedBy>{0,unbounded}</ms:isEvaluatedBy>
  <ms:evaluationDetails xml:lang="">{0,unbounded}</ms:evaluationDetails>
  <ms:evaluator>{0,unbounded}</ms:evaluator>
</ms:isEvaluatorOf>
Source
<xs:element name="isEvaluatorOf" type="ms:Evaluation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the tool or service(s) that a person or organization that has evaluated</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isEvaluatorOf</identifier>
      <label xml:lang="en">evaluator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isFunderOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the projects) that the person/organization has financed
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder CLARIN-SHARE_xsd.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Instance
<ms:isFunderOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
</ms:isFunderOf>
Source
<xs:element name="isFunderOf" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the projects) that the person/organization has financed</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isFunderOf</identifier>
      <label xml:lang="en">funder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isMetadataCreatorOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the metadata record(s) that a person has created
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#GenericMetadataRecord
Type ms:GenericMetadataRecord
Properties
content complex
Model
Children ms:MetadataRecordIdentifier
Instance
<ms:isMetadataCreatorOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{1,1}</ms:MetadataRecordIdentifier>
</ms:isMetadataCreatorOf>
Source
<xs:element name="isMetadataCreatorOf" type="ms:GenericMetadataRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the metadata record(s) that a person has created</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isMetadataCreatorOf</identifier>
      <label xml:lang="en">metadata creator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isMetadataCuratorOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the metadata record(s) for which a person is responsible for creating, updating, enriching, etc.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#GenericMetadataRecord
Type ms:GenericMetadataRecord
Properties
content complex
Model
Children ms:MetadataRecordIdentifier
Instance
<ms:isMetadataCuratorOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{1,1}</ms:MetadataRecordIdentifier>
</ms:isMetadataCuratorOf>
Source
<xs:element name="isMetadataCuratorOf" type="ms:GenericMetadataRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the metadata record(s) for which a person is responsible for creating, updating, enriching, etc.</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isMetadataCuratorOf</identifier>
      <label xml:lang="en">metadata curator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isParticipatingOrganizationIn
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the project(s) where an organization has officially participated or participates in
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder CLARIN-SHARE_xsd.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Instance
<ms:isParticipatingOrganizationIn xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
</ms:isParticipatingOrganizationIn>
Source
<xs:element name="isParticipatingOrganizationIn" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the project(s) where an organization has officially participated or participates in</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isParticipatingOrganizationIn</identifier>
      <label xml:lang="en">participant in</label>
      <example xml:lang="en">European Language Technology Project, Machine Translation for Elderly People, ...</example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRecordedBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service that has been used for recording a video or audio corpus part
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isRecordedBy xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isRecordedBy>
Source
<xs:element name="isRecordedBy" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service that has been used for recording a video or audio corpus part</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRecordedBy</identifier>
      <label xml:lang="en">recording tool</label>
      <alt_label xml:lang="en">is recorded by</alt_label>
      <alt_label xml:lang="en">recording platform software</alt_label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRecorderOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the audio or video part of the resource(s) that a person/organization has recorded
Diagram
Diagram
Source
<xs:element name="isRecorderOf">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the audio or video part of the resource(s) that a person/organization has recorded</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRecorderOf</identifier>
      <label xml:lang="en">recorder</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedTo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies a relation holding between two language resources or a language resource and a document or actor or, in general, a satellite entity
Diagram
Diagram
Source
<xs:element name="isRelatedTo">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies a relation holding between two language resources or a language resource and a document or actor or, in general, a satellite entity</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedTo</identifier>
      <label xml:lang="en">related to</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedToActor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to the data of an actor that bears some relation to the language resource that is described
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group CLARIN-SHARE_xsd.tmp#Actor
Type ms:Actor
Properties
content complex
Model
Children ms:Group, ms:Organization, ms:Person
Instance
<ms:isRelatedToActor xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:Person>{1,1}</ms:Person>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
</ms:isRelatedToActor>
Source
<xs:element name="isRelatedToActor" type="ms:Actor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to the data of an actor that bears some relation to the language resource that is described</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedToActor</identifier>
      <label xml:lang="en">related to actor</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedToLT
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a tool/service B that bears some relation to LR A (the one being described)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isRelatedToLT xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isRelatedToLT>
Source
<xs:element name="isRelatedToLT" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a tool/service B that bears some relation to LR A (the one being described)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedToLT</identifier>
      <label xml:lang="en">related to LT tool/service</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedToMDRecord
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to an external metadata record that has some relation with the metadata record of the resource being described or the resource itself
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#GenericMetadataRecord
Type ms:GenericMetadataRecord
Properties
content complex
Model
Children ms:MetadataRecordIdentifier
Instance
<ms:isRelatedToMDRecord xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{1,1}</ms:MetadataRecordIdentifier>
</ms:isRelatedToMDRecord>
Source
<xs:element name="isRelatedToMDRecord" type="ms:GenericMetadataRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to an external metadata record that has some relation with the metadata record of the resource being described or the resource itself</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedToMDRecord</identifier>
      <label xml:lang="en">related to metadata record</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRelatedToProject
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a project that has some relation with the language resource that is described (e.g., has funded its creation)
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder CLARIN-SHARE_xsd.tmp#GenericProject
Type ms:GenericProject
Properties
content complex
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Instance
<ms:isRelatedToProject xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:projectName xml:lang="">{1,unbounded}</ms:projectName>
  <ms:ProjectIdentifier ms:ProjectIdentifierScheme="">{0,unbounded}</ms:ProjectIdentifier>
  <ms:website>{0,unbounded}</ms:website>
  <ms:grantNumber>{0,1}</ms:grantNumber>
  <ms:fundingType>{0,unbounded}</ms:fundingType>
  <ms:funder>{0,unbounded}</ms:funder>
</ms:isRelatedToProject>
Source
<xs:element name="isRelatedToProject" type="ms:GenericProject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a project that has some relation with the language resource that is described (e.g., has funded its creation)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRelatedToProject</identifier>
      <label xml:lang="en">related to project</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isReplacedWith
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to LR B that is a newer version of LR A (the one being described) and replaces it
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version CLARIN-SHARE_xsd.tmp#GenericLanguageResource
Type ms:GenericLanguageResource
Properties
content complex
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Instance
<ms:isReplacedWith xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:resourceName xml:lang="">{1,unbounded}</ms:resourceName>
  <ms:LRIdentifier ms:LRIdentifierScheme="">{0,unbounded}</ms:LRIdentifier>
  <ms:version>{0,1}</ms:version>
</ms:isReplacedWith>
Source
<xs:element name="isReplacedWith" type="ms:GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to LR B that is a newer version of LR A (the one being described) and replaces it</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isReplacedWith</identifier>
      <label xml:lang="en">new version</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isRequiredLRBy
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a language resource that is required for the operation of a tool/service or computational grammar
Diagram
Diagram
Source
<xs:element name="isRequiredLRBy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a language resource that is required for the operation of a tool/service or computational grammar</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isRequiredLRBy</identifier>
      <label xml:lang="en">required language resource/technology</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isTypesystemOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a typesystem to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with
Diagram
Diagram
Source
<xs:element name="isTypesystemOf">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a typesystem to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isTypesystemOf</identifier>
      <label xml:lang="en">typesystem</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isUsageProjectOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links a project where a language resource has been used to this LR
Diagram
Diagram CLARIN-SHARE_xsd.tmp#usedInApplication CLARIN-SHARE_xsd.tmp#hasOutcome CLARIN-SHARE_xsd.tmp#usageProject CLARIN-SHARE_xsd.tmp#usageReport CLARIN-SHARE_xsd.tmp#actualUseDetails CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__ActualUse
Type ms:ActualUse
Properties
content complex
Model
Children ms:actualUseDetails, ms:hasOutcome, ms:usageProject, ms:usageReport, ms:usedInApplication
Instance
<ms:isUsageProjectOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:usedInApplication>{0,unbounded}</ms:usedInApplication>
  <ms:hasOutcome>{0,unbounded}</ms:hasOutcome>
  <ms:usageProject>{0,unbounded}</ms:usageProject>
  <ms:usageReport>{0,unbounded}</ms:usageReport>
  <ms:actualUseDetails xml:lang="">{0,unbounded}</ms:actualUseDetails>
</ms:isUsageProjectOf>
Source
<xs:element name="isUsageProjectOf" type="ms:ActualUse">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links a project where a language resource has been used to this LR</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isUsageProjectOf</identifier>
      <label xml:lang="en">used in project</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:isValidatorOf
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links person(s), group(s) or organization(s) that have performed a specific validation of a language resource to the data of this validation
Diagram
Diagram CLARIN-SHARE_xsd.tmp#validationType CLARIN-SHARE_xsd.tmp#validationMode CLARIN-SHARE_xsd.tmp#validationDetails CLARIN-SHARE_xsd.tmp#validationExtent CLARIN-SHARE_xsd.tmp#isValidatedBy CLARIN-SHARE_xsd.tmp#validationReport CLARIN-SHARE_xsd.tmp#validator CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Validation
Type ms:Validation
Properties
content complex
Model
Children ms:isValidatedBy, ms:validationDetails, ms:validationExtent, ms:validationMode, ms:validationReport, ms:validationType, ms:validator
Instance
<ms:isValidatorOf xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:validationType>{0,1}</ms:validationType>
  <ms:validationMode>{0,1}</ms:validationMode>
  <ms:validationDetails xml:lang="">{0,unbounded}</ms:validationDetails>
  <ms:validationExtent>{0,1}</ms:validationExtent>
  <ms:isValidatedBy>{0,unbounded}</ms:isValidatedBy>
  <ms:validationReport>{0,unbounded}</ms:validationReport>
  <ms:validator>{0,unbounded}</ms:validator>
</ms:isValidatorOf>
Source
<xs:element name="isValidatorOf" type="ms:Validation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links person(s), group(s) or organization(s) that have performed a specific validation of a language resource to the data of this validation</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/isValidatorOf</identifier>
      <label xml:lang="en">validator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:licensor
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The person or organisation who is legally eligible to license and actually licenses the resource. The licensor could be different from the creator, the distributor or the IPR holder. The licensor has the necessary rights or licences to license the work and is the party that actually licenses the resource that is distributed via the specific channel. She will have obtained the necessary rights or licences from the IPR holder and she may have a distribution agreement with a distributor that disseminates the work under a set of conditions defined in the specific licence and collects revenue on the licensor's behalf. The attribution of the creator, separately from the attribution of the licensor, may be part of the licence under which the resource is distributed (as e.g., is the case with Creative Commons Licences).
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#GenericPerson
Type ms:GenericPerson
Properties
content complex
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Instance
<ms:licensor xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:surname xml:lang="">{1,unbounded}</ms:surname>
  <ms:givenName xml:lang="">{1,unbounded}</ms:givenName>
  <ms:PersonalIdentifier ms:PersonalIdentifierScheme="">{0,unbounded}</ms:PersonalIdentifier>
  <ms:email>{0,unbounded}</ms:email>
</ms:licensor>
Source
<xs:element name="licensor" type="ms:GenericPerson">
  <xs:annotation>
    <xs:documentation xml:lang="en">The person or organisation who is legally eligible to license and actually licenses the resource. The licensor could be different from the creator, the distributor or the IPR holder. The licensor has the necessary rights or licences to license the work and is the party that actually licenses the resource that is distributed via the specific channel. She will have obtained the necessary rights or licences from the IPR holder and she may have a distribution agreement with a distributor that disseminates the work under a set of conditions defined in the specific licence and collects revenue on the licensor's behalf. The attribution of the creator, separately from the attribution of the licensor, may be part of the licence under which the resource is distributed (as e.g., is the case with Creative Commons Licences).</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/licensor</identifier>
      <label xml:lang="en">licensor</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:origin
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the relation of the language of a participant with respect to the acquisition stage
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/native
enumeration http://w3id.org/meta-share/meta-share/nonNative
enumeration http://w3id.org/meta-share/meta-share/unknown
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="origin">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the relation of the language of a participant with respect to the acquisition stage</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/origin</identifier>
      <label xml:lang="en">origin</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/native">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/native</identifier>
            <label xml:lang="en">native</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/nonNative">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/nonNative</identifier>
            <label xml:lang="en">nonNative</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unknown">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unknown</identifier>
            <label xml:lang="en">unknown</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:processMode
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of processing performed on a language resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/automatic
Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits
enumeration http://w3id.org/meta-share/meta-share/interactive
Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process
enumeration http://w3id.org/meta-share/meta-share/manual
Value for 'Process mode' and its subclasses used for processes that are performed manually
enumeration http://w3id.org/meta-share/meta-share/mixed
Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="processMode">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of processing performed on a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/processMode</identifier>
      <label xml:lang="en">process mode</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/automatic">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/automatic</identifier>
            <label xml:lang="en">automatic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/interactive</identifier>
            <label xml:lang="en">interactive</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/manual">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for processes that are performed manually</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/manual</identifier>
            <label xml:lang="en">manual</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/mixed">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/mixed</identifier>
            <label xml:lang="en">mixed</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sex
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the sex of a participant (either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex])
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/female
enumeration http://w3id.org/meta-share/meta-share/male
enumeration http://w3id.org/meta-share/meta-share/unknown1
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="sex">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the sex of a participant (either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex])</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sex</identifier>
      <label xml:lang="en">sex</label>
      <note xml:lang="en">check with sociologists?</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/female">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/female</identifier>
            <label xml:lang="en">female</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/male">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/male</identifier>
            <label xml:lang="en">male</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unknown1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unknown1</identifier>
            <label xml:lang="en">unknown</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:sizePerAnnotation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on size for the annotated parts of the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerAnnotation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerAnnotation>
Source
<xs:element name="sizePerAnnotation" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on size for the annotated parts of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerAnnotation</identifier>
      <label xml:lang="en">size per annotation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerAudioClassification
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The size of the audio subparts of the resource in terms of classification criteria
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerAudioClassification xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerAudioClassification>
Source
<xs:element name="sizePerAudioClassification" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">The size of the audio subparts of the resource in terms of classification criteria</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerAudioClassification</identifier>
      <label xml:lang="en">size per audio classification</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerAudioFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used to give info on size of parts of a resource that differ as to the format
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerAudioFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerAudioFormat>
Source
<xs:element name="sizePerAudioFormat" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used to give info on size of parts of a resource that differ as to the format</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerAudioFormat</identifier>
      <label xml:lang="en">size per audio format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerCharacterEncoding
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the size of the resource parts with different character encoding
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerCharacterEncoding xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerCharacterEncoding>
Source
<xs:element name="sizePerCharacterEncoding" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the size of the resource parts with different character encoding</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerCharacterEncoding</identifier>
      <label xml:lang="en">size per character encoding</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerDomain
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the size of resource parts per domain
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerDomain xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerDomain>
Source
<xs:element name="sizePerDomain" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the size of resource parts per domain</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerDomain</identifier>
      <label xml:lang="en">size per domain</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerGeographicCoverage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on size per geographically distinct section of the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerGeographicCoverage xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerGeographicCoverage>
Source
<xs:element name="sizePerGeographicCoverage" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on size per geographically distinct section of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerGeographicCoverage</identifier>
      <label xml:lang="en">size per geographic coverage</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerImageClassification
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on size of parts with different image classification
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerImageClassification xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerImageClassification>
Source
<xs:element name="sizePerImageClassification" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on size of parts with different image classification</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerImageClassification</identifier>
      <label xml:lang="en">size per image classification</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerImageFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used to give info on size of parts of a resource that differ as to the format
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerImageFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerImageFormat>
Source
<xs:element name="sizePerImageFormat" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used to give info on size of parts of a resource that differ as to the format</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerImageFormat</identifier>
      <label xml:lang="en">size per image format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerLanguage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the size per language component
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerLanguage xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerLanguage>
Source
<xs:element name="sizePerLanguage" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the size per language component</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerLanguage</identifier>
      <label xml:lang="en">size per language</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerLanguageVariety
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the size per language variety component
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerLanguageVariety xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerLanguageVariety>
Source
<xs:element name="sizePerLanguageVariety" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the size per language variety component</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerLanguageVariety</identifier>
      <label xml:lang="en">size per language variety</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerModality
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the size per modality component
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerModality xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerModality>
Source
<xs:element name="sizePerModality" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the size per modality component</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerModality</identifier>
      <label xml:lang="en">size per modality</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerSubset
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the size of a subset of a language resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerSubset xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerSubset>
Source
<xs:element name="sizePerSubset" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the size of a subset of a language resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerSubset</identifier>
      <label xml:lang="en">size per subset</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerTextClassification
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on size of resource parts with different text classification
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerTextClassification xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerTextClassification>
Source
<xs:element name="sizePerTextClassification" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on size of resource parts with different text classification</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerTextClassification</identifier>
      <label xml:lang="en">size per text classification</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerTextFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the size of the resource parts with different format
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerTextFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerTextFormat>
Source
<xs:element name="sizePerTextFormat" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the size of the resource parts with different format</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerTextFormat</identifier>
      <label xml:lang="en">size per text format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerTextNumericalFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Gives information on the size of textNumerical resource parts with different format
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerTextNumericalFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerTextNumericalFormat>
Source
<xs:element name="sizePerTextNumericalFormat" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Gives information on the size of textNumerical resource parts with different format</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerTextNumericalFormat</identifier>
      <label xml:lang="en">size per textNumerical format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerTimeCoverage
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on size per time period represented in the resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerTimeCoverage xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerTimeCoverage>
Source
<xs:element name="sizePerTimeCoverage" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on size per time period represented in the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerTimeCoverage</identifier>
      <label xml:lang="en">size per time coverage</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerValidation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the size of the validated part of a resource
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerValidation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerValidation>
Source
<xs:element name="sizePerValidation" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the size of the validated part of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerValidation</identifier>
      <label xml:lang="en">size per validation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerVideoClassification
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used to give info on size of parts with different video classification
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerVideoClassification xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerVideoClassification>
Source
<xs:element name="sizePerVideoClassification" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used to give info on size of parts with different video classification</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerVideoClassification</identifier>
      <label xml:lang="en">size per video classification</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:sizePerVideoFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used to give info on size of parts of a resource that differ as to the format
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Instance
<ms:sizePerVideoFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
  <ms:language>{0,1}</ms:language>
  <ms:domain>{0,1}</ms:domain>
  <ms:TextGenre>{0,1}</ms:TextGenre>
  <ms:AudioGenre>{0,1}</ms:AudioGenre>
  <ms:SpeechGenre>{0,1}</ms:SpeechGenre>
  <ms:VideoGenre>{0,1}</ms:VideoGenre>
  <ms:ImageGenre>{0,1}</ms:ImageGenre>
</ms:sizePerVideoFormat>
Source
<xs:element name="sizePerVideoFormat" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used to give info on size of parts of a resource that differ as to the format</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sizePerVideoFormat</identifier>
      <label xml:lang="en">size per video format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:targetMetadataRecord
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links, in some cases (e.g., harvesting, population from other catalogues, conversion from other metadata records, etc.), an external metadata record that has been used as the basis for the creation of the internal metadata record to this internal metadata record
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier CLARIN-SHARE_xsd.tmp#GenericMetadataRecord
Type ms:GenericMetadataRecord
Properties
content complex
Model
Children ms:MetadataRecordIdentifier
Instance
<ms:targetMetadataRecord xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:MetadataRecordIdentifier ms:MetadataRecordIdentifierScheme="">{1,1}</ms:MetadataRecordIdentifier>
</ms:targetMetadataRecord>
Source
<xs:element name="targetMetadataRecord" type="ms:GenericMetadataRecord">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links, in some cases (e.g., harvesting, population from other catalogues, conversion from other metadata records, etc.), an external metadata record that has been used as the basis for the creation of the internal metadata record to this internal metadata record</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/targetMetadataRecord</identifier>
      <label xml:lang="en">target metadata record</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:textNumericalFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the format(s) of the textNumerical part of the resource
Diagram
Diagram OMTD-SHARE-elements_xsd.tmp#http___w3id.org_meta-share_omtd-share__DataFormat
Type omtd:DataFormat
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/unspecified
enumeration http://w3id.org/meta-share/omtd-share/AnnotationFormat
Any format used for annotated files
enumeration http://w3id.org/meta-share/omtd-share/AlvisEnrichedDocumentFormat
Format for linguistic annotations of documents used for the ALVIS framework
enumeration http://w3id.org/meta-share/omtd-share/Anafora
enumeration http://w3id.org/meta-share/omtd-share/BLAST
enumeration http://w3id.org/meta-share/omtd-share/Brat
BRAT stand-off format for annotations (BRAT is a online environment for collaborative text annotation, cf. http://brat.nlplab.org/)
enumeration http://w3id.org/meta-share/omtd-share/Cadixe_json
AlvisAE protocol format
enumeration http://w3id.org/meta-share/omtd-share/Chat
CHAT (Codes for the Human Analysis of Transcripts) transcription format; used by CHILDES corpora
enumeration http://w3id.org/meta-share/omtd-share/ConllFormat
Formats used in the CoNLL Shared Tasks
enumeration http://w3id.org/meta-share/omtd-share/Conll2000
The CoNLL 2000 format represents POS and Chunk tags. Fields in a line are separated by spaces. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2002
The CoNLL 2002 format encodes named entity spans. Fields are separated by a single space. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2003
The CoNLL 2004 format encodes named entity spans and chunk spans. Fields are separated by a single space. Sentences are separated by a blank new line. Named entities and chunks are encoded in the IOB1 format. I.e. a B prefix is only used if the category of the following span differs from the category of the current span.
enumeration http://w3id.org/meta-share/omtd-share/Conll2006
The CoNLL 2006 (aka CoNLL-X) format targets dependency parsing. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2008
The CoNLL 2008 format targets syntactic and semantic dependencies. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2009
The CoNLL 2009 format targets semantic role labeling. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/Conll2012
The CoNLL 2012 format targets semantic role labeling and coreference. Columns are tab-separated. Sentences are separated by a blank new line.
enumeration http://w3id.org/meta-share/omtd-share/ConllU
Format used for CoNLL.
enumeration http://w3id.org/meta-share/omtd-share/Diaml
Format following Dialogue Act Markup Language (DiAML) which is defined within the ISO standard 24617-2
enumeration http://w3id.org/meta-share/omtd-share/DkproTokenized
DkPro format for tokenized files containing one sentence per line and tokens split by whitespaces.
enumeration http://w3id.org/meta-share/omtd-share/Emma
Data format according to the EMMA (Extensible MultiModal Annotation markup language) specifications, cf. https://www.w3.org/TR/2007/CR-emma-20071211/
enumeration http://w3id.org/meta-share/omtd-share/FactoredTagLemFormat
Factored tag lemma format
enumeration http://w3id.org/meta-share/omtd-share/Folia
FoLiA is an XML-based annotation format, suitable for the representation of linguistically annotated language resources
enumeration http://w3id.org/meta-share/omtd-share/Graf
GrAF (Graph Annotation Format) is an extension of the Linguistic Annotation Framework (LAF)
enumeration http://w3id.org/meta-share/omtd-share/Html5Microdata
Format according to the specifications of HTML5 Microdata
enumeration http://w3id.org/meta-share/omtd-share/I2b2
Format of the I2B2 challenge
enumeration http://w3id.org/meta-share/omtd-share/InlineXml
Inline XML file format
enumeration http://w3id.org/meta-share/omtd-share/Kaf
KAF (also known as Knowledge Annotation Format) is a language neutral annotation format representing both morpho-syntactic and semantic annotation of documents through a stand-off multilayered structure
enumeration http://w3id.org/meta-share/omtd-share/Lll
Format of the LLL challenge
enumeration http://w3id.org/meta-share/omtd-share/MalletLdaTopicProportions
Topic proportions in the shape [\t]\t\t...
enumeration http://w3id.org/meta-share/omtd-share/MalletLdaTopicProportionsSorted
Topic proportions in the shape [\t]\t\t... sorted
enumeration http://w3id.org/meta-share/omtd-share/MsExcel
Data format for Microsoft Excel documents
enumeration http://w3id.org/meta-share/omtd-share/Naf
The NAF format is linguistic annotation format designed for complex NLP pipelines. NAF combines strengths of the Linguistic Annotation Framework (LAF) as described in Ide et al. (2003) and the NLP Interchange Format (Hellman et al. 2013, NIF).
enumeration http://w3id.org/meta-share/omtd-share/NegraExport
Export format for annotated corpora in the NeGra project
enumeration http://w3id.org/meta-share/omtd-share/Nif
The NLP Interchange Format (NIF) is an RDF/OWL-based format that aims to achieve interoperability between Natural Language Processing (NLP) tools, language resources and annotations; it consists of specifications, ontologies and software (overview), which are combined under the version identifier "NIF 2.0", but are versioned individually
enumeration http://w3id.org/meta-share/omtd-share/Pml
Format according to the Prague Markup Language (http://ufal.mff.cuni.cz/jazz/PML/index_en.html); PML is a generic data format based on XML intended for storing linguistically annotated data, such as the Prague Dependency Treebank, also annotation lexicons, etc.
enumeration http://w3id.org/meta-share/omtd-share/Ptb
Penn Tree Bank formats
enumeration http://w3id.org/meta-share/omtd-share/PtbChunked
Penn Treebank chunked format
enumeration http://w3id.org/meta-share/omtd-share/PtbCombined
Penn Treebank combined format
enumeration http://w3id.org/meta-share/omtd-share/Tcf
An XML data exchange format developed within the WebLicht architecture to facilitate efficient interoperability between the tools; it allows the various linguistic annotations produced by the tools within WebLicht to be stored in one document; it supports incremental enrichment of linguistic annotations at various levels of analysis in a stand-­off XML‐based format
enumeration http://w3id.org/meta-share/omtd-share/Tei
Data format for TEI-encoded (Text Encoding Initiative) texts
enumeration http://w3id.org/meta-share/omtd-share/Tgrep2
Format for TGrep2 (search engine for searching syntactic parse trees represented as bracketed structures)
enumeration http://w3id.org/meta-share/omtd-share/TigerXml
The TIGER XML format was created for encoding syntactic constituency structures in the German TIGER corpus. It has since been used for many other corpora as well. TIGERSearch is a linguistic search engine specifically targetting this format. The format has later been extended to also support semantic frame annotations.
enumeration http://w3id.org/meta-share/omtd-share/Tmx
The purpose of the TMX format is to provide a standard method to describe translation memory data that is being exchanged among tools and/or translation vendors, while introducing little or no loss of critical data during the process.
enumeration http://w3id.org/meta-share/omtd-share/Tuepp
Format of the Tübingen Partially Parsed Corpus of Written German (TüPP-D/Z) XML files; TüPP D/Z (http://www.sfs.uni-tuebingen.de/de/ascl/ressourcen/corpora/tuepp-dz.html) is a collection of articles from the German newspaper taz (die tageszeitung) annotated and encoded in a XML format.
enumeration http://w3id.org/meta-share/omtd-share/WebAnnotationFormat
A structured model and format to enable annotations to be shared and reused across different hardware and software platforms.
enumeration http://w3id.org/meta-share/omtd-share/Xces
Data format for documents and corpora using the XCES standard (Corpus Encoding Standard for XML), cf. http://www.xces.org/
enumeration http://w3id.org/meta-share/omtd-share/XcesIlspVariant
A variant of XCES implemented for documents
enumeration http://w3id.org/meta-share/omtd-share/AudioFormat
Any format used for audio files
enumeration http://w3id.org/meta-share/omtd-share/RawAudioFormat
enumeration http://w3id.org/meta-share/omtd-share/aif
enumeration http://w3id.org/meta-share/omtd-share/basic
enumeration http://w3id.org/meta-share/omtd-share/flac
enumeration http://w3id.org/meta-share/omtd-share/mp3
enumeration http://w3id.org/meta-share/omtd-share/mpg
enumeration http://w3id.org/meta-share/omtd-share/wav
enumeration http://w3id.org/meta-share/omtd-share/BinaryFormat
Any format of a computer file in which information is stored in the form of ones and zeros, or in some other binary (two-state) sequence; used mainly for executable files or files that need to be interpreted by a computer program
enumeration http://w3id.org/meta-share/omtd-share/CBOR
Concise Binary Object Representation (CBOR) data format; defined as an ISO standard (RFC 8949, https://cbor.io/spec.html)
enumeration http://w3id.org/meta-share/omtd-share/FastInfoset
A compressed binary encoding of GATE XML
enumeration http://w3id.org/meta-share/omtd-share/Pdf
Data format for PDF files (Portable Document Format)
enumeration http://w3id.org/meta-share/omtd-share/CorpusFormat
A format used by a specific type of corpus (collection of texts)
enumeration http://w3id.org/meta-share/omtd-share/AclAnthologyCorpusFormat
Data format specific to the ACL Anthology Reference Corpus (http://acl-arc.comp.nus.edu.sg/), most probably version 20080325
enumeration http://w3id.org/meta-share/omtd-share/AimedCorpusFormat
Format of the Aimed corpus (225 abstracts from MEDLINE) with the gold standard sentence, protein, protein-protein interaction annotations.
enumeration http://w3id.org/meta-share/omtd-share/BncFormat
Data format for the XML version of the British National Corpus (http://www.natcorp.ox.ac.uk/)
enumeration http://w3id.org/meta-share/omtd-share/Imscwb
A tab-separated format with limited markup (e.g. for sentences, documents, but not recursive structures like parse-trees) used by the IMS Open Corpus Workbench.
enumeration http://w3id.org/meta-share/omtd-share/KeaCorpus
KEA-style (Keyphrase Extraction Algorithm) corpus
enumeration http://w3id.org/meta-share/omtd-share/MOSESFormat
MOSES format for aligned corpora (monolingual plain text files with language on file extension)
enumeration http://w3id.org/meta-share/omtd-share/Reuters21578Sgml
Reuters-21578 corpus in SGML format
enumeration http://w3id.org/meta-share/omtd-share/Reuters21578Txt
Reuters-21578 corpus transformed into text format using ExtractReuters in the lucene-benchmarks project
enumeration http://w3id.org/meta-share/omtd-share/WARC
enumeration http://w3id.org/meta-share/omtd-share/Web1t
File format used by the Web1T n-gram corpus, a huge collection of n-grams collected from the internet.
enumeration http://w3id.org/meta-share/omtd-share/DatabaseFormat
Formats used for databases
enumeration http://w3id.org/meta-share/omtd-share/Jdbc
For JDBC databases
enumeration http://w3id.org/meta-share/omtd-share/MsAccessDatabase
Data format for Microsoft Access database
enumeration http://w3id.org/meta-share/omtd-share/DocumentFormat
Any format used for documents (textual resources)
enumeration http://w3id.org/meta-share/omtd-share/BionlpFormat
Formats used  for BioNLP shared tasks
enumeration http://w3id.org/meta-share/omtd-share/Bionlp
File format used for the BioNLP Shared Task format
enumeration http://w3id.org/meta-share/omtd-share/BionlpSt2013A1_a2
Format used in BioNLP Shared Task 2013
enumeration http://w3id.org/meta-share/omtd-share/Json_genia
JSON format of the Genia dataset
enumeration http://w3id.org/meta-share/omtd-share/Cochrane
Format used in Cochrane texts
enumeration http://w3id.org/meta-share/omtd-share/Html
HTML format
enumeration http://w3id.org/meta-share/omtd-share/LD_json
Data format encoding Linked Data using JSON
enumeration http://w3id.org/meta-share/omtd-share/Latex
Data format for documents using LaTeX (a high-quality typesetting system very popular for scientific documents)
enumeration http://w3id.org/meta-share/omtd-share/MsPowerpoint
Data format for Microsoft Powerpoint files
enumeration http://w3id.org/meta-share/omtd-share/MsWord
Data format for Microsoft Word documents
enumeration http://w3id.org/meta-share/omtd-share/OasisPresentation
enumeration http://w3id.org/meta-share/omtd-share/OasisSpreadsheet
enumeration http://w3id.org/meta-share/omtd-share/OasisText
enumeration http://w3id.org/meta-share/omtd-share/OpenOfficeDocument
enumeration http://w3id.org/meta-share/omtd-share/OpenOfficePresentation
enumeration http://w3id.org/meta-share/omtd-share/OpenOfficeSpreadsheet
enumeration http://w3id.org/meta-share/omtd-share/Pls
Data format according to the Pronunciation Lexicon Specification (PLS)
enumeration http://w3id.org/meta-share/omtd-share/Postscript
Data format for PostScript files
enumeration http://w3id.org/meta-share/omtd-share/Pubmed
Textual format used for PubMed articles
enumeration http://w3id.org/meta-share/omtd-share/Rtf
Rich Text Format; proprietary data format of Microsoft
enumeration http://w3id.org/meta-share/omtd-share/Sgml
SGML format
enumeration http://w3id.org/meta-share/omtd-share/Tex
Data format for documents using Tex (a typesetting system)
enumeration http://w3id.org/meta-share/omtd-share/Text
Default value for the format of textual files; a textual file should be human-readable and must not contain binary data
enumeration http://w3id.org/meta-share/omtd-share/Tika
enumeration http://w3id.org/meta-share/omtd-share/Xhtml
Data format for XHTML (Extensible HyperText Markup Language)
enumeration http://w3id.org/meta-share/omtd-share/Xmi
Data format for the XML Metadata Interchange (XMI), which is an Object Management Group (OMG) standard for exchanging metadata information via Extensible Markup Language (XML)
enumeration http://w3id.org/meta-share/omtd-share/GateFormat
Formats used for the GATE framework
enumeration http://w3id.org/meta-share/omtd-share/Datasift_json
Common format for social media data from http://datasift.com
enumeration http://w3id.org/meta-share/omtd-share/GateXml
XML-based format for GATE components
enumeration http://w3id.org/meta-share/omtd-share/Gate_twitter_json
A Twitter-style JSON format used for GATE documents
enumeration http://w3id.org/meta-share/omtd-share/ImageFormat
Any format used for image files
enumeration http://w3id.org/meta-share/omtd-share/bmp
enumeration http://w3id.org/meta-share/omtd-share/gif
enumeration http://w3id.org/meta-share/omtd-share/jpg
enumeration http://w3id.org/meta-share/omtd-share/png
enumeration http://w3id.org/meta-share/omtd-share/svg
enumeration http://w3id.org/meta-share/omtd-share/tiff
enumeration http://w3id.org/meta-share/omtd-share/Json
Superclass of JSON formats
enumeration http://w3id.org/meta-share/omtd-share/Avro_json
enumeration http://w3id.org/meta-share/omtd-share/Uima_json
UIMA serialisation in JSON
enumeration http://w3id.org/meta-share/omtd-share/LinkedDataFormat
Formats used for linked data
enumeration http://w3id.org/meta-share/omtd-share/OpenFormat
enumeration http://w3id.org/meta-share/omtd-share/RdfFormat
Formats for RDF (Resource Description Framework) resources
enumeration http://w3id.org/meta-share/omtd-share/Obo
Serialization format for ontologies according to the Open Biomedical Ontologies model.
enumeration http://w3id.org/meta-share/omtd-share/Owl
Superclass for formats used for OWL
enumeration http://w3id.org/meta-share/omtd-share/Owl_xml
XML format for OWL ontologies
enumeration http://w3id.org/meta-share/omtd-share/Rdf_xml
Data format for RDF (Resource Description Framework) XML format; RDF/XML is a serialisation for RDF
enumeration http://w3id.org/meta-share/omtd-share/Turtle
Textual syntax for RDF that allows an RDF graph to be completely written in a compact and natural text form, with abbreviations for common usage patterns and datatypes.
enumeration http://w3id.org/meta-share/omtd-share/Solr
Solr format
enumeration http://w3id.org/meta-share/omtd-share/TabularFormat
Any format based on columns
enumeration http://w3id.org/meta-share/omtd-share/Csv
Data format with comma-separated values
enumeration http://w3id.org/meta-share/omtd-share/Tsv
Format for files with tab-separated values
enumeration http://w3id.org/meta-share/omtd-share/UimaCasFormat
Formats used for the UIMA CAS (Common Analysis System) objects
enumeration http://w3id.org/meta-share/omtd-share/BinaryCas
Binary format used for CAS data
enumeration http://w3id.org/meta-share/omtd-share/SerializedCas
The CAS is the native data model used by UIMA; there are various ways of saving CAS data, using XMI, XCAS, or binary formats; this is for the serialized format
enumeration http://w3id.org/meta-share/omtd-share/VideoFormat
Any format used for video files
enumeration http://w3id.org/meta-share/omtd-share/avi
enumeration http://w3id.org/meta-share/omtd-share/mp4
enumeration http://w3id.org/meta-share/omtd-share/WikiFormat
Superclass for wiki formats
enumeration http://w3id.org/meta-share/omtd-share/MediaWikiMarkup
Wiki markup for formatting
enumeration http://w3id.org/meta-share/omtd-share/WikipediaFormat
Formats used for wikipedia
enumeration http://w3id.org/meta-share/omtd-share/Blikiwikipedia
The Java Wikipedia API (Bliki engine) is a parser library for converting Wikipedia wikitext notation to HTML.
enumeration http://w3id.org/meta-share/omtd-share/WikipediaArticle
Format for wikipedia articles
enumeration http://w3id.org/meta-share/omtd-share/WikipediaArticleInfo
Format of general article infos
enumeration http://w3id.org/meta-share/omtd-share/WikipediaDiscussion
Format for wikipedia discussion pages
enumeration http://w3id.org/meta-share/omtd-share/WikipediaLink
Format for wikipedia links
enumeration http://w3id.org/meta-share/omtd-share/WikipediaPage
Format of wikipedia pages in the database (articles, discussions, etc)
enumeration http://w3id.org/meta-share/omtd-share/WikipediaQuery
Reads all article pages that match a query created by the numerous parameters of this class.
enumeration http://w3id.org/meta-share/omtd-share/WikipediaRevision
Format for wikipedia revision pages
enumeration http://w3id.org/meta-share/omtd-share/WikipediaRevisionPair
Pairs of adjacent revisions of all articles
enumeration http://w3id.org/meta-share/omtd-share/WikipediaTemplateFilteredArticle
Format for wikipedia pages that contain or do not contain the templates specified in the template whitelist and template blacklist
enumeration http://w3id.org/meta-share/omtd-share/Xml
Superclass for grouping together XML formats
enumeration http://w3id.org/meta-share/omtd-share/Alto
enumeration http://w3id.org/meta-share/omtd-share/SDL_tm_xliff
enumeration http://w3id.org/meta-share/omtd-share/Tbx
TermBase eXchange (TBX) is an international standard (ISO 30042:2019) for the representation of structured concept-oriented terminological data, copublished by ISO and the Localization Industry Standards Association (LISA) [wikipedia]
enumeration http://w3id.org/meta-share/omtd-share/XmlBioc
BioC is a simple format to share text data and annotations.
enumeration http://w3id.org/meta-share/omtd-share/Xpath
XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.
Source
<xs:element name="textNumericalFormat" type="omtd:DataFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the format(s) of the textNumerical part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/textNumericalFormat</identifier>
      <label xml:lang="en">detailed numerical text format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ms:userType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Used to identify the type of user of the resource (affiliated with a commercial vs. academic institution); it is usually associated with licensing or pricing conditions on the use of a resource
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/academic
Value for 'user type' reserved for individuals affiliated to academir or, in general, educational or research institutions and the respective organisations
enumeration http://w3id.org/meta-share/meta-share/commercial
Value for 'user type' reserved for individuals affiliated with a commercial institution and the respective organisations
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="userType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used to identify the type of user of the resource (affiliated with a commercial vs. academic institution); it is usually associated with licensing or pricing conditions on the use of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/userType</identifier>
      <label xml:lang="en">user type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/academic">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'user type' reserved for individuals affiliated to academir or, in general, educational or research institutions and the respective organisations</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/academic</identifier>
            <label xml:lang="en">academic</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/commercial">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'user type' reserved for individuals affiliated with a commercial institution and the respective organisations</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/commercial</identifier>
            <label xml:lang="en">commercial</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element ms:vocalTractCondition
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on the vocal tract conditions that may influence the speech of the participant
Diagram
Diagram
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/dentalProsthesis
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Source
<xs:element name="vocalTractCondition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on the vocal tract conditions that may influence the speech of the participant</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/vocalTractCondition</identifier>
      <label xml:lang="en">vocal tract condition</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dentalProsthesis">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dentalProsthesis</identifier>
            <label xml:lang="en">dental prosthesis</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Complex Type ms:MetadataRecordIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:MetadataRecordIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which the metadata record identifier is assigned by the authority that issues it (e.g., DOI, URL, etc.)
Source
<xs:complexType name="MetadataRecordIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:MetadataRecordIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Simple Type ms:httpURI
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Type restriction of xs:anyURI
Facets
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Attributes @ms:AccessRightsStatementScheme, @ms:AudioGenreClassificationScheme, @ms:DocumentIdentifierScheme, @ms:DomainClassificationScheme, @ms:FunderIdentifierScheme, @ms:ImageGenreClassificationScheme, @ms:LRIdentifierScheme, @ms:LicenceIdentifierScheme, @ms:MetadataRecordIdentifierScheme, @ms:OrganizationIdentifierScheme, @ms:PersonalIdentifierScheme, @ms:ProjectIdentifierScheme, @ms:RepositoryIdentifierScheme, @ms:SpeechGenreClassificationScheme, @ms:SubjectClassificationScheme, @ms:TextGenreClassificationScheme, @ms:TextTypeClassificationScheme, @ms:VideoGenreClassificationScheme, @ms:socialMediaOccupationalAccountType
Elements ms:ContentType, ms:CorpusAudioPart/ms:mediaType, ms:CorpusImagePart/ms:mediaType, ms:CorpusTextNumericalPart/ms:mediaType, ms:CorpusTextPart/ms:mediaType, ms:CorpusVideoPart/ms:mediaType, ms:DatasetDistributionForm, ms:LanguageDescriptionImagePart/ms:mediaType, ms:LanguageDescriptionTextPart/ms:mediaType, ms:LanguageDescriptionVideoPart/ms:mediaType, ms:LexicalConceptualResourceAudioPart/ms:mediaType, ms:LexicalConceptualResourceImagePart/ms:mediaType, ms:LexicalConceptualResourceTextPart/ms:mediaType, ms:LexicalConceptualResourceVideoPart/ms:mediaType, ms:SoftwareDistributionForm, ms:accessLocation, ms:ageGroup, ms:ageGroupOfParticipants, ms:annotatedElement, ms:annotationMode, ms:audience, ms:audioQualityMeasureIncluded, ms:availability, ms:baseItem, ms:bodyPart, ms:byteOrder, ms:capturingDeviceType, ms:capturingEnvironment, ms:characterEncoding, ms:colourSpace, ms:compatibleLexiconType, ms:compliesWith, ms:compressionName, ms:conditionOfUse, ms:conversationalType, ms:corpusSubclass, ms:creationMode, ms:currency, ms:demoLocation, ms:discussionURL, ms:distributionLocation, ms:divisionCategory, ms:documentType, ms:documentationType, ms:downloadLocation, ms:durationUnit, ms:encodingLevel, ms:evaluationCriterion, ms:evaluationLevel, ms:evaluationMeasure, ms:evaluationType, ms:executionLocation, ms:extratextualInformation, ms:extratextualInformationUnit, ms:framework, ms:fundingType, ms:goldStandardLocation, ms:grammaticalPhenomenaCoverage, ms:hearingImpairmentOfParticipants, ms:homepage, ms:idProviderURL, ms:image3, ms:interactivity, ms:landingPage, ms:lcrSubclass, ms:ldTask, ms:licenceCategory, ms:licenceTermsURL, ms:lingualityType, ms:logo, ms:mediaType, ms:membershipInstitution, ms:metric, ms:missionStatementURL, ms:mlFramework1, ms:modalityType, ms:multilingualityType, ms:naturality, ms:noiseLevel, ms:nonSpeechItem, ms:operatingSystem, ms:organizationLegalStatus, ms:organizationRole, ms:origin, ms:originOfParticipants, ms:otherMedia, ms:parameterType, ms:previousAnnotationTypesPolicy, ms:processMode, ms:processingResourceType, ms:quality, ms:rasterOrVectorGraphics, ms:recordingDeviceType, ms:recordingEnvironment, ms:recordingQuality, ms:relatedLexiconType, ms:repositoryURL, ms:requiredHardware, ms:resolutionStandard, ms:samplesLocation, ms:scenarioType, ms:sceneIllumination, ms:segmentationLevel, ms:sex, ms:sexOfParticipants, ms:signConvention, ms:signalEncoding, ms:sizeUnit, ms:sourceChannel, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:speechItem, ms:supportType, ms:textIncludedInImage, ms:textIncludedInVideo, ms:trl, ms:url, ms:userType, ms:validationExtent, ms:validationMode, ms:validationType, ms:versionType, ms:visualModelling, ms:vocalTractCondition, ms:webServiceType, ms:website
Source
<xs:simpleType name="httpURI">
  <xs:restriction base="xs:anyURI">
    <xs:pattern value="http://.*"/>
    <xs:pattern value="https://.*"/>
    <xs:pattern value="ftp://.*"/>
    <xs:pattern value="ftps://.*"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ms:LRIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LRIdentifierScheme
Type extension of xs:string
Used by
Element ms:LRIdentifier
Attributes
QName Type Use Annotation
ms:LRIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which the LRT identifier is assigned by the authority that issues it (e.g., DOI, ISLRN, etc.)
Source
<xs:complexType name="LRIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:LRIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:GenericMetadataRecord
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#MetadataRecordIdentifier
Used by
Model
Children ms:MetadataRecordIdentifier
Source
<xs:complexType name="GenericMetadataRecord">
  <xs:sequence>
    <xs:element ref="ms:MetadataRecordIdentifier">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:GenericPerson
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericPerson_actorType CLARIN-SHARE_xsd.tmp#surname CLARIN-SHARE_xsd.tmp#givenName CLARIN-SHARE_xsd.tmp#PersonalIdentifier CLARIN-SHARE_xsd.tmp#email
Used by
Model
Children ms:PersonalIdentifier, ms:actorType, ms:email, ms:givenName, ms:surname
Source
<xs:complexType name="GenericPerson">
  <xs:annotation>
    <xs:appinfo>
      <generic>Person</generic>
      <representation>
        <str>surname</str>
        <str>givenName</str>
        <str>Personaldentifier</str>
        <str>email</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="actorType" fixed="Person">
      <xs:annotation>
        <xs:documentation xml:lang="en">Classifies the actor into one of the major classes</xs:documentation>
        <xs:appinfo>
          <display>false</display>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:surname" maxOccurs="unbounded"/>
    <xs:element ref="ms:givenName" maxOccurs="unbounded"/>
    <xs:element ref="ms:PersonalIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:email" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:langString
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram xml_xsd.tmp#lang
Type extension of xs:string
Used by
Elements ms:abstract, ms:actualUseDetails, ms:address, ms:algorithm, ms:algorithmDetails, ms:alias, ms:alternativeTitle, ms:annotationModeDetails, ms:anonymizationDetails, ms:artifactPart, ms:attachedLexiconPosition, ms:attributionText, ms:bodyMovement, ms:bookTitle, ms:capturingDetails, ms:capturingDeviceTypeDetails, ms:categoryLabel, ms:citationText, ms:city, ms:conference, ms:copyrightStatement, ms:creationDetails, ms:description, ms:dialectAccent, ms:dialectAccentOfParticipants, ms:discipline, ms:distractor, ms:educationLevel, ms:evaluationDetails, ms:eventDescription, ms:eyeMovement, ms:faceExpression, ms:faceView, ms:fee, ms:formalism, ms:geographicCoverage, ms:geographicDistributionOfParticipants, ms:gesture, ms:givenName, ms:handArmMovement, ms:handManipulation, ms:headMovement, ms:hearingImpairment, ms:honorificPrefix, ms:interaction, ms:interactiveMedia, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:journal, ms:keyword, ms:landscapePart, ms:languageVarietyName, ms:legend, ms:licenceTermsAlternativeName, ms:licenceTermsName, ms:licenceTermsShortName, ms:mediaTypeDetails, ms:modalityTypeDetails, ms:multilingualityTypeDetails, ms:organizationAlternativeName, ms:organizationBio, ms:organizationDescription, ms:organizationName, ms:organizationShortName, ms:originalSourceDescription, ms:output, ms:parameterDescription, ms:parameterLabel, ms:personDescription, ms:personalDataDetails, ms:placeOfBirth, ms:placeOfChildhood, ms:placeOfLiving, ms:placeOfSecondEducation, ms:position, ms:profession, ms:projectAlternativeName, ms:projectName, ms:projectReport, ms:projectShortName, ms:projectSummary, ms:publisher, ms:recordingDeviceTypeDetails, ms:region, ms:register, ms:relationType, ms:repositoryAdditionalName, ms:repositoryName, ms:resourceName, ms:resourceShortName, ms:revision, ms:robustness, ms:runningEnvironmentDetails, ms:sensitiveDataDetails, ms:series, ms:serviceOffered, ms:shallowness, ms:shortBio, ms:smokingHabit, ms:sourceChannelDetails, ms:sourceChannelName, ms:speakingImpairment, ms:subtitle, ms:surname, ms:theoreticModel, ms:thingDescription, ms:timeCoverage, ms:title, ms:trainingCorpusDetails, ms:typeOfElement, ms:typeOfImageContent, ms:typeOfTextNumericalContent, ms:typeOfVideoContent, ms:updateFrequency, ms:validationDetails
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:complexType name="langString">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xml:lang" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:PersonalIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#PersonalIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:PersonalIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify a person
Source
<xs:complexType name="PersonalIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:PersonalIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:GenericRepository
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#repositoryName CLARIN-SHARE_xsd.tmp#repositoryURL CLARIN-SHARE_xsd.tmp#RepositoryIdentifier
Used by
Model
Children ms:RepositoryIdentifier, ms:repositoryName, ms:repositoryURL
Source
<xs:complexType name="GenericRepository">
  <xs:annotation>
    <xs:appinfo>
      <generic>Repository</generic>
      <representation>
        <str>repositoryName</str>
        <str>repositoryURL</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:repositoryName" maxOccurs="unbounded"/>
    <xs:element ref="ms:repositoryURL" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:RepositoryIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <unique>true</unique>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:RepositoryIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#RepositoryIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:RepositoryIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify a repository
Source
<xs:complexType name="RepositoryIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:RepositoryIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Actor
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#Actor_Person CLARIN-SHARE_xsd.tmp#Actor_Organization CLARIN-SHARE_xsd.tmp#Actor_Group
Used by
Model
Children ms:Group, ms:Organization, ms:Person
Source
<xs:complexType name="Actor">
  <xs:choice>
    <xs:element name="Person" type="ms:GenericPerson"/>
    <xs:element name="Organization" type="ms:GenericOrganization"/>
    <xs:element name="Group" type="ms:GenericGroup"/>
  </xs:choice>
</xs:complexType>
Complex Type ms:GenericOrganization
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericOrganization_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#OrganizationIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#isDivisionOf
Used by
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:isDivisionOf, ms:organizationName, ms:website
Source
<xs:complexType name="GenericOrganization">
  <xs:annotation>
    <xs:appinfo>
      <generic>Organization</generic>
      <representation>
        <str>organizationName</str>
        <str>OrganizationIdentifier</str>
        <str>website</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="actorType" fixed="Organization">
      <xs:annotation>
        <xs:documentation xml:lang="en">Classifies the actor into one of the major classes</xs:documentation>
        <xs:appinfo>
          <display>false</display>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:organizationName" maxOccurs="unbounded"/>
    <xs:element ref="ms:OrganizationIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:website" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isDivisionOf" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <combined>organizationName</combined>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:OrganizationIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#OrganizationIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:OrganizationIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify an organization
Source
<xs:complexType name="OrganizationIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:OrganizationIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:GenericGroup
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#GenericGroup_actorType CLARIN-SHARE_xsd.tmp#organizationName CLARIN-SHARE_xsd.tmp#GroupIdentifier CLARIN-SHARE_xsd.tmp#website
Used by
Model
Children ms:GroupIdentifier, ms:actorType, ms:organizationName, ms:website
Source
<xs:complexType name="GenericGroup">
  <xs:annotation>
    <xs:appinfo>
      <generic>Group</generic>
      <representation>
        <str>organizationName</str>
        <str>GroupIdentifier</str>
        <str>website</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="actorType" fixed="Group">
      <xs:annotation>
        <xs:documentation xml:lang="en">Classifies the actor into one of the major classes</xs:documentation>
        <xs:appinfo>
          <display>false</display>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:organizationName" maxOccurs="unbounded"/>
    <xs:element ref="ms:GroupIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:website" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:GroupIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#OrganizationIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:OrganizationIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify an organization
Source
<xs:complexType name="GroupIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:OrganizationIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Domain
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#DomainIdentifier
Used by
Element ms:domain
Model
Children ms:DomainIdentifier, ms:categoryLabel
Source
<xs:complexType name="Domain">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>DomainClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:DomainIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DomainIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#DomainClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:DomainClassificationScheme restriction of ms:httpURI required
A classification scheme devised by an authority for domains
Source
<xs:complexType name="DomainIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:DomainClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Subject
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#SubjectIdentifier
Used by
Element ms:subject
Model
Children ms:SubjectIdentifier, ms:categoryLabel
Source
<xs:complexType name="Subject">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>SubjectClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:SubjectIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:SubjectIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#SubjectClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:SubjectClassificationScheme restriction of ms:httpURI required
A classification scheme used for subjects/topics devised by an authority or organization
Source
<xs:complexType name="SubjectIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:SubjectClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:GenericProject
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#projectName CLARIN-SHARE_xsd.tmp#ProjectIdentifier CLARIN-SHARE_xsd.tmp#website CLARIN-SHARE_xsd.tmp#grantNumber CLARIN-SHARE_xsd.tmp#fundingType CLARIN-SHARE_xsd.tmp#funder
Used by
Model
Children ms:ProjectIdentifier, ms:funder, ms:fundingType, ms:grantNumber, ms:projectName, ms:website
Source
<xs:complexType name="GenericProject">
  <xs:annotation>
    <xs:appinfo>
      <generic>Project</generic>
      <representation>
        <str>projectName</str>
        <str>ProjectIdentifier</str>
        <str>website</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:projectName" maxOccurs="unbounded"/>
    <xs:element ref="ms:ProjectIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:website" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:grantNumber" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:fundingType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:funder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:ProjectIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#ProjectIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:ProjectIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which an identifier is assigned to a project by the authority that issues it
Source
<xs:complexType name="ProjectIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:ProjectIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:GenericLanguageResource
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A resource composed of linguistic material used in the construction, improvement and/or evaluation of language processing applications, but also, in a broader sense, in language and language-mediated research studies and applications; the term is used with a broader meaning, encompassing (a) data sets (textual, multimodal/multimedia and lexical data, grammars, language models, etc.) in machine readable form, and (b) tools/technologies/services used for their processing and management.
Diagram
Diagram CLARIN-SHARE_xsd.tmp#resourceName CLARIN-SHARE_xsd.tmp#LRIdentifier CLARIN-SHARE_xsd.tmp#version
Used by
Model
Children ms:LRIdentifier, ms:resourceName, ms:version
Source
<xs:complexType name="GenericLanguageResource">
  <xs:annotation>
    <xs:documentation xml:lang="en">A resource composed of linguistic material used in the construction, improvement and/or evaluation of language processing applications, but also, in a broader sense, in language and language-mediated research studies and applications; the term is used with a broader meaning, encompassing (a) data sets (textual, multimodal/multimedia and lexical data, grammars, language models, etc.) in machine readable form, and (b) tools/technologies/services used for their processing and management.</xs:documentation>
    <xs:appinfo>
      <xs:label xml:lang="en">Language resource</xs:label>
      <xs:identifier>http://w3id.org/meta-share/meta-share/LanguageResource</xs:identifier>
      <generic>LanguageResource</generic>
      <representation>
        <str>resourceName</str>
        <str>LRIdentifier</str>
        <str>version</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:resourceName" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <combined>version</combined>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:LRIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:version" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LTClass
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LTClassRecommended CLARIN-SHARE_xsd.tmp#LTClassOther
Used by
Model
Children ms:LTClassOther, ms:LTClassRecommended
Source
<xs:complexType name="LTClass">
  <xs:choice>
    <xs:element ref="ms:LTClassRecommended"/>
    <xs:element ref="ms:LTClassOther"/>
  </xs:choice>
</xs:complexType>
Complex Type ms:ActualUse
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#usedInApplication CLARIN-SHARE_xsd.tmp#hasOutcome CLARIN-SHARE_xsd.tmp#usageProject CLARIN-SHARE_xsd.tmp#usageReport CLARIN-SHARE_xsd.tmp#actualUseDetails
Used by
Model
Children ms:actualUseDetails, ms:hasOutcome, ms:usageProject, ms:usageReport, ms:usedInApplication
Source
<xs:complexType name="ActualUse">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>usedInApplication</str>
        <str>usageProject/projectName</str>
        <str>hasOutcome/resourceName</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:usedInApplication" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <group>actual use</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOutcome" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <group>actual use</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:usageProject" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
          <group>actual use</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:usageReport" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
          <group>actual use</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:actualUseDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>actual use</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:GenericDocument
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#title CLARIN-SHARE_xsd.tmp#DocumentIdentifier
Used by
Model
Children ms:DocumentIdentifier, ms:title
Source
<xs:complexType name="GenericDocument">
  <xs:annotation>
    <xs:appinfo>
      <generic>Document</generic>
      <representation>
        <str>title</str>
        <str>DocumentIdentifier</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:title" maxOccurs="unbounded"/>
    <xs:element ref="ms:DocumentIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DocumentIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#DocumentIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:DocumentIdentifierScheme restriction of ms:httpURI required
A scheme according to which an identifier is assigned by the authority that issues it (e.g., DOI, PubMed Central, etc.) specifically for publications
Source
<xs:complexType name="DocumentIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:DocumentIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Validation
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#validationType CLARIN-SHARE_xsd.tmp#validationMode CLARIN-SHARE_xsd.tmp#validationDetails CLARIN-SHARE_xsd.tmp#validationExtent CLARIN-SHARE_xsd.tmp#isValidatedBy CLARIN-SHARE_xsd.tmp#validationReport CLARIN-SHARE_xsd.tmp#validator
Used by
Model
Children ms:isValidatedBy, ms:validationDetails, ms:validationExtent, ms:validationMode, ms:validationReport, ms:validationType, ms:validator
Source
<xs:complexType name="Validation">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>validationType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:validationType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:validationMode" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:validationDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:validationExtent" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isValidatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:validationReport" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:validator" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <group>validation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Relation
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#relationType CLARIN-SHARE_xsd.tmp#relatedLR
Used by
Element ms:relation
Model
Children ms:relatedLR, ms:relationType
Source
<xs:complexType name="Relation">
  <xs:sequence>
    <xs:element ref="ms:relationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>relation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:relatedLR">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
          <group>relation</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:CorpusMediaPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#CorpusTextPart CLARIN-SHARE_xsd.tmp#CorpusAudioPart CLARIN-SHARE_xsd.tmp#CorpusVideoPart CLARIN-SHARE_xsd.tmp#CorpusImagePart CLARIN-SHARE_xsd.tmp#CorpusTextNumericalPart
Used by
Model
Children ms:CorpusAudioPart, ms:CorpusImagePart, ms:CorpusTextNumericalPart, ms:CorpusTextPart, ms:CorpusVideoPart
Source
<xs:complexType name="CorpusMediaPart">
  <xs:choice>
    <xs:element ref="ms:CorpusTextPart"/>
    <xs:element ref="ms:CorpusAudioPart"/>
    <xs:element ref="ms:CorpusVideoPart"/>
    <xs:element ref="ms:CorpusImagePart"/>
    <xs:element ref="ms:CorpusTextNumericalPart"/>
  </xs:choice>
</xs:complexType>
Complex Type ms:CorpusTextPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:TextGenre, ms:annotation, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:syntheticData, ms:textType
Source
<xs:complexType name="CorpusTextPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="corpusMediaType" type="xs:string" fixed="CorpusTextPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>Corpus media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/text">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:textType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:TextGenre" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
          <rule>show if ../../corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:syntheticData" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../CorpusAudioPart or ../CorpusVideoPart or ../CorpusTextNumericalPart or ../CorpusImagePart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Language
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageTag CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_languageId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_scriptId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_regionId CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__Language_variantId CLARIN-SHARE_xsd.tmp#languageVarietyName
Used by
Model
Children ms:languageId, ms:languageTag, ms:languageVarietyName, ms:regionId, ms:scriptId, ms:variantId
Source
<xs:complexType name="Language">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>languageId</str>
        <str>scriptId</str>
        <str>regionId</str>
        <str>variantId</str>
        <str>languageVariety/languageVarietyName</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="languageTag">
      <xs:annotation>
        <xs:documentation>The identifier of the language that is included in the resource or supported by the component, according to the IETF BCP47 guidelines</xs:documentation>
        <xs:appinfo>
          <label>Language</label>
          <usage>in the XSD there is no validation as to the validity of the id, but the system validates the input metadata and the editor produces the correct id on the basis of the subelements (language, script, region and variant)</usage>
          <sameAs>dct:language</sameAs>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="100"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:sequence>
      <xs:element name="languageId" type="ms:languageIdType">
        <xs:annotation>
          <xs:documentation>The identifier of the language subelement according to the IETF BCP47 guidelines (i.e. ISO 639-3 codes when existing supplemented with ISO 639-3 codes for new entries)</xs:documentation>
          <xs:appinfo>
            <label>Language identifier</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="scriptId" type="ms:scriptIdType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The identifier of the script subelement according to the IETF BCP47 guidelines (i.e. ISO 15924 codes)</xs:documentation>
          <xs:appinfo>
            <label>Script identifier</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="regionId" type="ms:regionIdType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The identifier of the region subelement according to the IETF BCP47 guidelines (i.e. ISO 3166 codes)</xs:documentation>
          <xs:appinfo>
            <label>Region identifier</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="variantId" type="ms:variantIdType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The identifier of the variant subelement according to the IETF BCP47 guidelines</xs:documentation>
          <xs:appinfo>
            <label>Variant identifier</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:languageVarietyName" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:sequence>
</xs:complexType>
Complex Type ms:TextType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#TextTypeIdentifier
Used by
Element ms:textType
Model
Children ms:TextTypeIdentifier, ms:categoryLabel
Source
<xs:complexType name="TextType">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>TextTypeClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:TextTypeIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:TextTypeIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#TextTypeClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:TextTypeClassificationScheme restriction of ms:httpURI required
A classification scheme used for text types devised by an authority or organization
Source
<xs:complexType name="TextTypeIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:TextTypeClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:TextGenre
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#TextGenreIdentifier
Used by
Element ms:TextGenre
Model
Children ms:TextGenreIdentifier, ms:categoryLabel
Source
<xs:complexType name="TextGenre">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>TextGenreClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:TextGenreIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:TextGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#TextGenreClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:TextGenreClassificationScheme restriction of ms:httpURI required
A classification scheme used for text genres devised by an authority or organization
Source
<xs:complexType name="TextGenreIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:TextGenreClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Annotation
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:annotatedElement, ms:annotationEndDate, ms:annotationMode, ms:annotationModeDetails, ms:annotationReport, ms:annotationResource, ms:annotationStandoff, ms:annotationStartDate, ms:annotationType, ms:annotator, ms:guidelines, ms:interannotatorAgreement, ms:intraannotatorAgreement, ms:isAnnotatedBy, ms:segmentationLevel, ms:theoreticModel, ms:typesystem
Source
<xs:complexType name="Annotation">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>annotationType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:annotationType" maxOccurs="unbounded"/>
    <xs:element ref="ms:annotatedElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:segmentationLevel" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:annotationStandoff" minOccurs="0"/>
    <xs:element ref="ms:guidelines" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:typesystem" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationResource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:theoreticModel" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:annotationMode" minOccurs="0"/>
    <xs:element ref="ms:annotationModeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:isAnnotatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotator" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationStartDate" minOccurs="0"/>
    <xs:element ref="ms:annotationEndDate" minOccurs="0"/>
    <xs:element ref="ms:interannotatorAgreement" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:intraannotatorAgreement" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:annotationReport" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LinkToOtherMedia
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#otherMedia CLARIN-SHARE_xsd.tmp#mediaTypeDetails CLARIN-SHARE_xsd.tmp#synchronizedWithText CLARIN-SHARE_xsd.tmp#synchronizedWithAudio CLARIN-SHARE_xsd.tmp#synchronizedWithVideo CLARIN-SHARE_xsd.tmp#synchronizedWithImage CLARIN-SHARE_xsd.tmp#synchronizedWithTextNumerical
Used by
Model
Children ms:mediaTypeDetails, ms:otherMedia, ms:synchronizedWithAudio, ms:synchronizedWithImage, ms:synchronizedWithText, ms:synchronizedWithTextNumerical, ms:synchronizedWithVideo
Source
<xs:complexType name="LinkToOtherMedia">
  <xs:sequence>
    <xs:element ref="ms:otherMedia" maxOccurs="unbounded"/>
    <xs:element ref="ms:mediaTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:synchronizedWithText" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if otherMedia="http://w3id.org/meta-share/meta-share/text"</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:synchronizedWithAudio" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if otherMedia="http://w3id.org/meta-share/meta-share/audio"</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:synchronizedWithVideo" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if otherMedia="http://w3id.org/meta-share/meta-share/video"</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:synchronizedWithImage" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if otherMedia="http://w3id.org/meta-share/meta-share/image"</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:synchronizedWithTextNumerical" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if otherMedia="http://w3id.org/meta-share/meta-share/textNumerical"</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:CorpusAudioPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:AudioGenre, ms:SpeechGenre, ms:ageGroupOfParticipants, ms:ageRangeEndOfParticipants, ms:ageRangeStartOfParticipants, ms:annotation, ms:audience, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:conversationalType, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:dialectAccentOfParticipants, ms:geographicDistributionOfParticipants, ms:hasOriginalSource, ms:hearingImpairmentOfParticipants, ms:interaction, ms:interactivity, ms:isCreatedBy, ms:language, ms:legend, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:naturality, ms:noiseLevel, ms:nonSpeechItem, ms:numberOfParticipants, ms:numberOfTrainedSpeakers, ms:originOfParticipants, ms:originalSourceDescription, ms:recorder, ms:recordingDeviceType, ms:recordingDeviceTypeDetails, ms:recordingEnvironment, ms:recordingPlatformSoftware, ms:scenarioType, ms:sceneIllumination, ms:sensorTechnology, ms:sexOfParticipants, ms:sourceChannel, ms:sourceChannelDetails, ms:sourceChannelName, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:speechItem, ms:syntheticData
Source
<xs:complexType name="CorpusAudioPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="corpusMediaType" type="xs:string" fixed="CorpusAudioPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>Corpus media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/audio">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:AudioGenre" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:SpeechGenre" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
          <rule>show if ../../corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:speechItem" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:nonSpeechItem" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:legend" minOccurs="0"/>
    <xs:element ref="ms:noiseLevel" minOccurs="0"/>
    <xs:element ref="ms:naturality" minOccurs="0"/>
    <xs:element ref="ms:conversationalType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:scenarioType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:audience" minOccurs="0"/>
    <xs:element ref="ms:interactivity" minOccurs="0"/>
    <xs:element ref="ms:interaction" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recordingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:recordingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recordingPlatformSoftware" minOccurs="0"/>
    <xs:element ref="ms:recordingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sourceChannel" minOccurs="0"/>
    <xs:element ref="ms:sourceChannelType" minOccurs="0"/>
    <xs:element ref="ms:sourceChannelName" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:sourceChannelDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recorder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:capturingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:capturingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sensorTechnology" minOccurs="0"/>
    <xs:element ref="ms:sceneIllumination" minOccurs="0"/>
    <xs:element ref="ms:numberOfParticipants" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:ageGroupOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:ageRangeStartOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:ageRangeEndOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:sexOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:originOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:dialectAccentOfParticipants" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:geographicDistributionOfParticipants" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hearingImpairmentOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:speakingImpairmentOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:numberOfTrainedSpeakers" minOccurs="0"/>
    <xs:element ref="ms:speechInfluence" minOccurs="0"/>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:syntheticData" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../CorpusTextPart or ../CorpusVideoPart or ../CorpusTextNumericalPart or ../CorpusImagePart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:AudioGenre
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#AudioGenreIdentifier
Used by
Element ms:AudioGenre
Model
Children ms:AudioGenreIdentifier, ms:categoryLabel
Source
<xs:complexType name="AudioGenre">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>AudioGenreClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:AudioGenreIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:AudioGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#AudioGenreClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:AudioGenreClassificationScheme restriction of ms:httpURI required
A classification scheme devised for audio genres by an organization/authority
Source
<xs:complexType name="AudioGenreIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:AudioGenreClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:SpeechGenre
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#SpeechGenreIdentifier
Used by
Element ms:SpeechGenre
Model
Children ms:SpeechGenreIdentifier, ms:categoryLabel
Source
<xs:complexType name="SpeechGenre">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>SpeechGenreClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:SpeechGenreIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:SpeechGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#SpeechGenreClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:SpeechGenreClassificationScheme restriction of ms:httpURI required
A classification scheme used for speech genres devised by an authority or organization
Source
<xs:complexType name="SpeechGenreIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:SpeechGenreClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:CorpusVideoPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:VideoGenre, ms:ageGroupOfParticipants, ms:ageRangeEndOfParticipants, ms:ageRangeStartOfParticipants, ms:annotation, ms:audience, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:conversationalType, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:dialectAccentOfParticipants, ms:dynamicElement, ms:geographicDistributionOfParticipants, ms:hasOriginalSource, ms:hearingImpairmentOfParticipants, ms:interaction, ms:interactivity, ms:isCreatedBy, ms:language, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:naturality, ms:numberOfParticipants, ms:numberOfTrainedSpeakers, ms:originOfParticipants, ms:originalSourceDescription, ms:recorder, ms:recordingDeviceType, ms:recordingDeviceTypeDetails, ms:recordingEnvironment, ms:recordingPlatformSoftware, ms:scenarioType, ms:sceneIllumination, ms:sensorTechnology, ms:sexOfParticipants, ms:sourceChannel, ms:sourceChannelDetails, ms:sourceChannelName, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:syntheticData, ms:textIncludedInVideo, ms:typeOfVideoContent
Source
<xs:complexType name="CorpusVideoPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="corpusMediaType" type="xs:string" fixed="CorpusVideoPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>Corpus media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/video">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:VideoGenre" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
          <rule>show if ../../corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:typeOfVideoContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:textIncludedInVideo" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:dynamicElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:naturality" minOccurs="0"/>
    <xs:element ref="ms:conversationalType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:scenarioType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:audience" minOccurs="0"/>
    <xs:element ref="ms:interactivity" minOccurs="0"/>
    <xs:element ref="ms:interaction" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recordingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:recordingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recordingPlatformSoftware" minOccurs="0"/>
    <xs:element ref="ms:recordingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sourceChannel" minOccurs="0"/>
    <xs:element ref="ms:sourceChannelType" minOccurs="0"/>
    <xs:element ref="ms:sourceChannelName" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:sourceChannelDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recorder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:capturingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:capturingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sensorTechnology" minOccurs="0"/>
    <xs:element ref="ms:sceneIllumination" minOccurs="0"/>
    <xs:element ref="ms:numberOfParticipants" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:ageGroupOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:ageRangeStartOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:ageRangeEndOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:sexOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:originOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:dialectAccentOfParticipants" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:geographicDistributionOfParticipants" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hearingImpairmentOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:speakingImpairmentOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:numberOfTrainedSpeakers" minOccurs="0"/>
    <xs:element ref="ms:speechInfluence" minOccurs="0"/>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:syntheticData" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../CorpusAudioPart or ../CorpusTextPart or ../CorpusTextNumericalPart or ../CorpusImagePart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:VideoGenre
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#VideoGenreIdentifier
Used by
Element ms:VideoGenre
Model
Children ms:VideoGenreIdentifier, ms:categoryLabel
Source
<xs:complexType name="VideoGenre">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>VideoGenreClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:VideoGenreIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:VideoGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#VideoGenreClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:VideoGenreClassificationScheme restriction of ms:httpURI required
A classification scheme devised by an authority for video genres
Source
<xs:complexType name="VideoGenreIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:VideoGenreClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:DynamicElement
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#typeOfElement CLARIN-SHARE_xsd.tmp#bodyPart CLARIN-SHARE_xsd.tmp#distractor CLARIN-SHARE_xsd.tmp#interactiveMedia CLARIN-SHARE_xsd.tmp#faceView CLARIN-SHARE_xsd.tmp#faceExpression CLARIN-SHARE_xsd.tmp#bodyMovement CLARIN-SHARE_xsd.tmp#gesture CLARIN-SHARE_xsd.tmp#handArmMovement CLARIN-SHARE_xsd.tmp#handManipulation CLARIN-SHARE_xsd.tmp#headMovement CLARIN-SHARE_xsd.tmp#eyeMovement CLARIN-SHARE_xsd.tmp#posesPerSubject
Used by
Model
Children ms:bodyMovement, ms:bodyPart, ms:distractor, ms:eyeMovement, ms:faceExpression, ms:faceView, ms:gesture, ms:handArmMovement, ms:handManipulation, ms:headMovement, ms:interactiveMedia, ms:posesPerSubject, ms:typeOfElement
Source
<xs:complexType name="DynamicElement">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>typeOfElement</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:typeOfElement" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:bodyPart" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:distractor" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:interactiveMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:faceView" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:faceExpression" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:bodyMovement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:gesture" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:handArmMovement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:handManipulation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:headMovement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:eyeMovement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:posesPerSubject" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:CorpusImagePart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:ImageGenre, ms:annotation, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:sceneIllumination, ms:sensorTechnology, ms:staticElement, ms:syntheticData, ms:textIncludedInImage, ms:typeOfImageContent
Source
<xs:complexType name="CorpusImagePart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="corpusMediaType" type="xs:string" fixed="CorpusImagePart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>Corpus media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/image">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType" minOccurs="0"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:ImageGenre" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
          <rule>show if ../../corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:typeOfImageContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:textIncludedInImage" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:staticElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:capturingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:capturingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sensorTechnology" minOccurs="0"/>
    <xs:element ref="ms:sceneIllumination" minOccurs="0"/>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:syntheticData" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../CorpusAudioPart or ../CorpusVideoPart or ../CorpusTextNumericalPart or ../CorpusTextPart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:ImageGenre
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#ImageGenreIdentifier
Used by
Element ms:ImageGenre
Model
Children ms:ImageGenreIdentifier, ms:categoryLabel
Source
<xs:complexType name="ImageGenre">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>ImageGenreClassificationScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:ImageGenreIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:ImageGenreIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#ImageGenreClassificationScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:ImageGenreClassificationScheme restriction of ms:httpURI required
A classification scheme devised by an authority for image genres
Source
<xs:complexType name="ImageGenreIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:ImageGenreClassificationScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:StaticElement
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#typeOfElement CLARIN-SHARE_xsd.tmp#bodyPart CLARIN-SHARE_xsd.tmp#faceView CLARIN-SHARE_xsd.tmp#faceExpression CLARIN-SHARE_xsd.tmp#artifactPart CLARIN-SHARE_xsd.tmp#landscapePart CLARIN-SHARE_xsd.tmp#personDescription CLARIN-SHARE_xsd.tmp#thingDescription CLARIN-SHARE_xsd.tmp#organizationDescription CLARIN-SHARE_xsd.tmp#eventDescription
Used by
Model
Children ms:artifactPart, ms:bodyPart, ms:eventDescription, ms:faceExpression, ms:faceView, ms:landscapePart, ms:organizationDescription, ms:personDescription, ms:thingDescription, ms:typeOfElement
Source
<xs:complexType name="StaticElement">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>typeOfElement</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:typeOfElement" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:bodyPart" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:faceView" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:faceExpression" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:artifactPart" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:landscapePart" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:personDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:thingDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:organizationDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:eventDescription" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:CorpusTextNumericalPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:ageGroupOfParticipants, ms:ageRangeEndOfParticipants, ms:ageRangeStartOfParticipants, ms:annotation, ms:capturingDetails, ms:capturingDeviceType, ms:capturingDeviceTypeDetails, ms:capturingEnvironment, ms:corpusMediaType, ms:creationDetails, ms:creationMode, ms:dialectAccentOfParticipants, ms:geographicDistributionOfParticipants, ms:hasOriginalSource, ms:hearingImpairmentOfParticipants, ms:isCreatedBy, ms:linkToOtherMedia, ms:mediaType, ms:modalityType, ms:numberOfParticipants, ms:numberOfTrainedSpeakers, ms:originOfParticipants, ms:originalSourceDescription, ms:recorder, ms:recordingDeviceType, ms:recordingDeviceTypeDetails, ms:recordingEnvironment, ms:recordingPlatformSoftware, ms:sceneIllumination, ms:sensorTechnology, ms:sexOfParticipants, ms:sourceChannel, ms:sourceChannelDetails, ms:sourceChannelName, ms:sourceChannelType, ms:speakingImpairmentOfParticipants, ms:speechInfluence, ms:syntheticData, ms:typeOfTextNumericalContent
Source
<xs:complexType name="CorpusTextNumericalPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="corpusMediaType" type="xs:string" fixed="CorpusTextNumericalPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>Corpus media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/textNumerical">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:annotation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
          <rule>show if ../../corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:typeOfTextNumericalContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:recordingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:recordingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recordingPlatformSoftware" minOccurs="0"/>
    <xs:element ref="ms:recordingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sourceChannel" minOccurs="0"/>
    <xs:element ref="ms:sourceChannelType" minOccurs="0"/>
    <xs:element ref="ms:sourceChannelName" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:sourceChannelDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:recorder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:capturingDeviceType" minOccurs="0"/>
    <xs:element ref="ms:capturingDeviceTypeDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:capturingEnvironment" minOccurs="0"/>
    <xs:element ref="ms:sensorTechnology" minOccurs="0"/>
    <xs:element ref="ms:sceneIllumination" minOccurs="0"/>
    <xs:element ref="ms:numberOfParticipants" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:ageGroupOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:ageRangeStartOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:ageRangeEndOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:sexOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:originOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:dialectAccentOfParticipants" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:geographicDistributionOfParticipants" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hearingImpairmentOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:speakingImpairmentOfParticipants" minOccurs="0"/>
    <xs:element ref="ms:numberOfTrainedSpeakers" minOccurs="0"/>
    <xs:element ref="ms:speechInfluence" minOccurs="0"/>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:syntheticData" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../CorpusAudioPart or ../CorpusVideoPart or ../CorpusTextPart or ../CorpusImagePart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DatasetDistribution
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:DatasetDistributionForm, ms:accessLocation, ms:accessRights, ms:attributionText, ms:availabilityEndDate, ms:availabilityStartDate, ms:copyrightStatement, ms:cost, ms:distributionAudioFeature, ms:distributionImageFeature, ms:distributionLocation, ms:distributionRightsHolder, ms:distributionTextFeature, ms:distributionTextNumericalFeature, ms:distributionVideoFeature, ms:downloadLocation, ms:isAccessedBy, ms:isDisplayedBy, ms:isQueriedBy, ms:licenceTerms, ms:membershipInstitution, ms:privateResource, ms:samplesLocation
Source
<xs:complexType name="DatasetDistribution">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>DatasetDistributionForm</str>
        <str>distributionTextFeature/dataFormat</str>
        <str>distributionAudioFeature/dataFormat</str>
        <str>distributionVideoFeature/dataFormat</str>
        <str>distributionImageFeature/dataFormat</str>
        <str>distributionTextNumericalFeature/dataFormat</str>
        <str>licenceTerms/licenceTermsName</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:DatasetDistributionForm"/>
    <xs:element ref="ms:distributionLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <rule>mandatory if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/bluRay', 'http://w3id.org/meta-share/meta-share/CD-ROM', 'http://w3id.org/meta-share/meta-share/hardDisk', 'http://w3id.org/meta-share/meta-share/DVD-R', 'http://w3id.org/meta-share/meta-share/other']</rule>
          <rule>show if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/bluRay', 'http://w3id.org/meta-share/meta-share/CD-ROM', 'http://w3id.org/meta-share/meta-share/hardDisk', 'http://w3id.org/meta-share/meta-share/DVD-R', 'http://w3id.org/meta-share/meta-share/other', 'http://w3id.org/meta-share/meta-share/unspecified']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:downloadLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <rule>show if datasetDistributionForm='http://w3id.org/meta-share/meta-share/downloadable' (only for direct links)</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:accessLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <rule>mandatory if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/accessibleThroughInterface', 'http://w3id.org/meta-share/meta-share/accessibleThroughQuery']</rule>
          <rule>show if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/accessibleThroughInterface', 'http://w3id.org/meta-share/meta-share/accessibleThroughQuery', 'http://w3id.org/meta-share/meta-share/downloadable', 'http://w3id.org/meta-share/meta-share/unspecified]</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:privateResource" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isAccessedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>show if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/accessibleThroughInterface', 'http://w3id.org/meta-share/meta-share/accessibleThroughQuery']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isDisplayedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>show if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/accessibleThroughInterface', 'http://w3id.org/meta-share/meta-share/accessibleThroughQuery']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isQueriedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>show if datasetDistributionForm=['http://w3id.org/meta-share/meta-share/accessibleThroughInterface', 'http://w3id.org/meta-share/meta-share/accessibleThroughQuery']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:samplesLocation" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:distributionTextFeature" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>mandatory if ../CorpusMediaPart/CorpusTextPart/mediaType='http://w3id.org/meta-share/meta-share/text' or ../LexicalConceptualResourceMediaPart/LexicalConceptualResourceTextPart/mediaType='http://w3id.org/meta-share/meta-share/text' or ../LanguageDescriptionMediaPart/LanguageDescriptionTextPart/mediaType='http://w3id.org/meta-share/meta-share/text'</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:distributionTextNumericalFeature" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>mandatory if ../CorpusMediaPart/CorpusTextNumericalPart/mediaType='http://w3id.org/meta-share/meta-share/textNumerical'</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:distributionAudioFeature" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>mandatory if ../CorpusMediaPart/CorpusAudioPart/mediaType='http://w3id.org/meta-share/meta-share/audio' or ../LexicalConceptualResourceMediaPart/LexicalConceptualResourceAudioPart/mediaType='http://w3id.org/meta-share/meta-share/audio'</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:distributionImageFeature" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>mandatory if ../CorpusMediaPart/CorpusImagePart/mediaType='http://w3id.org/meta-share/meta-share/image' or ../LexicalConceptualResourceMediaPart/LexicalConceptualResourceImagePart/mediaType='http://w3id.org/meta-share/meta-share/image' or ../LanguageDescriptionMediaPart/LanguageDescriptionImagePart/mediaType='http://w3id.org/meta-share/meta-share/image'</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:distributionVideoFeature" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>mandatory if ../CorpusMediaPart/CorpusVideoPart/mediaType='http://w3id.org/meta-share/meta-share/video' or ../LexicalConceptualResourceMediaPart/LexicalConceptualResourceVideoPart/mediaType='http://w3id.org/meta-share/meta-share/video' or ../LanguageDescriptionMediaPart/LanguageDescriptionVideoPart/mediaType='http://w3id.org/meta-share/meta-share/video'</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:licenceTerms" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:attributionText" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <nonEditable>true</nonEditable>
          <defaultTemplate>'resourceName' by 'resourceProvider' used under 'licenceTermsName' and accessed at 'platform name' - 'hyperlink to metadataRecordIdentifier'</defaultTemplate>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:cost" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:membershipInstitution" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:copyrightStatement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <defaultTemplate>Copyright 'publicationDate' 'iprHolder'</defaultTemplate>
          <comment>publicationDate preferrably only year</comment>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:availabilityStartDate" minOccurs="0"/>
    <xs:element ref="ms:availabilityEndDate" minOccurs="0"/>
    <xs:element ref="ms:distributionRightsHolder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:accessRights" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DistributionTextFeature
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#characterEncoding
Used by
Model
Children ms:characterEncoding, ms:dataFormat, ms:size
Source
<xs:complexType name="DistributionTextFeature">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>dataFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:size" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" maxOccurs="unbounded"/>
    <xs:element ref="ms:characterEncoding" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Size
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#sizeUnit CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#domain CLARIN-SHARE_xsd.tmp#TextGenre CLARIN-SHARE_xsd.tmp#AudioGenre CLARIN-SHARE_xsd.tmp#SpeechGenre CLARIN-SHARE_xsd.tmp#VideoGenre CLARIN-SHARE_xsd.tmp#ImageGenre
Used by
Model
Children ms:AudioGenre, ms:ImageGenre, ms:SpeechGenre, ms:TextGenre, ms:VideoGenre, ms:amount, ms:domain, ms:language, ms:sizeUnit
Source
<xs:complexType name="Size">
  <xs:sequence>
    <xs:element ref="ms:amount"/>
    <xs:element ref="ms:sizeUnit"/>
    <xs:element ref="ms:language" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if ../../CorpusMediaPart/CorpusTextPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../CorpusMediaPart/CorpusAudioPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../CorpusMediaPart/CorpusVideoPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../CorpusMediaPart/CorpusImagePart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or if ../../LexicalConceptualResourceMediaPart/LexicalConceptualResourceTextPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../LexicalConceptualResourceMediaPart/LexicalConceptualResourceAudioPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../LexicalConceptualResourceMediaPart/LexicalConceptualResourceVideoPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../LexicalConceptualResourceMediaPart/LexicalConceptualResourceImagePart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../LanguageDescriptionMediaPart/LanguageDescriptionTextPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../LanguageDescriptionMediaPart/LanguageDescriptionVideoPart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual'] or ../../LanguageDescriptionMediaPart/LanguageDescriptionImagePart/lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:domain" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>TODO</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:TextGenre" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>TODO</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:AudioGenre" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>TODO</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:SpeechGenre" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>TODO</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:VideoGenre" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>TODO</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:ImageGenre" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>TODO</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DistributionTextNumericalFeature
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat
Used by
Model
Children ms:dataFormat, ms:size
Source
<xs:complexType name="DistributionTextNumericalFeature">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>dataFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:size" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DistributionAudioFeature
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#durationOfAudio CLARIN-SHARE_xsd.tmp#durationOfEffectiveSpeech CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#audioFormat
Used by
Model
Children ms:audioFormat, ms:dataFormat, ms:durationOfAudio, ms:durationOfEffectiveSpeech, ms:size
Source
<xs:complexType name="DistributionAudioFeature">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>audioFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:size" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:durationOfAudio" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:durationOfEffectiveSpeech" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" maxOccurs="unbounded"/>
    <xs:element ref="ms:audioFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Duration
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#durationUnit
Used by
Model
Children ms:amount, ms:durationUnit
Source
<xs:complexType name="Duration">
  <xs:sequence>
    <xs:element ref="ms:amount"/>
    <xs:element ref="ms:durationUnit"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:AudioFormat
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#signalEncoding CLARIN-SHARE_xsd.tmp#samplingRate CLARIN-SHARE_xsd.tmp#quantization CLARIN-SHARE_xsd.tmp#byteOrder CLARIN-SHARE_xsd.tmp#signConvention CLARIN-SHARE_xsd.tmp#audioQualityMeasureIncluded CLARIN-SHARE_xsd.tmp#numberOfTracks CLARIN-SHARE_xsd.tmp#recordingQuality CLARIN-SHARE_xsd.tmp#compressed CLARIN-SHARE_xsd.tmp#compressionName CLARIN-SHARE_xsd.tmp#compressionLoss
Used by
Element ms:audioFormat
Model
Children ms:audioQualityMeasureIncluded, ms:byteOrder, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:numberOfTracks, ms:quantization, ms:recordingQuality, ms:samplingRate, ms:signConvention, ms:signalEncoding
Source
<xs:complexType name="AudioFormat">
  <xs:sequence>
    <xs:element ref="ms:dataFormat"/>
    <xs:element ref="ms:signalEncoding" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:samplingRate" minOccurs="0"/>
    <xs:element ref="ms:quantization" minOccurs="0"/>
    <xs:element ref="ms:byteOrder" minOccurs="0"/>
    <xs:element ref="ms:signConvention" minOccurs="0"/>
    <xs:element ref="ms:audioQualityMeasureIncluded" minOccurs="0"/>
    <xs:element ref="ms:numberOfTracks" minOccurs="0"/>
    <xs:element ref="ms:recordingQuality" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:compressed"/>
    <xs:element ref="ms:compressionName" minOccurs="0"/>
    <xs:element ref="ms:compressionLoss" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DistributionImageFeature
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#imageFormat
Used by
Model
Children ms:dataFormat, ms:imageFormat, ms:size
Source
<xs:complexType name="DistributionImageFeature">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>imageFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:size" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" maxOccurs="unbounded"/>
    <xs:element ref="ms:imageFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:ImageFormat
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#colourSpace CLARIN-SHARE_xsd.tmp#colourDepth CLARIN-SHARE_xsd.tmp#resolution CLARIN-SHARE_xsd.tmp#visualModelling CLARIN-SHARE_xsd.tmp#compressed CLARIN-SHARE_xsd.tmp#compressionName CLARIN-SHARE_xsd.tmp#compressionLoss CLARIN-SHARE_xsd.tmp#rasterOrVectorGraphics CLARIN-SHARE_xsd.tmp#quality
Used by
Element ms:imageFormat
Model
Children ms:colourDepth, ms:colourSpace, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:quality, ms:rasterOrVectorGraphics, ms:resolution, ms:visualModelling
Source
<xs:complexType name="ImageFormat">
  <xs:sequence>
    <xs:element ref="ms:dataFormat"/>
    <xs:element ref="ms:colourSpace" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:colourDepth" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:resolution" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:visualModelling" minOccurs="0"/>
    <xs:element ref="ms:compressed"/>
    <xs:element ref="ms:compressionName" minOccurs="0"/>
    <xs:element ref="ms:compressionLoss" minOccurs="0"/>
    <xs:element ref="ms:rasterOrVectorGraphics" minOccurs="0"/>
    <xs:element ref="ms:quality" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Resolution
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#sizeWidth CLARIN-SHARE_xsd.tmp#sizeHeight CLARIN-SHARE_xsd.tmp#resolutionStandard
Used by
Element ms:resolution
Model
Children ms:resolutionStandard, ms:sizeHeight, ms:sizeWidth
Source
<xs:complexType name="Resolution">
  <xs:sequence>
    <xs:element ref="ms:sizeWidth"/>
    <xs:element ref="ms:sizeHeight"/>
    <xs:element ref="ms:resolutionStandard"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:DistributionVideoFeature
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#size CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#videoFormat
Used by
Model
Children ms:dataFormat, ms:size, ms:videoFormat
Source
<xs:complexType name="DistributionVideoFeature">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>videoFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:size" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" maxOccurs="unbounded"/>
    <xs:element ref="ms:videoFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:VideoFormat
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#colourSpace CLARIN-SHARE_xsd.tmp#colourDepth CLARIN-SHARE_xsd.tmp#frameRate CLARIN-SHARE_xsd.tmp#resolution CLARIN-SHARE_xsd.tmp#visualModelling CLARIN-SHARE_xsd.tmp#fidelity CLARIN-SHARE_xsd.tmp#compressed CLARIN-SHARE_xsd.tmp#compressionName CLARIN-SHARE_xsd.tmp#compressionLoss
Used by
Element ms:videoFormat
Model
Children ms:colourDepth, ms:colourSpace, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:fidelity, ms:frameRate, ms:resolution, ms:visualModelling
Source
<xs:complexType name="VideoFormat">
  <xs:sequence>
    <xs:element ref="ms:dataFormat"/>
    <xs:element ref="ms:colourSpace" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:colourDepth" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:frameRate" minOccurs="0"/>
    <xs:element ref="ms:resolution" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:visualModelling" minOccurs="0"/>
    <xs:element ref="ms:fidelity" minOccurs="0"/>
    <xs:element ref="ms:compressed"/>
    <xs:element ref="ms:compressionName" minOccurs="0"/>
    <xs:element ref="ms:compressionLoss" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:GenericLicenceTerms
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#licenceTermsName CLARIN-SHARE_xsd.tmp#licenceTermsURL CLARIN-SHARE_xsd.tmp#conditionOfUse CLARIN-SHARE_xsd.tmp#licenceCategory CLARIN-SHARE_xsd.tmp#LicenceIdentifier
Used by
Element ms:licenceTerms
Model
Children ms:LicenceIdentifier, ms:conditionOfUse, ms:licenceCategory, ms:licenceTermsName, ms:licenceTermsURL
Source
<xs:complexType name="GenericLicenceTerms">
  <xs:annotation>
    <xs:appinfo>
      <generic>LicenceTerms</generic>
      <representation>
        <str>licenceTermsName</str>
        <str>LicenceIdentifier</str>
        <str>licenceTermsURL</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:licenceTermsName" maxOccurs="unbounded"/>
    <xs:element ref="ms:licenceTermsURL" maxOccurs="unbounded"/>
    <xs:element ref="ms:conditionOfUse" maxOccurs="unbounded"/>
    <xs:element ref="ms:licenceCategory" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <nonEditable>true</nonEditable>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:LicenceIdentifier" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LicenceIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LicenceIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:LicenceIdentifierScheme restriction of ms:httpURI required
The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it
Source
<xs:complexType name="LicenceIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:LicenceIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Cost
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#amount CLARIN-SHARE_xsd.tmp#currency
Used by
Model
Children ms:amount, ms:currency
Source
<xs:complexType name="Cost">
  <xs:sequence>
    <xs:element ref="ms:amount">
      <xs:annotation>
        <xs:appinfo>
          <group>cost</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:currency">
      <xs:annotation>
        <xs:appinfo>
          <group>cost</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:AccessRightsStatement
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#categoryLabel CLARIN-SHARE_xsd.tmp#AccessRightsStatementIdentifier
Used by
Element ms:accessRights
Model
Children ms:AccessRightsStatementIdentifier, ms:categoryLabel
Source
<xs:complexType name="AccessRightsStatement">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>categoryLabel</str>
        <str>AccessRightsStatementScheme</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:categoryLabel"/>
    <xs:element ref="ms:AccessRightsStatementIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:AccessRightsStatementIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#AccessRightsStatementScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:AccessRightsStatementScheme restriction of ms:httpURI required
The name of the scheme according to which an access rights statement is assigned to a distribution
Source
<xs:complexType name="AccessRightsStatementIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:AccessRightsStatementScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:LexicalConceptualResourceMediaPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceTextPart CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceAudioPart CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceVideoPart CLARIN-SHARE_xsd.tmp#LexicalConceptualResourceImagePart
Used by
Model
Children ms:LexicalConceptualResourceAudioPart, ms:LexicalConceptualResourceImagePart, ms:LexicalConceptualResourceTextPart, ms:LexicalConceptualResourceVideoPart
Source
<xs:complexType name="LexicalConceptualResourceMediaPart">
  <xs:choice>
    <xs:element ref="ms:LexicalConceptualResourceTextPart"/>
    <xs:element ref="ms:LexicalConceptualResourceAudioPart"/>
    <xs:element ref="ms:LexicalConceptualResourceVideoPart"/>
    <xs:element ref="ms:LexicalConceptualResourceImagePart"/>
  </xs:choice>
</xs:complexType>
Complex Type ms:LexicalConceptualResourceTextPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceTextPart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceTextPart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType
Used by
Model
Children ms:language, ms:lcrMediaType, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails
Source
<xs:complexType name="LexicalConceptualResourceTextPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceTextPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LCR media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/text">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LexicalConceptualResourceAudioPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceAudioPart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceAudioPart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#speechItem CLARIN-SHARE_xsd.tmp#nonSpeechItem CLARIN-SHARE_xsd.tmp#legend CLARIN-SHARE_xsd.tmp#noiseLevel
Used by
Model
Children ms:language, ms:lcrMediaType, ms:legend, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:noiseLevel, ms:nonSpeechItem, ms:speechItem
Source
<xs:complexType name="LexicalConceptualResourceAudioPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceAudioPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LCR media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/audio">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:speechItem" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:nonSpeechItem" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:legend" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:noiseLevel" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LexicalConceptualResourceVideoPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceVideoPart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceVideoPart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#typeOfVideoContent CLARIN-SHARE_xsd.tmp#textIncludedInVideo CLARIN-SHARE_xsd.tmp#dynamicElement
Used by
Model
Children ms:dynamicElement, ms:language, ms:lcrMediaType, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:textIncludedInVideo, ms:typeOfVideoContent
Source
<xs:complexType name="LexicalConceptualResourceVideoPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceVideoPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LCR media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/video">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:typeOfVideoContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:textIncludedInVideo" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:dynamicElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LexicalConceptualResourceImagePart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceImagePart_lcrMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LexicalConceptualResourceImagePart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#typeOfImageContent CLARIN-SHARE_xsd.tmp#textIncludedInImage CLARIN-SHARE_xsd.tmp#staticElement
Used by
Model
Children ms:language, ms:lcrMediaType, ms:lingualityType, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:staticElement, ms:textIncludedInImage, ms:typeOfImageContent
Source
<xs:complexType name="LexicalConceptualResourceImagePart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="lcrMediaType" type="xs:string" fixed="LexicalConceptualResourceImagePart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LCR media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/image">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:typeOfImageContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:textIncludedInImage" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:staticElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LanguageDescriptionMediaPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#LanguageDescriptionTextPart CLARIN-SHARE_xsd.tmp#LanguageDescriptionImagePart CLARIN-SHARE_xsd.tmp#LanguageDescriptionVideoPart
Used by
Model
Children ms:LanguageDescriptionImagePart, ms:LanguageDescriptionTextPart, ms:LanguageDescriptionVideoPart
Source
<xs:complexType name="LanguageDescriptionMediaPart">
  <xs:choice>
    <xs:element ref="ms:LanguageDescriptionTextPart"/>
    <xs:element ref="ms:LanguageDescriptionImagePart"/>
    <xs:element ref="ms:LanguageDescriptionVideoPart"/>
  </xs:choice>
</xs:complexType>
Complex Type ms:LanguageDescriptionTextPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LanguageDescriptionTextPart_ldMediaType CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__LanguageDescriptionTextPart_mediaType CLARIN-SHARE_xsd.tmp#lingualityType CLARIN-SHARE_xsd.tmp#multilingualityType CLARIN-SHARE_xsd.tmp#multilingualityTypeDetails CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#metalanguage CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#creationMode CLARIN-SHARE_xsd.tmp#creationDetails CLARIN-SHARE_xsd.tmp#isCreatedBy CLARIN-SHARE_xsd.tmp#hasOriginalSource CLARIN-SHARE_xsd.tmp#originalSourceDescription CLARIN-SHARE_xsd.tmp#linkToOtherMedia
Used by
Model
Children ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:ldMediaType, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription
Source
<xs:complexType name="LanguageDescriptionTextPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ldMediaType" type="xs:string" fixed="LanguageDescriptionTextPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LD media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/text">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../LanguageDescriptionVideoPart or ../LanguageDescriptionImagePart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LanguageDescriptionImagePart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:creationDetails, ms:creationMode, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:ldMediaType, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:staticElement, ms:textIncludedInImage, ms:typeOfImageContent
Source
<xs:complexType name="LanguageDescriptionImagePart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ldMediaType" type="xs:string" fixed="LanguageDescriptionImagePart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LD media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/image">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:typeOfImageContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:textIncludedInImage" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:staticElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../LanguageDescriptionVideoPart or ../LanguageDescriptionTextPart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:LanguageDescriptionVideoPart
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Used by
Model
Children ms:creationDetails, ms:creationMode, ms:dynamicElement, ms:hasOriginalSource, ms:isCreatedBy, ms:language, ms:ldMediaType, ms:lingualityType, ms:linkToOtherMedia, ms:mediaType, ms:metalanguage, ms:modalityType, ms:multilingualityType, ms:multilingualityTypeDetails, ms:originalSourceDescription, ms:textIncludedInVideo, ms:typeOfVideoContent
Source
<xs:complexType name="LanguageDescriptionVideoPart">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>lingualityType</str>
        <str>mediaType</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ldMediaType" type="xs:string" fixed="LanguageDescriptionVideoPart">
      <xs:annotation>
        <xs:appinfo>
          <display>false</display>
          <label>LD media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="mediaType" type="ms:httpURI" fixed="http://w3id.org/meta-share/meta-share/video">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <display>false</display>
          <label>media type</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:lingualityType"/>
    <xs:element ref="ms:multilingualityType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>mandatory if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multilingualityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if lingualityType=['http://w3id.org/meta-share/meta-share/bilingual', 'http://w3id.org/meta-share/meta-share/multilingual']</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:metalanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:typeOfVideoContent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <multiple>true</multiple>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:textIncludedInVideo" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:dynamicElement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:creationMode" minOccurs="0"/>
    <xs:element ref="ms:creationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:isCreatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:hasOriginalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:originalSourceDescription" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:linkToOtherMedia" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <rule>show if there are ../LanguageDescriptionTextPart or ../LanguageDescriptionImagePart</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:SoftwareDistribution
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#SoftwareDistributionForm CLARIN-SHARE_xsd.tmp#executionLocation CLARIN-SHARE_xsd.tmp#downloadLocation CLARIN-SHARE_xsd.tmp#dockerDownloadLocation CLARIN-SHARE_xsd.tmp#serviceAdapterDownloadLocation CLARIN-SHARE_xsd.tmp#accessLocation CLARIN-SHARE_xsd.tmp#demoLocation CLARIN-SHARE_xsd.tmp#privateResource CLARIN-SHARE_xsd.tmp#isDescribedBy CLARIN-SHARE_xsd.tmp#additionalHWRequirements CLARIN-SHARE_xsd.tmp#command CLARIN-SHARE_xsd.tmp#webServiceType CLARIN-SHARE_xsd.tmp#operatingSystem CLARIN-SHARE_xsd.tmp#licenceTerms CLARIN-SHARE_xsd.tmp#cost CLARIN-SHARE_xsd.tmp#membershipInstitution CLARIN-SHARE_xsd.tmp#attributionText CLARIN-SHARE_xsd.tmp#copyrightStatement CLARIN-SHARE_xsd.tmp#availabilityStartDate CLARIN-SHARE_xsd.tmp#availabilityEndDate CLARIN-SHARE_xsd.tmp#distributionRightsHolder CLARIN-SHARE_xsd.tmp#accessRights
Used by
Model
Children ms:SoftwareDistributionForm, ms:accessLocation, ms:accessRights, ms:additionalHWRequirements, ms:attributionText, ms:availabilityEndDate, ms:availabilityStartDate, ms:command, ms:copyrightStatement, ms:cost, ms:demoLocation, ms:distributionRightsHolder, ms:dockerDownloadLocation, ms:downloadLocation, ms:executionLocation, ms:isDescribedBy, ms:licenceTerms, ms:membershipInstitution, ms:operatingSystem, ms:privateResource, ms:serviceAdapterDownloadLocation, ms:webServiceType
Source
<xs:complexType name="SoftwareDistribution">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>SoftwareDistributionForm</str>
        <str>licenceTerms/licenceTermsName</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:SoftwareDistributionForm">
      <xs:annotation>
        <xs:appinfo>
          <tab>distribution</tab>
          <rule>if functionalService= TRUE => we must have one 'ELG softwareDistribution' with SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/dockerImage'</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:executionLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <rule>show if SoftwareDistributionForm=['http://w3id.org/meta-share/meta-share/webService', 'http://w3id.org/meta-share/meta-share/executableCode'] (only for direct links)</rule>
          <rule>show if functionalService=TRUE for ELG softwareDistribution (with SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/dockerImage')</rule>
          <rule>mandatory if functionalService=TRUE for ELG softwareDistribution (with SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/dockerImage')</rule>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:downloadLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if SoftwareDistributionForm=['http://w3id.org/meta-share/meta-share/sourceCode', 'http://w3id.org/meta-share/meta-share/executableCode', 'http://w3id.org/meta-share/meta-share/library', 'http://w3id.org/meta-share/meta-share/other', 'http://w3id.org/meta-share/meta-share/plugin', 'http://w3id.org/meta-share/meta-share/sourceAndExecutable code', 'http://w3id.org/meta-share/meta-share/unspecified' OR 'http://w3id.org/meta-share/meta-share/workflowFile'] (only for direct links)</rule>
          <unique>true</unique>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dockerDownloadLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <rule>show if SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/dockerImage'</rule>
          <rule>mandatory if SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/dockerImage'</rule>
          <comment>for ELG services, we need a validator for docker images that checks for tag and digest</comment>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:serviceAdapterDownloadLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if functionalService=TRUE for the ELG softwareDistribution only (with softwareDistributionForm='dockerImage')</rule>
          <unique>true</unique>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:accessLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if SoftwareDistributionForm=['http://w3id.org/meta-share/meta-share/library', 'http://w3id.org/meta-share/meta-share/other', 'http://w3id.org/meta-share/meta-share/plugin', 'http://w3id.org/meta-share/meta-share/sourceAndExecutable code', 'http://w3id.org/meta-share/meta-share/sourceCode', 'http://w3id.org/meta-share/meta-share/unspecified', 'http://w3id.org/meta-share/meta-share/workflowFile', 'http://w3id.org/meta-share/meta-share/executableCode', 'http://w3id.org/meta-share/meta-share/webService'] (for landing pages, github, etc. - indirect links in general or requires password)</rule>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:demoLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <tab>distribution</tab>
          <rule>do not show for the ELG softwareDistribution of functional services</rule>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <!-- ELG housekeeping info 			<xs:element name="ELGGuiURL" type="ms:httpURI" minOccurs="0"> 				<xs:annotation> 					<xs:documentation xml:lang="en">Introduces the location (URL) of the GUI that can be used for the ELG demo of the service (e.g. a GUI for information extraction, machine translation, ASR, etc.)</xs:documentation> 				</xs:annotation> 			</xs:element> 			<xs:element name="ELGDemoLocation" type="ms:httpURI" minOccurs="0"> 				<xs:annotation> 					<xs:documentation xml:lang="en">Introduces the location (URL) from where the demo of a service compatible with ELG specifications can be accessed (runs)</xs:documentation> 				</xs:annotation> 			</xs:element> -->
    <xs:element ref="ms:privateResource" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <rule>mandatory if SoftwareDistributionForm='dockerImage'</rule>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isDescribedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:additionalHWRequirements" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <comment>in v2 this will be further specified; for now, ask for Kubernetes style, i.e. [requests: [memory: "64Mi", cpu: "250m"]], [limits: [memory: "128Mi", cpu: "500m"]]</comment>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:command" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:webServiceType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <rule>show if SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/webService'</rule>
          <rule>mandatory if SoftwareDistributionForm='http://w3id.org/meta-share/meta-share/webService'</rule>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:operatingSystem" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <tab>distribution</tab>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:licenceTerms" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <indexed>true</indexed>
          <tab>distribution</tab>
          <group>licensing terms</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:cost" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>oo</relation>
          <tab>distribution</tab>
          <group>licensing terms</group>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:membershipInstitution" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <tab>distribution</tab>
          <group>licensing terms</group>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:attributionText" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <nonEditable>true</nonEditable>
          <defaultTemplate>'resourceName' by 'resourceProvider' used under 'licenceTermsName' and accessed at 'platform name' - 'hyperlink to metadataRecordIdentifier'</defaultTemplate>
          <tab>distribution</tab>
          <group>licensing terms</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:copyrightStatement" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <defaultTemplate>Copyright 'publicationDate' 'iphHolder'</defaultTemplate>
          <tab>distribution</tab>
          <group>licensing terms</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:availabilityStartDate" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <tab>distribution</tab>
          <group>licensing terms</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:availabilityEndDate" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <tab>distribution</tab>
          <group>licensing terms</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:distributionRightsHolder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <tab>distribution</tab>
          <group>licensing terms</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:accessRights" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:ProcessingResource
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#processingResourceType CLARIN-SHARE_xsd.tmp#samplesLocation CLARIN-SHARE_xsd.tmp#language CLARIN-SHARE_xsd.tmp#mediaType CLARIN-SHARE_xsd.tmp#dataFormat CLARIN-SHARE_xsd.tmp#characterEncoding CLARIN-SHARE_xsd.tmp#annotationType CLARIN-SHARE_xsd.tmp#segmentationLevel CLARIN-SHARE_xsd.tmp#typesystem CLARIN-SHARE_xsd.tmp#annotationSchema CLARIN-SHARE_xsd.tmp#annotationResource CLARIN-SHARE_xsd.tmp#modalityType CLARIN-SHARE_xsd.tmp#modalityTypeDetails
Used by
Model
Children ms:annotationResource, ms:annotationSchema, ms:annotationType, ms:characterEncoding, ms:dataFormat, ms:language, ms:mediaType, ms:modalityType, ms:modalityTypeDetails, ms:processingResourceType, ms:samplesLocation, ms:segmentationLevel, ms:typesystem
Source
<xs:complexType name="ProcessingResource">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>processingResourceType</str>
        <str>language</str>
        <str>mediaType</str>
        <str>dataFormat</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:processingResourceType">
      <xs:annotation>
        <xs:appinfo>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:samplesLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:language" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <rule>mandatory if ../languageDependent=True</rule>
          <indexed>true</indexed>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:mediaType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <indexed>true</indexed>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:characterEncoding" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:segmentationLevel" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:typesystem" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
          <tab>technical</tab>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationSchema" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:annotationResource" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:modalityTypeDetails" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>input/output resource</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Evaluation
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#evaluationLevel CLARIN-SHARE_xsd.tmp#evaluationType CLARIN-SHARE_xsd.tmp#evaluationCriterion CLARIN-SHARE_xsd.tmp#evaluationMeasure CLARIN-SHARE_xsd.tmp#goldStandardLocation CLARIN-SHARE_xsd.tmp#performanceIndicator CLARIN-SHARE_xsd.tmp#evaluationReport CLARIN-SHARE_xsd.tmp#isEvaluatedBy CLARIN-SHARE_xsd.tmp#evaluationDetails CLARIN-SHARE_xsd.tmp#evaluator
Used by
Model
Children ms:evaluationCriterion, ms:evaluationDetails, ms:evaluationLevel, ms:evaluationMeasure, ms:evaluationReport, ms:evaluationType, ms:evaluator, ms:goldStandardLocation, ms:isEvaluatedBy, ms:performanceIndicator
Source
<xs:complexType name="Evaluation">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>evaluationType</str>
        <str>evaluationMeasure</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:evaluationLevel" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:evaluationType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:evaluationCriterion" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:evaluationMeasure" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:goldStandardLocation" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:performanceIndicator" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:evaluationReport" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:isEvaluatedBy" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:evaluationDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:evaluator" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>mm</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:PerformanceIndicator
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#metric CLARIN-SHARE_xsd.tmp#measure CLARIN-SHARE_xsd.tmp#unitOfMeasureMetric
Used by
Model
Children ms:measure, ms:metric, ms:unitOfMeasureMetric
Source
<xs:complexType name="PerformanceIndicator">
  <xs:sequence>
    <xs:element ref="ms:metric"/>
    <xs:element ref="ms:measure"/>
    <xs:element ref="ms:unitOfMeasureMetric"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:Parameter
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#parameterName CLARIN-SHARE_xsd.tmp#parameterLabel CLARIN-SHARE_xsd.tmp#parameterDescription CLARIN-SHARE_xsd.tmp#parameterType CLARIN-SHARE_xsd.tmp#optional CLARIN-SHARE_xsd.tmp#multiValue CLARIN-SHARE_xsd.tmp#defaultValue CLARIN-SHARE_xsd.tmp#dataFormat
Used by
Element ms:parameter
Model
Children ms:dataFormat, ms:defaultValue, ms:multiValue, ms:optional, ms:parameterDescription, ms:parameterLabel, ms:parameterName, ms:parameterType
Source
<xs:complexType name="Parameter">
  <xs:sequence>
    <xs:element ref="ms:parameterName">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:parameterLabel" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:parameterDescription" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:parameterType">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:optional">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:multiValue">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:defaultValue" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:dataFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>parameter</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:AddressSet
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#address CLARIN-SHARE_xsd.tmp#region CLARIN-SHARE_xsd.tmp#zipCode CLARIN-SHARE_xsd.tmp#city CLARIN-SHARE_xsd.tmp#country
Used by
Model
Children ms:address, ms:city, ms:country, ms:region, ms:zipCode
Source
<xs:complexType name="AddressSet">
  <xs:sequence>
    <xs:element ref="ms:address" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>address set</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:region" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>address set</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:zipCode" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <group>address set</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:city" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <group>address set</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:country">
      <xs:annotation>
        <xs:appinfo>
          <indexed>true</indexed>
          <group>address set</group>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ms:SocialMediaOccupationalAccount
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#socialMediaOccupationalAccountType
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:socialMediaOccupationalAccountType restriction of ms:httpURI required
Specifies the type of the social media or occupational account
Source
<xs:complexType name="SocialMediaOccupationalAccount">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:socialMediaOccupationalAccountType" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ms:Affiliation
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#position CLARIN-SHARE_xsd.tmp#affiliatedOrganization CLARIN-SHARE_xsd.tmp#email CLARIN-SHARE_xsd.tmp#homepage CLARIN-SHARE_xsd.tmp#http___w3id.org_meta-share_meta-share__addressSet CLARIN-SHARE_xsd.tmp#telephoneNumber CLARIN-SHARE_xsd.tmp#faxNumber
Used by
Element ms:affiliation
Model
Children ms:addressSet, ms:affiliatedOrganization, ms:email, ms:faxNumber, ms:homepage, ms:position, ms:telephoneNumber
Source
<xs:complexType name="Affiliation">
  <xs:annotation>
    <xs:appinfo>
      <representation>
        <str>position</str>
        <str>afffiliatedOrganization/organizationName</str>
      </representation>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ms:position" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:affiliatedOrganization">
      <xs:annotation>
        <xs:appinfo>
          <relation>mo</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:email" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:homepage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <unique>true</unique>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:addressSet" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <relation>om</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ms:telephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ms:faxNumber" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type ms:FunderIdentifier
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram CLARIN-SHARE_xsd.tmp#FunderIdentifierScheme
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
ms:FunderIdentifierScheme restriction of ms:httpURI required
The name of the scheme used to identify a funder
Source
<xs:complexType name="FunderIdentifier">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="ms:FunderIdentifierScheme" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute @ms:MetadataRecordIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme according to which the metadata record identifier is assigned by the authority that issues it (e.g., DOI, URL, etc.)
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://purl.org/spar/datacite/handle
the Handle system
enumeration http://purl.org/spar/datacite/purl
Persistent Uniform Resource Locator
enumeration http://purl.org/spar/datacite/url
Uniform Resource Locator
enumeration http://purl.org/spar/datacite/urn
Uniform Resource Name
enumeration http://w3id.org/meta-share/meta-share/CORE
enumeration http://w3id.org/meta-share/meta-share/OpenAIRE
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/omtd
Value for LRTIdentifierScheme referring to the identifier assigned by the OpenMinTeD platform (https://services.openminted.eu/home)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="MetadataRecordIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme according to which the metadata record identifier is assigned by the authority that issues it (e.g., DOI, URL, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/MetadataRecordIdentifierScheme</identifier>
      <label xml:lang="en">Metadata record identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://purl.org/spar/datacite/handle">
        <xs:annotation>
          <xs:documentation xml:lang="en">the Handle system</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/handle</identifier>
            <label xml:lang="en">Handle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/purl">
        <xs:annotation>
          <xs:documentation xml:lang="en">Persistent Uniform Resource Locator</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/purl</identifier>
            <label xml:lang="en">PURL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/url">
        <xs:annotation>
          <xs:documentation xml:lang="en">Uniform Resource Locator</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/url</identifier>
            <label xml:lang="en">URL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/urn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Uniform Resource Name</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/urn</identifier>
            <label xml:lang="en">URN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/CORE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/CORE</identifier>
            <label xml:lang="en">CORE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/OpenAIRE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/OpenAIRE</identifier>
            <label xml:lang="en">OpenAIRE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/omtd">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to the identifier assigned by the OpenMinTeD platform (https://services.openminted.eu/home)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/omtd</identifier>
            <label xml:lang="en">OMTD</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:LRIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme according to which the LRT identifier is assigned by the authority that issues it (e.g., DOI, ISLRN, etc.)
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://purl.org/spar/datacite/ark
Archival Resource Key
enumeration http://purl.org/spar/datacite/arxiv
Identifier for ArXiv (http://arxiv.org/), a open access repository of preprints, having the format arXiv:1207.2147.
enumeration http://purl.org/spar/datacite/bibcode
It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".
enumeration http://purl.org/spar/datacite/doi
Digital Object Identifier scheme (https://www.doi.org/)
enumeration http://purl.org/spar/datacite/handle
the Handle system
enumeration http://purl.org/spar/datacite/isbn
International Standard Book Number
enumeration http://purl.org/spar/datacite/purl
Persistent Uniform Resource Locator
enumeration http://purl.org/spar/datacite/upc
Universal Product Code
enumeration http://purl.org/spar/datacite/url
Uniform Resource Locator
enumeration http://purl.org/spar/datacite/urn
Uniform Resource Name
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/islrn
Value for LRTIdentifierScheme referring to ISLRN (International Standard Language Resource Number, http://www.islrn.org/)
enumeration http://w3id.org/meta-share/meta-share/maven
Value for LRTIdentifierScheme referring to the Maven coordinates (cf. Maven POM, https://maven.apache.org/pom.html#Maven_Coordinates)
enumeration http://w3id.org/meta-share/meta-share/metaShare
Value for LRTIdentifierScheme referring to the identifier assigned by META-SHARE (http://www.meta-share.org/)
enumeration http://w3id.org/meta-share/meta-share/oai
Value for LRTIdentifierScheme referring to the OAI identifier (Open Archives Initiative, http://www.openarchives.org/OAI/2.0/guidelines-oai-identifier.htm)
enumeration http://w3id.org/meta-share/meta-share/omtd
Value for LRTIdentifierScheme referring to the identifier assigned by the OpenMinTeD platform (https://services.openminted.eu/home)
enumeration http://w3id.org/meta-share/meta-share/omtdDocker
Value for LRTIdentifierScheme referring to the recommended by OpenMinTeD use of identifiers for Docker images uploaded to the registry (https://guidelines.openminted.eu/components_resourceIdentifier.html)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:LRIdentifier
Source
<xs:attribute name="LRIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme according to which the LRT identifier is assigned by the authority that issues it (e.g., DOI, ISLRN, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LRIdentifierScheme</identifier>
      <label xml:lang="en">LR identifier scheme</label>
      <alt_label xml:lang="en">Language Resource identifier scheme</alt_label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://purl.org/spar/datacite/ark">
        <xs:annotation>
          <xs:documentation xml:lang="en">Archival Resource Key</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/ark</identifier>
            <label xml:lang="en">ARK</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/arxiv">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identifier for ArXiv (http://arxiv.org/), a open access repository of preprints, having the format arXiv:1207.2147.</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/arxiv</identifier>
            <label xml:lang="en">ArXiv</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/bibcode">
        <xs:annotation>
          <xs:documentation xml:lang="en">It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/bibcode</identifier>
            <label xml:lang="en">bibcode</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/doi">
        <xs:annotation>
          <xs:documentation xml:lang="en">Digital Object Identifier scheme (https://www.doi.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/doi</identifier>
            <label xml:lang="en">DOI</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/handle">
        <xs:annotation>
          <xs:documentation xml:lang="en">the Handle system</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/handle</identifier>
            <label xml:lang="en">Handle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/isbn">
        <xs:annotation>
          <xs:documentation xml:lang="en">International Standard Book Number</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/isbn</identifier>
            <label xml:lang="en">ISBN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/purl">
        <xs:annotation>
          <xs:documentation xml:lang="en">Persistent Uniform Resource Locator</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/purl</identifier>
            <label xml:lang="en">PURL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/upc">
        <xs:annotation>
          <xs:documentation xml:lang="en">Universal Product Code</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/upc</identifier>
            <label xml:lang="en">UPC</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/url">
        <xs:annotation>
          <xs:documentation xml:lang="en">Uniform Resource Locator</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/url</identifier>
            <label xml:lang="en">URL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/urn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Uniform Resource Name</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/urn</identifier>
            <label xml:lang="en">URN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/islrn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to ISLRN (International Standard Language Resource Number, http://www.islrn.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/islrn</identifier>
            <label xml:lang="en">ISLRN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/maven">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to the Maven coordinates (cf. Maven POM, https://maven.apache.org/pom.html#Maven_Coordinates)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/maven</identifier>
            <label xml:lang="en">maven</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/metaShare">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to the identifier assigned by META-SHARE (http://www.meta-share.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/metaShare</identifier>
            <label xml:lang="en">META-SHARE</label>
            <note xml:lang="en">in MS, we had MetaShareId and not the scheme; in general, discuss the use of "local resource identifier scheme" from DataCite as a value</note>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/oai">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to the OAI identifier (Open Archives Initiative, http://www.openarchives.org/OAI/2.0/guidelines-oai-identifier.htm)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/oai</identifier>
            <label xml:lang="en">OAI</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/omtd">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to the identifier assigned by the OpenMinTeD platform (https://services.openminted.eu/home)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/omtd</identifier>
            <label xml:lang="en">OMTD</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/omtdDocker">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LRTIdentifierScheme referring to the recommended by OpenMinTeD use of identifiers for Docker images uploaded to the registry (https://guidelines.openminted.eu/components_resourceIdentifier.html)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/omtdDocker</identifier>
            <label xml:lang="en">OMTD-Docker</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:PersonalIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme used to identify a person
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://purl.org/spar/datacite/openid
OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services.
enumeration http://purl.org/spar/datacite/orcid
Open Researcher and Contributor Identifier.
enumeration http://purl.org/spar/datacite/researcherid
ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/scopusId
Value for personIdentifierSchemeName, referring to the Scopus identifier for authors (https://www.scopus.com)
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:PersonalIdentifier
Source
<xs:attribute name="PersonalIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme used to identify a person</xs:documentation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/PersonalIdentifierScheme</identifier>
      <label xml:lang="en">Person identfier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://purl.org/spar/datacite/openid">
        <xs:annotation>
          <xs:documentation xml:lang="en">OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services.</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/openid</identifier>
            <label xml:lang="en">OpenID</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/orcid">
        <xs:annotation>
          <xs:documentation xml:lang="en">Open Researcher and Contributor Identifier.</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/orcid</identifier>
            <label xml:lang="en">ORCID</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/researcherid">
        <xs:annotation>
          <xs:documentation xml:lang="en">ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/researcherid</identifier>
            <label xml:lang="en">ResearcherID</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/scopusId">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for personIdentifierSchemeName, referring to the Scopus identifier for authors (https://www.scopus.com)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/scopusId</identifier>
            <label xml:lang="en">Scopus ID</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:RepositoryIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme used to identify a repository
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://purl.org/spar/datacite/handle
the Handle system
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/re3data
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="RepositoryIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme used to identify a repository</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/RepositoryIdentifierScheme</identifier>
      <label xml:lang="en">Repository identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://purl.org/spar/datacite/handle">
        <xs:annotation>
          <xs:documentation xml:lang="en">the Handle system</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/handle</identifier>
            <label xml:lang="en">Handle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/re3data">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/re3data</identifier>
            <label xml:lang="en">re3data</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:OrganizationIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme used to identify an organization
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://purl.org/spar/datacite/doi
Digital Object Identifier scheme (https://www.doi.org/)
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/grid
GRID identifier scheme (Global Research Identifier Database, https://www.grid.ac/)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="OrganizationIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme used to identify an organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/OrganizationIdentifierScheme</identifier>
      <label xml:lang="en">Organization identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://purl.org/spar/datacite/doi">
        <xs:annotation>
          <xs:documentation xml:lang="en">Digital Object Identifier scheme (https://www.doi.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/doi</identifier>
            <label xml:lang="en">DOI</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/grid">
        <xs:annotation>
          <xs:documentation xml:lang="en">GRID identifier scheme (Global Research Identifier Database, https://www.grid.ac/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/grid</identifier>
            <label xml:lang="en">GRID</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:DomainClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme devised by an authority for domains
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ANC_domainClassification
enumeration http://w3id.org/meta-share/meta-share/BNC_domainClassification
enumeration http://w3id.org/meta-share/meta-share/ClarinEL_domainClassification
enumeration http://w3id.org/meta-share/meta-share/DDC_classification
enumeration http://w3id.org/meta-share/meta-share/DK-5
enumeration http://w3id.org/meta-share/meta-share/ELG_domainClassification
enumeration http://w3id.org/meta-share/meta-share/EUROVOC
enumeration http://w3id.org/meta-share/meta-share/UDC_classification
enumeration http://w3id.org/meta-share/meta-share/libraryOfCongress_Classification
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:DomainIdentifier
Source
<xs:attribute name="DomainClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme devised by an authority for domains</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DomainClassificationScheme</identifier>
      <label xml:lang="en">Domain classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ANC_domainClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ANC_domainClassification</identifier>
            <label xml:lang="en">ANC domain classification system</label>
            <alt_label xml:lang="en">American National Corpus domain classification system</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/BNC_domainClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/BNC_domainClassification</identifier>
            <label xml:lang="en">BNC domain classification system</label>
            <alt_label xml:lang="en">British National Corpus domain classification system</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ClarinEL_domainClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ClarinEL_domainClassification</identifier>
            <label xml:lang="en">CLARIN-EL domain classification</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DDC_classification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DDC_classification</identifier>
            <label xml:lang="en">DDC</label>
            <alt_label xml:lang="en">Dewey Decimal Classification</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/DK-5">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/DK-5</identifier>
            <label xml:lang="en">DK-5</label>
            <alt_label xml:lang="en">Danish Decimal Classification 5th edition</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ELG_domainClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ELG_domainClassification</identifier>
            <label xml:lang="en">ELG domain classification</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/EUROVOC">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/EUROVOC</identifier>
            <label xml:lang="en">EUROVOC</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/UDC_classification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/UDC_classification</identifier>
            <label xml:lang="en">UDC</label>
            <alt_label xml:lang="en">Universal Decimal Classification</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/libraryOfCongress_Classification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/libraryOfCongress_Classification</identifier>
            <label xml:lang="en">LCC</label>
            <alt_label xml:lang="en">Library of Congress classification system</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:SubjectClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme used for subjects/topics devised by an authority or organization
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/MeSH_classification
enumeration http://w3id.org/meta-share/meta-share/NLM_classification
Classification scheme of the National Library of Medicine (https://www.nlm.nih.gov/class/)
enumeration http://w3id.org/meta-share/meta-share/PAROLE_topicClassification
enumeration http://w3id.org/meta-share/meta-share/libraryofCongressSubjectHeadings_classification
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:SubjectIdentifier
Source
<xs:attribute name="SubjectClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme used for subjects/topics devised by an authority or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SubjectClassificationScheme</identifier>
      <label xml:lang="en">Subject classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MeSH_classification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MeSH_classification</identifier>
            <label xml:lang="en">MeSH</label>
            <alt_label xml:lang="en">Medical Subject Headings</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/NLM_classification">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classification scheme of the National Library of Medicine (https://www.nlm.nih.gov/class/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/NLM_classification</identifier>
            <label xml:lang="en">NLM classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/PAROLE_topicClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/PAROLE_topicClassification</identifier>
            <label xml:lang="en">PAROLE_topic classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/libraryofCongressSubjectHeadings_classification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/libraryofCongressSubjectHeadings_classification</identifier>
            <label xml:lang="en">LCSH</label>
            <alt_label xml:lang="en">Library of Congress Subject Headings</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:ProjectIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme according to which an identifier is assigned to a project by the authority that issues it
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/OpenAIRE
enumeration http://w3id.org/meta-share/meta-share/cordis
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:ProjectIdentifier
Source
<xs:attribute name="ProjectIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme according to which an identifier is assigned to a project by the authority that issues it</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ProjectIdentifierScheme</identifier>
      <label xml:lang="en">Project identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/OpenAIRE">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/OpenAIRE</identifier>
            <label xml:lang="en">OpenAIRE</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/cordis">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/cordis</identifier>
            <label xml:lang="en">cordis</label>
            <alt_label xml:lang="en">rcn</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:DocumentIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A scheme according to which an identifier is assigned by the authority that issues it (e.g., DOI, PubMed Central, etc.) specifically for publications
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://purl.org/spar/datacite/ark
Archival Resource Key
enumeration http://purl.org/spar/datacite/arxiv
Identifier for ArXiv (http://arxiv.org/), a open access repository of preprints, having the format arXiv:1207.2147.
enumeration http://purl.org/spar/datacite/bibcode
It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".
enumeration http://purl.org/spar/datacite/doi
Digital Object Identifier scheme (https://www.doi.org/)
enumeration http://purl.org/spar/datacite/handle
the Handle system
enumeration http://purl.org/spar/datacite/isbn
International Standard Book Number
enumeration http://purl.org/spar/datacite/purl
Persistent Uniform Resource Locator
enumeration http://purl.org/spar/datacite/upc
Universal Product Code
enumeration http://purl.org/spar/datacite/url
Uniform Resource Locator
enumeration http://purl.org/spar/datacite/urn
Uniform Resource Name
enumeration http://w3id.org/meta-share/meta-share/ean13
Value for resourceIdentifierSchemeName, referring to EAN (International Article Number, also known as European Article Number) and more specifically to the EAN 13 standard (cf. https://en.wikipedia.org/wiki/International_Article_Number)
enumeration http://w3id.org/meta-share/meta-share/eissn
Value for resourceIdentifierSchemeName, referring to the e-ISSN (electronic International Standard Serial Number, https://en.wikipedia.org/wiki/International_Standard_Serial_Number)
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/issn
Value for resourceIdentifierSchemeName, referring to the ISSN (International Standard Serial Number, http://www.issn.org/)
enumeration http://w3id.org/meta-share/meta-share/istc
Value for resourceIdentifierSchemeName, referring to the ISTC (International Standard Text Code, http://www.istc-international.org/)
enumeration http://w3id.org/meta-share/meta-share/lissn
Value for resourceIdentifierSchemeName, referring to the linking ISSN or ISSN-L
enumeration http://w3id.org/meta-share/meta-share/lsid
Value for resourceIdentifierSchemeName, referring to the LSID (Life Sciences Identifier, http://www.webcitation.org/getfile?fileid=27fcd073ea70199946ace15c6868520be2cab2ab)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/pmcid
Value for resourceIdentifierSchemeName, referring to the PMCID (PubMed Central Identifier, https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/)
enumeration http://w3id.org/meta-share/meta-share/pmid
Value for resourceIdentifierSchemeName, referring to the PMID (PubMed Identifier, https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/)
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:DocumentIdentifier
Source
<xs:attribute name="DocumentIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A scheme according to which an identifier is assigned by the authority that issues it (e.g., DOI, PubMed Central, etc.) specifically for publications</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DocumentIdentifierScheme</identifier>
      <label xml:lang="en">Document identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://purl.org/spar/datacite/ark">
        <xs:annotation>
          <xs:documentation xml:lang="en">Archival Resource Key</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/ark</identifier>
            <label xml:lang="en">ARK</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/arxiv">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identifier for ArXiv (http://arxiv.org/), a open access repository of preprints, having the format arXiv:1207.2147.</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/arxiv</identifier>
            <label xml:lang="en">ArXiv</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/bibcode">
        <xs:annotation>
          <xs:documentation xml:lang="en">It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/bibcode</identifier>
            <label xml:lang="en">bibcode</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/doi">
        <xs:annotation>
          <xs:documentation xml:lang="en">Digital Object Identifier scheme (https://www.doi.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/doi</identifier>
            <label xml:lang="en">DOI</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/handle">
        <xs:annotation>
          <xs:documentation xml:lang="en">the Handle system</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/handle</identifier>
            <label xml:lang="en">Handle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/isbn">
        <xs:annotation>
          <xs:documentation xml:lang="en">International Standard Book Number</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/isbn</identifier>
            <label xml:lang="en">ISBN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/purl">
        <xs:annotation>
          <xs:documentation xml:lang="en">Persistent Uniform Resource Locator</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/purl</identifier>
            <label xml:lang="en">PURL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/upc">
        <xs:annotation>
          <xs:documentation xml:lang="en">Universal Product Code</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/upc</identifier>
            <label xml:lang="en">UPC</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/url">
        <xs:annotation>
          <xs:documentation xml:lang="en">Uniform Resource Locator</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/url</identifier>
            <label xml:lang="en">URL</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://purl.org/spar/datacite/urn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Uniform Resource Name</xs:documentation>
          <xs:appinfo>
            <identifier>http://purl.org/spar/datacite/urn</identifier>
            <label xml:lang="en">URN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ean13">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to EAN (International Article Number, also known as European Article Number) and more specifically to the EAN 13 standard (cf. https://en.wikipedia.org/wiki/International_Article_Number)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ean13</identifier>
            <label xml:lang="en">EAN 13</label>
            <alt_label xml:lang="en">European Article Number 13 standard</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/eissn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the e-ISSN (electronic International Standard Serial Number, https://en.wikipedia.org/wiki/International_Standard_Serial_Number)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/eissn</identifier>
            <label xml:lang="en">e-ISSN</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/issn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the ISSN (International Standard Serial Number, http://www.issn.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/issn</identifier>
            <label xml:lang="en">ISSN</label>
            <alt_label xml:lang="en">International Standard Serial Number</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/istc">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the ISTC (International Standard Text Code, http://www.istc-international.org/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/istc</identifier>
            <label xml:lang="en">ISTC</label>
            <alt_label xml:lang="en">International Standard Text Code</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lissn">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the linking ISSN or ISSN-L</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lissn</identifier>
            <label xml:lang="en">LISSN</label>
            <alt_label xml:lang="en">ISSN-L</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/lsid">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the LSID (Life Sciences Identifier, http://www.webcitation.org/getfile?fileid=27fcd073ea70199946ace15c6868520be2cab2ab)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/lsid</identifier>
            <label xml:lang="en">LSID</label>
            <alt_label xml:lang="en">Life Sciences Identifier</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/pmcid">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the PMCID (PubMed Central Identifier, https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/pmcid</identifier>
            <label xml:lang="en">PMCID</label>
            <alt_label xml:lang="en">PubMed Central Identifier</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/pmid">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for resourceIdentifierSchemeName, referring to the PMID (PubMed Identifier, https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/pmid</identifier>
            <label xml:lang="en">PMID</label>
            <alt_label xml:lang="en">PubMed Identifier</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:TextTypeClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme used for text types devised by an authority or organization
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/BNC_textTypeClassification
enumeration http://w3id.org/meta-share/meta-share/ClarinEL_TextTypeClassification
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:TextTypeIdentifier
Source
<xs:attribute name="TextTypeClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme used for text types devised by an authority or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/TextTypeClassificationScheme</identifier>
      <label xml:lang="en">Text type classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/BNC_textTypeClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/BNC_textTypeClassification</identifier>
            <label xml:lang="en">BNC text type classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ClarinEL_TextTypeClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ClarinEL_TextTypeClassification</identifier>
            <label xml:lang="en">CLARIN_EL text type classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:TextGenreClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme used for text genres devised by an authority or organization
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/ANC_genreClassification
enumeration http://w3id.org/meta-share/meta-share/PAROLE_genreClassification
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:TextGenreIdentifier
Source
<xs:attribute name="TextGenreClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme used for text genres devised by an authority or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/TextGenreClassificationScheme</identifier>
      <label xml:lang="en">Text genre classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/ANC_genreClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/ANC_genreClassification</identifier>
            <label xml:lang="en">ANC genre classification scheme</label>
            <alt_label xml:lang="en">American National Corpus genre classification scheme</alt_label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/PAROLE_genreClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/PAROLE_genreClassification</identifier>
            <label xml:lang="en">PAROLE_genre classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:AudioGenreClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme devised for audio genres by an organization/authority
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/MS_audioGenreClassification
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="AudioGenreClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme devised for audio genres by an organization/authority</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/AudioGenreClassificationScheme</identifier>
      <label xml:lang="en">Audio genre classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MS_audioGenreClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MS_audioGenreClassification</identifier>
            <label xml:lang="en">META-SHARE audio genre classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:SpeechGenreClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme used for speech genres devised by an authority or organization
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/MS_SpeechGenreClassification
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="SpeechGenreClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme used for speech genres devised by an authority or organization</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SpeechGenreClassificationScheme</identifier>
      <label xml:lang="en">Speech genre classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/MS_SpeechGenreClassification">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/MS_SpeechGenreClassification</identifier>
            <label xml:lang="en">META-SHARE speech genre classification scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:VideoGenreClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme devised by an authority for video genres
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="VideoGenreClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme devised by an authority for video genres</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/VideoGenreClassificationScheme</identifier>
      <label xml:lang="en">Video genre classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:ImageGenreClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A classification scheme devised by an authority for image genres
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="ImageGenreClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">A classification scheme devised by an authority for image genres</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ImageGenreClassificationScheme</identifier>
      <label xml:lang="en">Image genre classification scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:LicenceIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/SPDX
Value for LicenceIdentifierScheme referring to the codes (identifiers) for licences used by SPDX (https://spdx.org/licenses/))
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:LicenceIdentifier
Source
<xs:attribute name="LicenceIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/LicenceIdentifierScheme</identifier>
      <label xml:lang="en">Licence identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/ResourceIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SPDX">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for LicenceIdentifierScheme referring to the codes (identifiers) for licences used by SPDX (https://spdx.org/licenses/))</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SPDX</identifier>
            <label xml:lang="en">SPDX</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:AccessRightsStatementScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme according to which an access rights statement is assigned to a distribution
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/COARightsStatementScheme
COAR access rights vocabulary (http://vocabularies.coar-repositories.org/documentation/access_rights/)
enumeration http://w3id.org/meta-share/meta-share/OMTDShareRightsStatementScheme
enumeration http://w3id.org/meta-share/meta-share/RightsStatementOrgScheme
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="AccessRightsStatementScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme according to which an access rights statement is assigned to a distribution</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/AccessRightsStatementScheme</identifier>
      <label xml:lang="en">Access rights statement scheme</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/ClassificationScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/COARightsStatementScheme">
        <xs:annotation>
          <xs:documentation xml:lang="en">COAR access rights vocabulary (http://vocabularies.coar-repositories.org/documentation/access_rights/)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/COARightsStatementScheme</identifier>
            <label xml:lang="en">COAR Rights Statement Scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/OMTDShareRightsStatementScheme">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/OMTDShareRightsStatementScheme</identifier>
            <label xml:lang="en">OMTD-SHARE rights statement scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/RightsStatementOrgScheme">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/RightsStatementOrgScheme</identifier>
            <label xml:lang="en">Rights_Statements_Org scheme</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:socialMediaOccupationalAccountType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the social media or occupational account
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/facebook
enumeration http://w3id.org/meta-share/meta-share/github
enumeration http://w3id.org/meta-share/meta-share/gitlab
enumeration http://w3id.org/meta-share/meta-share/linkedIn
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/twitter
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/youtube
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Source
<xs:attribute name="socialMediaOccupationalAccountType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the social media or occupational account</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/socialMediaOccupationalAccountType</identifier>
      <label xml:lang="en">social media occupational account type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/facebook">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/facebook</identifier>
            <label xml:lang="en">facebook</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/github">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/github</identifier>
            <label xml:lang="en">GitHub</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/gitlab">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/gitlab</identifier>
            <label xml:lang="en">GitLab</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/linkedIn">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/linkedIn</identifier>
            <label xml:lang="en">linkedIn</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/twitter">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/twitter</identifier>
            <label xml:lang="en">twitter</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/youtube">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/youtube</identifier>
            <label xml:lang="en">youtube</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:FunderIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme used to identify a funder
Type restriction of ms:httpURI
Type hierarchy
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/elg
European Language Grid identifier scheme (used for internal purposes)
enumeration http://w3id.org/meta-share/meta-share/other
Value used when none of the recommended values of an element is appropriate for an item
enumeration http://w3id.org/meta-share/meta-share/unspecified
Value used for mandatory elements whose value is unknown or cannot be specified
enumeration http://w3id.org/meta-share/meta-share/internal
Value for identifier scheme; for identifiers created and used by systems for internal purposes
pattern (http://.*)|(https://.*)|(ftp://.*)|(ftps://.*)
Used by
Complex Type ms:FunderIdentifier
Source
<xs:attribute name="FunderIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme used to identify a funder</xs:documentation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/FunderIdentifierScheme</identifier>
      <label xml:lang="en">Funder identfier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/AgentIdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ms:httpURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/elg">
        <xs:annotation>
          <xs:documentation xml:lang="en">European Language Grid identifier scheme (used for internal purposes)</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/elg</identifier>
            <label xml:lang="en">ELG</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used when none of the recommended values of an element is appropriate for an item</xs:documentation>
          <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/unspecified">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value used for mandatory elements whose value is unknown or cannot be specified</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/unspecified</identifier>
            <label xml:lang="en">unspecified</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/internal">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for identifier scheme; for identifiers created and used by systems for internal purposes</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/internal</identifier>
            <label xml:lang="en">internal</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @ms:IdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Source
<xs:attribute name="IdentifierScheme">
  <xs:annotation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/IdentifierScheme</identifier>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>
Attribute @ms:ResourceIdentifierScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The name of the scheme used to identify a resource
Source
<xs:attribute name="ResourceIdentifierScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the scheme used to identify a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://purl.org/spar/datacite/ResourceIdentifierScheme</identifier>
      <label xml:lang="en">Resource identifier scheme</label>
      <subclassOf>http://purl.org/spar/datacite/IdentifierScheme</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>
Attribute @ms:ClassificationScheme
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Scheme used for the classification of a language resource based on various criteria (e.g., domains, text types, genres, etc.)
Source
<xs:attribute name="ClassificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">Scheme used for the classification of a language resource based on various criteria (e.g., domains, text types, genres, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/ClassificationScheme</identifier>
      <label xml:lang="en">Classification scheme</label>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>