Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:textIncludedInVideo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates if any text and what type is present in or in conjunction with the video
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/caption1
enumeration http://w3id.org/meta-share/meta-share/none1
enumeration http://w3id.org/meta-share/meta-share/subtitle1
Used by
Source
<xs:element name="textIncludedInVideo">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates if any text and what type is present in or in conjunction with the video</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/textIncludedInVideo</identifier>
      <label xml:lang="en">text included in video</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/caption1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/caption1</identifier>
            <label xml:lang="en">caption</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none1</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/subtitle1">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/subtitle1</identifier>
            <label xml:lang="en">subtitle</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>