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