ImageWidth

The width of the image in pixels.

Simple Type Information

Used By

Element Image/width

Source

<xs:simpleType name="ImageWidth">
  <xs:annotation>
    <xs:documentation>The width of the image in pixels.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:maxInclusive value="144"/>
  </xs:restriction>
</xs:simpleType>