BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0
element locale

Properties
This component is not nillable.

Model
<locale
  country = xs:string
  language = xs:string
  variant = xs:string>

</locale>


Attribute Summary
 xs:stringcountry
          
 xs:stringlanguage
          
 xs:stringvariant
          

Attribute Detail

country

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

language

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

variant

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="locale">
<xs:complexType>
<xs:attribute name="language" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="country">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="variant" 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