The height of the image in pixels. |
Element | Image/height |
<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> |