BEA WebLogic Server 9.0 Portal Support Schema Reference

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

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

Properties
This component is not nillable.

Model
<...
  backingFile = xs:string
  definitionId = xs:string
  definitionLabel = xs:string
  id = xs:string
  markupName = xs:string
  markupType = xs:string
  presentationClass = xs:string
  presentationId = xs:string
  presentationStyle = xs:string
  properties = xs:string
  skeletonUri = xs:string
  tagName = xs:string
  title = titleType
  treeOptimizationEnabled = xs:boolean>
(lookAndFeel, shell )
</...>


Nested Element Summary
 lookAndFeel
          
 shell
          

Attribute Summary
 xs:stringbackingFile
          
 xs:stringdefinitionId
          
 xs:stringdefinitionLabel
          
 xs:stringid
          
 xs:stringmarkupName
          
 xs:stringmarkupType
          
 xs:stringpresentationClass
          
 xs:stringpresentationId
          
 xs:stringpresentationStyle
          
 xs:stringproperties
          
 xs:stringskeletonUri
          
 xs:stringtagName
          
 titleTypetitle
          
 xs:booleantreeOptimizationEnabled
          

Attribute Detail

backingFile

Type:
xs:string
Use:
optional
Form:
unqualified

definitionId

Type:
xs:string
Use:
optional
Form:
unqualified

definitionLabel

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

id

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

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

skeletonUri

Type:
xs:string
Use:
optional
Form:
unqualified

tagName

Type:
xs:string
Use:
optional
Form:
unqualified

title

Type:
titleType
Use:
required
Form:
unqualified

treeOptimizationEnabled

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:complexType name="desktopType">
<xs:complexContent>
<xs:extension base="entitledUIControlType">
<xs:sequence>
<xs:element ref="lookAndFeel"/>
<xs:element ref="shell"/>
</xs:sequence>
<xs:attribute name="title" type="titleType" use="required"/>
<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="Desktop"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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="backingFile" type="xs:string"/>
<xs:attribute name="treeOptimizationEnabled" 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