Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:validationExtent
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the coverage of the language resource that has been validated
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/full
enumeration http://w3id.org/meta-share/meta-share/partial
Used by
Complex Type ms:Validation
Source
<xs:element name="validationExtent">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the coverage of the language resource that has been validated</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/validationExtent</identifier>
      <label xml:lang="en">validation extent</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/full">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/full</identifier>
            <label xml:lang="en">full</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/partial">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/partial</identifier>
            <label xml:lang="en">partial</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>