Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:capturingEnvironment
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of the capturing environment
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/complex
enumeration http://w3id.org/meta-share/meta-share/plain
Used by
Source
<xs:element name="capturingEnvironment">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of the capturing environment</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/capturingEnvironment</identifier>
      <label xml:lang="en">capturing environment</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/complex">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/complex</identifier>
            <label xml:lang="en">complex</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/plain">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/plain</identifier>
            <label xml:lang="en">plain</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>