<!ATTLIST POLYGON color CDATA #IMPLIED borderColor CDATA #IMPLIED> |
Attribute | Mand. | Description | Default |
color | no | Filling color of the polygon. | |
borderColor | no | Border color of the polygon. |
<!ELEMENT POLYGON (POINT+)> |
Element | Mand. | Mult. | Description |
POINT | yes | yes | Set of points defining the polygon. |