BEA WebLogic Server 9.0 NetUI Extensions Schema Reference

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

Documentation

Defines a single control to extend based on the control's label.

Each control is identified by a unique label. This element selects the control that contains the label you specify.

Properties
This component is not nillable.

Model
<parent-label-location
  label = xs:string>

</parent-label-location>


Attribute Summary
 xs:stringlabel
          

The name of an existing control label.

 

Attribute Detail

label

The name of an existing control label.

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

Source
<xs:element name="parent-label-location">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:attribute name="label" 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: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