3.1.4.1.3.14 mce:DetailsType Complex Type

The DetailsType complex type specifies the localized description of a rule pack.<15>

 <xs:complexType name="DetailsType">
   <xs:sequence>
     <xs:element name="LocalizedDetails" type="mce:LocalizedDetailsType" 
         maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="defaultLangCode" type="mce:LangType" use="required"/>
 </xs:complexType>.

The following table lists the child element of the DetailsType complex type.

Element

Type

Description

LocalizedDetails

mce:LocalizedDetailsType (section 3.1.4.1.3.24)

Specifies the localized information about a rule pack (section 3.1.4.1.3.52).

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

Attribute

Type

Description

defaultLangCode

mce:LangType (section 3.1.4.1.4.2)

Specifies the language identifier, as specified in [RFC4646], that MUST be used if the requested localized rule pack information is not available. This attribute MUST be present.