The attribute units allows the values pixels or percent. It is used to specify what the units of the numbers specified in the attributes width and height are. |
Attribute Group | elml:SizeImp |
<xs:attribute name="units"> <xs:annotation> <xs:documentation>The attribute units allows the values pixels or percent. It is used to specify what the units of the numbers specified in the attributes width and height are.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="pixels"/> <xs:enumeration value="percent"/> </xs:restriction> </xs:simpleType> </xs:attribute> |