BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0
complexType bookType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}uiControlType (restriction)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}netuixControlType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}presentationControlType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}administeredControlType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}entitledUIControlType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}backableControlType (extension)
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}bookType (extension)

Properties
This component is not nillable.

Model
<...
  active = xs:boolean
  activeImage = xs:string
  backingFile = xs:string
  defaultPage = xs:string
  definitionId = xs:string
  definitionLabel = xs:string
  hidden = xs:boolean
  id = xs:string
  inactiveImage = xs:string
  instanceId = xs:string
  markupName = xs:string
  markupType = xs:string
  offerRemote = xs:boolean
  orientation = xs:string
  packed = xs:boolean
  presentationClass = xs:string
  presentationId = xs:string
  presentationStyle = xs:string
  properties = xs:string
  public = xs:boolean
  returnToDefaultPage = xs:boolean
  rolloverImage = xs:string
  skeletonUri = xs:string
  tagName = xs:string
  title = titleType>
(meta*, titlebar?, (singleLevelMenu | multiLevelMenu | tree)? , toggleButton* , content )
</...>


Nested Element Summary
 content
          
metaTypemeta
          
 multiLevelMenu
          
 singleLevelMenu
          
 titlebar
          
 toggleButton
          
 tree
          

Attribute Summary
 xs:booleanactive
          
 xs:stringactiveImage
          
 xs:stringbackingFile
          
 xs:stringdefaultPage
          
 xs:stringdefinitionId
          
 xs:stringdefinitionLabel
          
 xs:booleanhidden
          
 xs:stringid
          
 xs:stringinactiveImage
          
 xs:stringinstanceId
          
 xs:stringmarkupName
          
 xs:stringmarkupType
          
 xs:booleanofferRemote
          
 xs:stringorientation
          
 xs:booleanpacked
          
 xs:stringpresentationClass
          
 xs:stringpresentationId
          
 xs:stringpresentationStyle
          
 xs:stringproperties
          
 xs:booleanpublic
          
 xs:booleanreturnToDefaultPage
          
 xs:stringrolloverImage
          
 xs:stringskeletonUri
          
 xs:stringtagName
          
 titleTypetitle
          

Attribute Detail

active

Type:
xs:boolean
Use:
optional
Form:
unqualified

activeImage

Type:
xs:string
Use:
optional
Form:
unqualified

backingFile

Type:
xs:string
Use:
optional
Form:
unqualified

defaultPage

Type:
xs:string
Use:
optional
Form:
unqualified

definitionId

Type:
xs:string
Use:
optional
Form:
unqualified

definitionLabel

Type:
based on
with :
Use:
required
Form:
unqualified

hidden

Type:
xs:boolean
Use:
optional
Form:
unqualified

id

Type:
xs:string
Use:
optional
Form:
unqualified

inactiveImage

Type:
xs:string
Use:
optional
Form:
unqualified

instanceId

Type:
xs:string
Use:
optional
Form:
unqualified

markupName

Type:
based on
with :
Use:
required
Form:
unqualified

markupType

Type:
based on
with :
Use:
required
Form:
unqualified

offerRemote

Type:
xs:boolean
Use:
optional
Form:
unqualified

orientation

Type:
xs:string
Use:
optional
Form:
unqualified

packed

Type:
xs:boolean
Use:
optional
Form:
unqualified

presentationClass

Type:
xs:string
Use:
optional
Form:
unqualified

presentationId

Type:
xs:string
Use:
optional
Form:
unqualified

presentationStyle

Type:
xs:string
Use:
optional
Form:
unqualified

properties

Type:
xs:string
Use:
optional
Form:
unqualified

public

Type:
xs:boolean
Use:
optional
Form:
unqualified

returnToDefaultPage

Type:
xs:boolean
Use:
optional
Form:
unqualified

rolloverImage

Type:
xs:string
Use:
optional
Form:
unqualified

skeletonUri

Type:
xs:string
Use:
optional
Form:
unqualified

tagName

Type:
xs:string
Use:
optional
Form:
unqualified

title

Type:
titleType
Use:
required
Form:
unqualified

Source
<xs:complexType name="bookType">
<xs:complexContent>
<xs:extension base="backableControlType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="meta" type="metaType"/>
<xs:element minOccurs="0" ref="titlebar"/>
<xs:choice minOccurs="0">
<xs:element ref="singleLevelMenu"/>
<xs:element ref="multiLevelMenu"/>
<xs:element ref="tree"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="toggleButton"/>
</xs:choice>
<xs:element name="content">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstractWindowChildType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="page"/>
<xs:element ref="pageContent"/>
<xs:element name="theme">
<xs:complexType>
<xs:complexContent>
<xs:extension base="themeType">
<xs:sequence>
<xs:choice>
<xs:element ref="bookContent"/>
<xs:element ref="book"/>
<xs:element ref="page"/>
<xs:element ref="pageContent"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element ref="bookContent"/>
<xs:element ref="book"/>
</xs:choice>
<xs:attribute name="presentationClass" type="xs:string" use="optional"/>
<xs:attribute name="presentationStyle" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="instanceId" type="xs:string"/>
<xs:attribute name="definitionLabel" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="orientation" type="xs:string"/>
<xs:attribute name="packed" type="xs:boolean"/>
<xs:attribute name="title" type="titleType" use="required"/>
<xs:attribute name="active" type="xs:boolean"/>
<xs:attribute name="hidden" type="xs:boolean"/>
<xs:attribute name="defaultPage" type="xs:string"/>
<xs:attribute name="markupName" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="markupType" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Book"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="activeImage" type="xs:string"/>
<xs:attribute name="inactiveImage" type="xs:string"/>
<xs:attribute name="rolloverImage" type="xs:string"/>
<xs:attribute name="returnToDefaultPage" type="xs:boolean"/>
<xs:attribute name="public" type="xs:boolean"/>
<xs:attribute name="offerRemote" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation