3.1.4.1.3.13 mce:DescriptionType Complex Type

The DescriptionType complex type specifies the description of a localized resource string.<14>

 <xs:complexType name="DescriptionType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="default" type="xs:boolean" default="false"/>
       <xs:attribute name="langcode" type="mce:LangType" use="required"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

The following table lists the attributes of the DescriptionType complex type.

Attribute

Type

Description

default

xs:boolean ([XMLSCHEMA2] section 3.2.2)

Specifies the rule pack identifier. This attribute has a default value of "false".

langcode

mce:LangType (section 3.1.4.1.4.2)

Specifies the language identifier, as specified in [RFC4646]. This attribute MUST be present.