BEA WebLogic Server 10.0 NetUI Extensions Schema Reference

http://www.bea.com/servers/portal/weblogic-portal/8.0
element book-insertion-point

Model
<book-insertion-point
  action = "insert" | "append" | "replace" : "append"
  page-label = {string: pattern = (\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*}
/>
Disallowed substitutions (block)
none (extensions, restrictions and substitutions are allowed)
Substitution group exclusion (final)
none (extensions and restrictions are allowed)
Content Type
empty, not nillable.
Usage
This element can be the root element of XML instance documents.
This element can be the child of element book-location.
Documentation

Identifies a location within a book to place an extension. Also specifies whether the extension adds a control to the book or replaces an existing control.

If you do not specify a location, the extension will be added to the end of the page.


Attribute Summary
annonymous type derived from stringaction
          

Specifies that the extension should be located before (above or to the left, depending on settings in the Look and Feel) the page that you identified in the "page-label" attribute (insert), after the page (append), or replace the page (replace).

 
annonymous type derived from stringpage-label
          

Identifies the page that an extension is to replace or be positioned next to.

 

Attribute Detail

action

Documentation

Specifies that the extension should be located before (above or to the left, depending on settings in the Look and Feel) the page that you identified in the "page-label" attribute (insert), after the page (append), or replace the page (replace).

This attribute is ignored if you do not include the "page-label" attribute

Model
"insert" | "append" | "replace"
Default Value
"append"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
preserve
Enumeration Facet
"insert", "append", "replace"

page-label

Documentation

Identifies the page that an extension is to replace or be positioned next to.

If you do not include this attribute, then the extension will be placed at the end of the page.

Model
{string: pattern = (\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
preserve
Pattern Facet
(\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*

BEA WebLogic Server 10.0 NetUI Extensions Schema Reference

Version: 10.0