<xs:element name="validationType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the type of validation that has been performed on a language resource</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/validationType</identifier>
<label xml:lang="en">validation type</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/content">
<xs:annotation>
<xs:documentation xml:lang="en">Value for 'Validation type' indicating that the validation is performed on the contents of the resource</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/content</identifier>
<label xml:lang="en">content</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/formal">
<xs:annotation>
<xs:documentation xml:lang="en">Value for 'Validation type' indicating that the validation is performed on formal aspects of the resource (e.g., size, syntactic validation , etc.)</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/formal</identifier>
<label xml:lang="en">formal</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |