Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:languageVarietyType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the language variety
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/dialect
Value for 'LanguageVarietyType' used for a particular form of a language which is peculiar to a specific region or social group
enumeration http://w3id.org/meta-share/meta-share/jargon
Value for 'LanguageVarietyType' used for a particular type of language mainly used in a specific context (e.g.,  by a professional or social group) which may not be well understood outside that context
enumeration http://w3id.org/meta-share/meta-share/other
Used by
Complex Type ms:LanguageVariety
Source
<xs:element name="languageVarietyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the language variety</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/languageVarietyType</identifier>
      <label xml:lang="en">language variety type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/dialect">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'LanguageVarietyType' used for a particular form of a language which is peculiar to a specific region or social group</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/dialect</identifier>
            <label xml:lang="en">dialect</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/jargon">
        <xs:annotation>
          <xs:documentation xml:lang="en">Value for 'LanguageVarietyType' used for a particular type of language mainly used in a specific context (e.g., by a professional or social group) which may not be well understood outside that context</xs:documentation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/jargon</identifier>
            <label xml:lang="en">jargon</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/other</identifier>
            <label xml:lang="en">other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>