Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
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>