ImageHeight

The height of the image in pixels.

Simple Type Information

Used By

Element Image/height

Source

<xs:simpleType name="ImageHeight">
  <xs:annotation>
    <xs:documentation>The height of the image in pixels.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:maxInclusive value="400"/>
  </xs:restriction>
</xs:simpleType>