Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:audience
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the intended audience size of a multimedia resource
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/few
enumeration http://w3id.org/meta-share/meta-share/largePublic
enumeration http://w3id.org/meta-share/meta-share/none3
enumeration http://w3id.org/meta-share/meta-share/some
Used by
Source
<xs:element name="audience">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the intended audience size of a multimedia resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/audience</identifier>
      <label xml:lang="en">audience</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/few">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/few</identifier>
            <label xml:lang="en">few</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/largePublic">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/largePublic</identifier>
            <label xml:lang="en">large public</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/none3">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/none3</identifier>
            <label xml:lang="en">none</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/some">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/some</identifier>
            <label xml:lang="en">some</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>