mpeg7:RatingScheme

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
best float optional
href mpeg7:termReferenceType optional
style restriction of NMTOKEN required
worst float optional

Source

<element name="RatingScheme">
  <complexType>
    <complexContent>
      <extension base="mpeg7:TermUseType">
        <attribute name="best" type="float" use="optional"/>
        <attribute name="worst" type="float" use="optional"/>
        <attribute name="style" use="required">
          <simpleType>
            <restriction base="NMTOKEN">
              <enumeration value="higherBetter"/>
              <enumeration value="lowerBetter"/>
            </restriction>
          </simpleType>
        </attribute>
      </extension>
    </complexContent>
  </complexType>
</element>

Sample