BEA WebLogic Server 9.0 Portal Support Schema Reference

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

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}treeType (extension)

Properties
This component is not nillable.

Model
<...
  autoExpandDisplayedNodes = xs:boolean
  autoGenerate = xs:boolean
  closedImage = xs:string
  definitionLabel = xs:string
  docImage = xs:string
  enableClientState = xs:boolean
  id = xs:string
  openImage = xs:string
  packed = xs:boolean
  pagesHaveChildren = xs:boolean
  presentationClass = xs:string
  presentationId = xs:string
  presentationStyle = xs:string
  properties = xs:string
  rootBook = xs:string
  rootNodeClipped = xs:boolean
  skeletonUri = xs:string
  tagName = xs:string>

</...>


Attribute Summary
 xs:booleanautoExpandDisplayedNodes
          
 xs:booleanautoGenerate
          
 xs:stringclosedImage
          
 xs:stringdefinitionLabel
          
 xs:stringdocImage
          
 xs:booleanenableClientState
          
 xs:stringid
          
 xs:stringopenImage
          
 xs:booleanpacked
          
 xs:booleanpagesHaveChildren
          
 xs:stringpresentationClass
          
 xs:stringpresentationId
          
 xs:stringpresentationStyle
          
 xs:stringproperties
          
 xs:stringrootBook
          
 xs:booleanrootNodeClipped
          
 xs:stringskeletonUri
          
 xs:stringtagName
          

Attribute Detail

autoExpandDisplayedNodes

Type:
xs:boolean
Use:
optional
Form:
unqualified

autoGenerate

Type:
xs:boolean
Use:
optional
Form:
unqualified

closedImage

Type:
xs:string
Use:
optional
Form:
unqualified

definitionLabel

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

docImage

Type:
xs:string
Use:
optional
Form:
unqualified

enableClientState

Type:
xs:boolean
Use:
optional
Form:
unqualified

id

Type:
xs:string
Use:
optional
Form:
unqualified

openImage

Type:
xs:string
Use:
optional
Form:
unqualified

packed

Type:
xs:boolean
Use:
optional
Form:
unqualified

pagesHaveChildren

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

rootBook

Type:
xs:string
Use:
optional
Form:
unqualified

rootNodeClipped

Type:
xs:boolean
Use:
optional
Form:
unqualified

skeletonUri

Type:
xs:string
Use:
optional
Form:
unqualified

tagName

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="treeType">
<xs:complexContent>
<xs:extension base="presentationControlType">
<xs:attribute name="definitionLabel" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rootBook" type="xs:string"/>
<xs:attribute name="autoExpandDisplayedNodes" type="xs:boolean"/>
<xs:attribute name="enableClientState" type="xs:boolean"/>
<xs:attribute name="pagesHaveChildren" type="xs:boolean"/>
<xs:attribute name="rootNodeClipped" type="xs:boolean"/>
<xs:attribute name="autoGenerate" type="xs:boolean"/>
<xs:attribute name="closedImage" type="xs:string"/>
<xs:attribute name="openImage" type="xs:string"/>
<xs:attribute name="docImage" type="xs:string"/>
<xs:attribute name="packed" 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