tva:AspectRatioType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of string original optional

Used By

Source

<complexType name="AspectRatioType">
  <simpleContent>
    <extension base="tva:RatioType">
      <attribute name="type" use="optional" default="original">
        <simpleType>
          <restriction base="string">
            <enumeration value="original"/>
            <enumeration value="publication"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>