BEA WebLogic Server 9.0 Portal Support Schema Reference

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

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}metaType (restriction)

Documentation
            Meta data
            
Properties
This component is not nillable.

Model
<...
  content = xs:string
  name = xs:string
  separator = xs:string>

</...>


Attribute Summary
 xs:stringcontent
          
 xs:stringname
          
 xs:stringseparator
          

Attribute Detail

content

Type:
xs:string
Use:
required
Form:
unqualified

name

Type:
xs:string
Use:
required
Form:
unqualified

separator

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

Source
<xs:complexType name="metaType">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="content" type="xs:string" use="required"/>
<xs:attribute name="separator" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation