SpineShape

Enumeration of allowed spine shapes.

Simple Type Information

Used By

Attribute Spine/@shape

Source

<xs:simpleType name="SpineShape">
  <xs:annotation>
    <xs:documentation>Enumeration of allowed spine shapes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="mushroom"/>
    <xs:enumeration value="stubby"/>
    <xs:enumeration value="thin"/>
  </xs:restriction>
</xs:simpleType>