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