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