BEA WebLogic Server 9.0 Portal Support Schema Reference

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

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

Properties
This component is not nillable.

Model
<...
  align = xs:string
  definitionId = xs:string
  description = 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>
toggleButton*
</...>


Nested Element Summary
 toggleButton
          

Attribute Summary
 xs:stringalign
          
 xs:stringdefinitionId
          
 xs:stringdescription
          
 xs:stringid
          
 xs:stringmarkupName
          
 xs:stringmarkupType
          
 xs:stringpresentationClass
          
 xs:stringpresentationId
          
 xs:stringpresentationStyle
          
 xs:stringproperties
          
 xs:stringskeletonUri
          
 xs:stringtagName
          
 titleTypetitle
          

Attribute Detail

align

Type:
xs:string
Use:
optional
Form:
unqualified

definitionId

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

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:
optional
Form:
unqualified

Source
<xs:complexType name="singleLevelMenuType">
<xs:complexContent>
<xs:extension base="administeredControlType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="toggleButton"/>
</xs:choice>
<xs:attribute name="align" 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="Menu"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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