draw:object
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
Schema document: draw.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
draw:notify-on-update-of-ranges | [0..1] | text:string | from group text:draw-object-attlist | |
xlink:href | [0..1] | text:anyURI | ||
xlink:type | [0..1] | Anonymous | Default value is "simple". | |
xlink:show | [1..1] | Anonymous | from group xlink:show | |
xlink:actuate | [1..1] | Anonymous | from group xlink:actuate1 |
Used in
- Anonymous type of element draw:frame
Sample instance
<draw:object xlink:show="embed" xlink:actuate="onLoad"> <office:document office:mimetype="string"> <office:meta> <dc:title>string</dc:title> </office:meta> <office:settings> <config:config-item-set config:name="string">... </config:config-item-set> </office:settings> <office:scripts> <office:script script:language="string">Any text, intermingled with: <!--any element--> </office:script> <office:event-listeners>... </office:event-listeners> </office:scripts> <office:font-face-decls> <style:font-face style:name="string">... </style:font-face> </office:font-face-decls> <office:styles> <style:style style:family="text" style:name="NCName">... </style:style> </office:styles> <office:automatic-styles> <style:style style:family="text" style:name="NCName">... </style:style> </office:automatic-styles> <office:master-styles> <style:master-page style:name="NCName" style:page-layout-name="NCName">... </style:master-page> </office:master-styles> <office:body> <office:text>... </office:text> </office:body> </office:document> </draw:object>