<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> |