ac:link
Link
Element Information
Namespace: http://www.atlassian.com/schema/confluence/4/ac/
Schema Document: confluence.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Sequence
[1..1]
- Choice
[0..1]
- ri:page Confluence page
- ri:blog-post Confluence blog post
- ri:attachment Confluence attachment
- ri:url URL
- ri:shortcut Shortcut
- ri:user Confluence user
- ri:space Confluence space
- ri:content-entity Content entity
- Choice
[0..1]
- ac:link-body Link body. A link can contain only one (either rich or plain text) body.
- ac:plain-text-link-body Plain text link body. A link can contain only one (either rich or plain text) body.
from group ri:confluence.ri - Choice
[0..1]
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| ac:anchor | [0..1] | xsd:string | ||
| ac:tooltip | [0..1] | xsd:string |
Used In
- Group ac:confluence.ac.inline
- Anonymous type of element a via reference to ac:confluence.ac.inline
- Anonymous type of element h1 via reference to ac:confluence.ac.inline
- Anonymous type of element h2 via reference to ac:confluence.ac.inline
- Anonymous type of element h3 via reference to ac:confluence.ac.inline
- Anonymous type of element h4 via reference to ac:confluence.ac.inline
- Anonymous type of element h5 via reference to ac:confluence.ac.inline
- Anonymous type of element h6 via reference to ac:confluence.ac.inline
- Anonymous type of element li via reference to ac:confluence.ac.inline
- Anonymous type of element p via reference to ac:confluence.ac.inline
- Anonymous type of element span via reference to ac:confluence.ac.inline
- Anonymous type of element td via reference to ac:confluence.ac.inline
- Anonymous type of element th via reference to ac:confluence.ac.inline
- Type a.content via reference to ac:confluence.ac.inline
- Type Flow via reference to ac:confluence.ac.inline (Elements del, ac:rich-text-body, ac:link-body)
- Type Inline via reference to ac:confluence.ac.inline (Elements em, strong, code, cite, sub, sup, i, b, big, small, u, s)
Sample Instance
<ac:link>Any text, intermingled with: <ri:page ri:content-title="string"/> <ac:link-body>Any text, intermingled with: <p>Any text, intermingled with: <a>Any text, intermingled with:... </a> </p> </ac:link-body> </ac:link>