BEA WebLogic Server 9.0 Portal Support Schema Reference

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

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

Properties
This component is not nillable.

Model
<...
  defaultWindowIcon = xs:string
  defaultWindowIconPath = xs:string
  definitionId = xs:string
  definitionLabel = xs:string
  description = xs:string
  id = xs:string
  markupName = xs:string
  markupType = xs:string
  relativeBaseSkinImagesPath = xs:string
  skeleton = xs:string
  skeletonPath = xs:string
  skin = xs:string
  skinPath = xs:string
  title = titleType>

</...>


Attribute Summary
 xs:stringdefaultWindowIcon
          
 xs:stringdefaultWindowIconPath
          
 xs:stringdefinitionId
          
 xs:stringdefinitionLabel
          
 xs:stringdescription
          
 xs:stringid
          
 xs:stringmarkupName
          
 xs:stringmarkupType
          
 xs:stringrelativeBaseSkinImagesPath
          
 xs:stringskeleton
          
 xs:stringskeletonPath
          
 xs:stringskin
          
 xs:stringskinPath
          
 titleTypetitle
          

Attribute Detail

defaultWindowIcon

Type:
xs:string
Use:
optional
Form:
unqualified

defaultWindowIconPath

Type:
xs:string
Use:
optional
Form:
unqualified

definitionId

Type:
xs:string
Use:
optional
Form:
unqualified

definitionLabel

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

description

Type:
xs:string
Use:
optional
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

relativeBaseSkinImagesPath

Type:
xs:string
Use:
optional
Form:
unqualified

skeleton

Type:
xs:string
Use:
optional
Form:
unqualified

skeletonPath

Type:
xs:string
Use:
optional
Form:
unqualified

skin

Type:
xs:string
Use:
optional
Form:
unqualified

skinPath

Type:
xs:string
Use:
optional
Form:
unqualified

title

Type:
titleType
Use:
optional
Form:
unqualified

Source
<xs:complexType name="lookAndFeelType">
<xs:complexContent>
<xs:extension base="netuixControlType">
<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="defaultWindowIcon" type="xs:string"/>
<xs:attribute name="defaultWindowIconPath" type="xs:string"/>
<xs:attribute name="relativeBaseSkinImagesPath" type="xs:string"/>
<xs:attribute name="skeleton" type="xs:string"/>
<xs:attribute name="skeletonPath" type="xs:string"/>
<xs:attribute name="skin" type="xs:string"/>
<xs:attribute name="skinPath" type="xs:string"/>
<xs:attribute name="markupType" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LookAndFeel"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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="definitionId" type="xs:string"/>
<xs:attribute name="title" type="titleType"/>
<xs:attribute name="description" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation