Enumeration of allowed spine shapes. |
Attribute | Spine/@shape |
<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> |