dotml:shape

Possible node shapes.

Simple Type Information

Used By

Attribute dotml:node/@shape

Source

<xs:simpleType name="shape">
  <xs:annotation>
    <xs:documentation>Possible node shapes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="box"/>
    <xs:enumeration value="circle"/>
    <xs:enumeration value="ellipse"/>
    <xs:enumeration value="point"/>
    <xs:enumeration value="egg"/>
    <xs:enumeration value="triangle"/>
    <xs:enumeration value="plaintext"/>
    <xs:enumeration value="diamond"/>
    <xs:enumeration value="trapezium"/>
    <xs:enumeration value="parallelogram"/>
    <xs:enumeration value="house"/>
    <xs:enumeration value="hexagon"/>
    <xs:enumeration value="octagon"/>
    <xs:enumeration value="doublecircle"/>
    <xs:enumeration value="doubleoctagon"/>
    <xs:enumeration value="invtriangle"/>
    <xs:enumeration value="invtrapezium"/>
    <xs:enumeration value="invhouse"/>
    <xs:enumeration value="Mdiamond"/>
    <xs:enumeration value="Msquare"/>
    <xs:enumeration value="Mcircle"/>
  </xs:restriction>
</xs:simpleType>