BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0
element root

Documentation
When defining a portal file there should be a single netuix:desktop node as the child of the root node.  When defining a portlet file there should be a single concrete netuix:abstractPortlet node as the child of the root node.
            
Properties
This component is not nillable.

Model
<root
  {any attribute from the namespaces }>
((any element from namespace http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0)*, (desktop | abstractPortlet | book | page | theme) )
</root>


Nested Element Summary
 abstractPortlet
          
 book
          
 desktop
          
 page
          
 theme
          

Attribute Summary

Attribute Detail
Source
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"/>
<xs:choice>
<xs:element ref="netuix:desktop"/>
<xs:element ref="netuix:abstractPortlet"/>
<xs:element ref="netuix:book"/>
<xs:element ref="netuix:page"/>
<xs:element ref="netuix:theme"/>
</xs:choice>
</xs:sequence>
<xs:anyAttribute/>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation