http://maven.apache.org/FML/1.0.1
simpleType Shape

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://maven.apache.org/FML/1.0.1}Shape (restriction)

Properties
This component is not nillable.

Model

('rect' | 'circle' | 'poly' | 'default')

Source
<xs:simpleType name="Shape">
<xs:restriction base="xs:token">
<xs:enumeration value="rect"/>
<xs:enumeration value="circle"/>
<xs:enumeration value="poly"/>
<xs:enumeration value="default"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.