<xs:simpleType name="Tool" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NoTool" />
<xs:enumeration value="PointerTool" />
<xs:enumeration value="TextTool" />
<xs:enumeration value="RectangleTool" />
<xs:enumeration value="EllipseTool" />
<xs:enumeration value="PolygonTool" />
<xs:enumeration value="PolyLineTool" />
<xs:enumeration value="LineTool" />
<xs:enumeration value="FreehandTool" />
<xs:enumeration value="StampTool" />
<xs:enumeration value="ImageTool" />
<xs:enumeration value="ButtonTool" />
<xs:enumeration value="RulerTool" />
<xs:enumeration value="BlockHighlightTool" />
<xs:enumeration value="NoteTool" />
<xs:enumeration value="ProtractorTool" />
</xs:restriction>
</xs:simpleType>
|