BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

http://www.bea.com/servers/portal/weblogic-portal/8.0
element parent-meta-location

Documentation

Defines one more more controls to extend using metadata.

Extensions by metadata are not implemented for this release.

Properties
This component is not nillable.

Model
<parent-meta-location
  content = xs:string
  name = xs:string
  separator = xs:string : ;>

</parent-meta-location>


Attribute Summary
 xs:stringcontent
          

Extensions by metadata are not implemented for this release.

 
 xs:stringname
          

Extensions by metadata are not implemented for this release.

 
 xs:stringseparator
          

Extensions by metadata are not implemented for this release.

 

Attribute Detail

content

Extensions by metadata are not implemented for this release.

Type:
xs:string
Use:
required
Form:
unqualified

name

Extensions by metadata are not implemented for this release.

Type:
xs:string
Use:
required
Form:
unqualified

separator

Extensions by metadata are not implemented for this release.

Type:
based on
with :
Default:
;
Use:
optional
Form:
unqualified

Source
<xs:element name="parent-meta-location">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="content" type="xs:string" use="required">
</xs:attribute>
<xs:attribute default=";" name="separator" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation