BEA WebLogic Server 9.0 Portal Support Schema Reference

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

Properties
This component is not nillable.

Model
<directive.page
  autoFlush = xs:boolean
  buffer = xs:string
  contentType = xs:string
  errorPage = xs:string
  extends = xs:string
  import = xs:string
  info = xs:string
  isErrorPage = xs:boolean
  isThreadSafe = xs:boolean
  language = xs:string
  pageEncoding = xs:string
  session = xs:boolean>

</directive.page>


Attribute Summary
 xs:booleanautoFlush
          
 xs:stringbuffer
          
 xs:stringcontentType
          
 xs:stringerrorPage
          
 xs:stringextends
          
 xs:stringimport
          
 xs:stringinfo
          
 xs:booleanisErrorPage
          
 xs:booleanisThreadSafe
          
 xs:stringlanguage
          
 xs:stringpageEncoding
          
 xs:booleansession
          

Attribute Detail

autoFlush

Type:
xs:boolean
Use:
optional
Form:
unqualified

buffer

Type:
xs:string
Use:
optional
Form:
unqualified

contentType

Type:
xs:string
Use:
optional
Form:
unqualified

errorPage

Type:
xs:string
Use:
optional
Form:
unqualified

extends

Type:
xs:string
Use:
optional
Form:
unqualified

import

Type:
xs:string
Use:
optional
Form:
unqualified

info

Type:
xs:string
Use:
optional
Form:
unqualified

isErrorPage

Type:
xs:boolean
Use:
optional
Form:
unqualified

isThreadSafe

Type:
xs:boolean
Use:
optional
Form:
unqualified

language

Type:
xs:string
Use:
optional
Form:
unqualified

pageEncoding

Type:
xs:string
Use:
optional
Form:
unqualified

session

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element name="directive.page">
<xs:complexType>
<xs:attribute name="language" type="xs:string"/>
<xs:attribute name="extends" type="xs:string"/>
<xs:attribute name="import" type="xs:string"/>
<xs:attribute name="session" type="xs:boolean"/>
<xs:attribute name="buffer" type="xs:string"/>
<xs:attribute name="autoFlush" type="xs:boolean"/>
<xs:attribute name="isThreadSafe" type="xs:boolean"/>
<xs:attribute name="info" type="xs:string"/>
<xs:attribute name="errorPage" type="xs:string"/>
<xs:attribute name="isErrorPage" type="xs:boolean"/>
<xs:attribute name="contentType" type="xs:string"/>
<xs:attribute name="pageEncoding" type="xs:string"/>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation