The aspect ratio of a graph. |
Attribute | dotml:graph/@ratio |
<xs:simpleType name="ratio"> <xs:annotation> <xs:documentation>The aspect ratio of a graph.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="fill"/> <xs:pattern value="compress"/> <xs:pattern value="\d+(.\d+)*"/> </xs:restriction> </xs:simpleType> |