draw:area-rectangle
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:x | [1..1] | text:coordinate | from group svg:x | |
svg:y | [1..1] | text:coordinate | from group svg:y | |
svg:width | [1..1] | text:length | from group svg:width | |
svg:height | [1..1] | text:length | from group svg:height |
Used in
- Anonymous type of element draw:image-map
Sample instance
<draw:area-rectangle xlink:show="new" svg:x="string" svg:y="string" svg:width="string" svg:height="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-rectangle>