mpeg7:VisualCoding

Element Information

Model

Source

<element name="VisualCoding" minOccurs="0">
  <complexType>
    <sequence>
      <element name="Format" minOccurs="0">
        <complexType>
          <complexContent>
            <extension base="mpeg7:ControlledTermUseType">
              <attribute name="colorDomain" use="optional" default="color">
                <simpleType>
                  <union>
                    <simpleType>
                      <restriction base="NMTOKEN">
                        <enumeration value="binary"/>
                        <enumeration value="color"/>
                        <enumeration value="graylevel"/>
                        <enumeration value="colorized"/>
                      </restriction>
                    </simpleType>
                    <simpleType>
                      <restriction base="mpeg7:termReferenceType"/>
                    </simpleType>
                  </union>
                </simpleType>
              </attribute>
            </extension>
          </complexContent>
        </complexType>
      </element>
      <element name="Pixel" minOccurs="0">
        <complexType>
          <attribute name="resolution" type="nonNegativeInteger" use="optional"/>
          <attribute name="aspectRatio" type="mpeg7:nonNegativeReal" use="optional"/>
          <attribute name="bitsPer" type="nonNegativeInteger" use="optional"/>
        </complexType>
      </element>
      <element name="Frame" minOccurs="0">
        <complexType>
          <attribute name="height" type="nonNegativeInteger" use="optional"/>
          <attribute name="width" type="nonNegativeInteger" use="optional"/>
          <attribute name="aspectRatio" type="mpeg7:nonNegativeReal" use="optional"/>
          <attribute name="rate" type="mpeg7:nonNegativeReal" use="optional"/>
          <attribute name="structure" use="optional">
            <simpleType>
              <restriction base="NMTOKEN">
                <enumeration value="progressive"/>
                <enumeration value="interlaced"/>
              </restriction>
            </simpleType>
          </attribute>
        </complexType>
      </element>
      <!-- ColorSampling" element removed -->
    </sequence>
  </complexType>
</element>

Sample