3.1.4.1.3.23 localeType Complex Type

The localeType complex type specifies the unique identifier of a keyword-based text processor.<23>

 <xs:complexType name="localeType">
   <xs:sequence>
     <xs:element name="complianceNoteUrl" type="xs:anyURI" nillable="true" />
     <xs:element name="text1" type="xs:string" />
     <xs:element name="text2" type="xs:string" />
     <xs:element name="overrideText" type="xs:string" />
     <xs:element name="text3" type="xs:string"  />
   </xs:sequence>
   <xs:attribute name="name" type="xs:language" use="required" />
 </xs:complexType>

The following table lists the child elements of the localeType complex type.

Element

Type

Description

complianceNoteUrl

xs:anyURI ([XMLSCHEMA2] section 3.2.17)

Specifies the URL of a compliance note.

text1

xs:string ([XMLSCHEMA2] section 3.2.1)

This element is not used.

text2

xs:string

Specifies a policy tip message.

overrideText

xs:string

This element is not used.

text3

xs:string

This element is not used.

The following table lists the attribute of the localeType complex type.

Attribute

Type

Description

name

xs:language ([XMLSCHEMA2] section 3.3.3)

Specifies the language identifier for the localeType complex type.