Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:resolutionStandard
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the standard to which  the resolution conforms
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/HD.1080
enumeration http://w3id.org/meta-share/meta-share/HD.720
enumeration http://w3id.org/meta-share/meta-share/VGA
Used by
Complex Type ms:Resolution
Source
<xs:element name="resolutionStandard">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the standard to which the resolution conforms</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resolutionStandard</identifier>
      <label xml:lang="en">resolution standard</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/HD.1080">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/HD.1080</identifier>
            <label xml:lang="en">HD.1080</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/HD.720">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/HD.720</identifier>
            <label xml:lang="en">HD.720</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/VGA">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/VGA</identifier>
            <label xml:lang="en">VGA</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>