BEA WebLogic Server 9.2 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
element col

Model
<col
  _onclick = {string}
  _ondblclick = {string}
  _onkeydown = {string}
  _onkeypress = {string}
  _onkeyup = {string}
  _onmousedown = {string}
  _onmousemove = {string}
  _onmouseout = {string}
  _onmouseover = {string}
  _onmouseup = {string}
  align = "left" | "center" | "right" | "justify" | "character"
  character = {string: length = 1}
  charoff = {string}
  cssClass = NMTOKENS
  dir = "ltr" | "rtl"
  htmlId = ID
  lang = {language: pattern = ([a-zA-Z]{1,8})(-[a-zA-Z0-9]{1,8})*}
  lang = language | ""
  span = {nonNegativeInteger: value ≥ 0} : "1"
  style = {string}
  title = {string}
  valign = "top" | "middle" | "bottom" | "baseline"
  width = {string}
/>
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 a child of the following elements: table, colgroup.
Documentation
      col elements define the alignment properties for cells in
      one or more columns.

      The width attribute specifies the width of the columns, e.g.

          width=64        width in screen pixels
          width=0.5*      relative width of 0.5

      The span attribute causes the attributes of one
      col element to apply to more than one column.
      

Attribute Summary
Script_onclick
           
Script_ondblclick
           
Script_onkeydown
           
Script_onkeypress
           
Script_onkeyup
           
Script_onmousedown
           
Script_onmousemove
           
Script_onmouseout
           
Script_onmouseover
           
Script_onmouseup
           
annonymous type derived from tokenalign
           
Charactercharacter
           
Lengthcharoff
           
NMTOKENScssClass
           
annonymous type derived from tokendir
           
IDhtmlId
           
LanguageCodelang
           
union of (language | annonymous type derived from string)lang
          Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. 
Numberspan
           
StyleSheetstyle
           
Texttitle
           
annonymous type derived from tokenvalign
           
MultiLengthwidth
           

Attribute Detail

_onclick

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_ondblclick

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onkeydown

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onkeypress

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onkeyup

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onmousedown

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onmousemove

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onmouseout

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onmouseover

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

_onmouseup

Definition

Defined with global type Script

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

align

Model
"left" | "center" | "right" | "justify" | "character"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse
Enumeration Facet
"left", "center", "right", "justify", "character"

character

Definition

Defined with global type Character

Model
{string: length = 1}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, finit value space
White Space Processing
collapse

charoff

Definition

Defined with global type Length

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

cssClass

Definition

Defined with global type NMTOKENS

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse
Type
NMTOKENS

dir

Model
"ltr" | "rtl"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse
Enumeration Facet
"ltr", "rtl"

htmlId

Definition

Defined with global type ID

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

lang

Definition

Defined with global type LanguageCode

Model
{language: pattern = ([a-zA-Z]{1,8})(-[a-zA-Z0-9]{1,8})*}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

lang

Definition

Defined as global attribute lang

Documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Model
language | ""
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse
Type
Union of Types
languagelanguage
annonymous type derived from string
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
preserve
Enumeration Facet
""

span

Definition

Defined with global type Number

Model
{nonNegativeInteger: value ≥ 0}
Default Value
"1"
Attribute Usage
optional
Fundamental Facets
equality, numeric, unbounded, totaly ordered, countable infinite value space
White Space Processing
collapse

style

Definition

Defined with global type StyleSheet

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

title

Definition

Defined with global type Text

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

valign

Model
"top" | "middle" | "bottom" | "baseline"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse
Enumeration Facet
"top", "middle", "bottom", "baseline"

width

Definition

Defined with global type MultiLength

Model
{string}
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

BEA WebLogic Server 9.2 Portal Support Schema Reference

Version: 9.2