dotml:ratio

The aspect ratio of a graph.

Simple Type Information

Used By

Attribute dotml:graph/@ratio

Source

<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>