draw:area-circle
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
Schema document: draw.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- svg:title [0..1]
- svg:desc [0..1]
- office:event-listeners [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:href | [0..1] | text:anyURI | from group text:common-draw-area-attlist | |
xlink:type | [0..1] | Anonymous | Default value is "simple". from group text:common-draw-area-attlist | |
office:target-frame-name | [0..1] | text:targetFrameName | from group text:common-draw-area-attlist | |
xlink:show | [1..1] | Anonymous | from group xlink:show1 | |
office:name | [0..1] | text:string | from group text:common-draw-area-attlist | |
draw:nohref | [0..1] | Anonymous | from group text:common-draw-area-attlist | |
svg:cx | [1..1] | text:coordinate | ||
svg:cy | [1..1] | text:coordinate | ||
svg:r | [1..1] | text:length |
Used in
- Anonymous type of element draw:image-map
Sample instance
<draw:area-circle xlink:show="new" svg:cx="string" svg:cy="string" svg:r="string"> <svg:title>string</svg:title> <svg:desc>string</svg:desc> <office:event-listeners> <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/> </office:event-listeners> </draw:area-circle>