<xs:element minOccurs="0" name="PolygonToolbarDefault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="PenColor" type="Color" use="optional" />
<xs:attribute name="FillColor" type="Color" use="optional" />
<xs:attribute name="PenWidth" type="xs:integer" use="optional" />
<xs:attribute name="HighlightFill" type="xs:boolean" use="optional" />
<xs:attribute name="BackStyle" type="BackStyle" use="optional" />
<xs:attribute name="Locked" type="xs:boolean" use="optional" />
<xs:attribute name="Visible" type="xs:boolean" use="optional" />
<xs:attribute name="ShowHandles" type="xs:boolean" use="optional" />
<xs:attribute name="Moveable" type="xs:boolean" use="optional" />
<xs:attribute name="Selected" type="xs:boolean" use="optional" />
<xs:attribute name="Sizeable" type="xs:boolean" use="optional" />
<xs:attribute name="HatchStyle" type="HatchStyle" use="optional" />
<xs:attribute name="HatchColor" type="Color" use="optional" />
<xs:attribute name="Fixed" type="xs:boolean" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|