Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:hasSubset
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links to a subset of the resource that is described in order to add specific information on the subset (e.g. size per language for multilingual corpora, size per domain for lexica with multiple domains, etc.)
Diagram
Diagram ELG-SHARE_xsd_Element_ms_sizePerLanguage.tmp#sizePerLanguage ELG-SHARE_xsd_Element_ms_sizePerTextFormat.tmp#sizePerTextFormat ELG-SHARE_xsd_Complex_Type_ms_Subset.tmp#Subset
Type ms:Subset
Properties
content complex
Used by
Model
Children ms:sizePerLanguage, ms:sizePerTextFormat
Instance
<ms:hasSubset xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:sizePerLanguage>{1,1}</ms:sizePerLanguage>
  <ms:sizePerTextFormat>{1,1}</ms:sizePerTextFormat>
</ms:hasSubset>
Source
<xs:element name="hasSubset" type="ms:Subset">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links to a subset of the resource that is described in order to add specific information on the subset (e.g. size per language for multilingual corpora, size per domain for lexica with multiple domains, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasSubset</identifier>
      <label xml:lang="en">has subset</label>
      <note xml:lang="en">introduced to cater for all sizePer properties; decided not to use the isPartOf because I wanted to keep this for "whole" language resources</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>