3.1.4.1.3.24 mce:LocalizedDetailsType Complex Type

The LocalizedDetailsType complex type specifies the localized information about a rule pack.<24>

 <xs:complexType name="LocalizedDetailsType">
   <xs:sequence>
     <xs:element name="PublisherName" type="mce:NameType"/>
     <xs:element name="Name" type="mce:RulePackNameType"/>
     <xs:element name="Description" type="mce:OptionalNameType"/>
   </xs:sequence>
   <xs:attribute name="langcode" type="mce:LangType" use="required"/>
 </xs:complexType>

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

Element

Type

Description

PublisherName

mce:NameType (section 3.1.4.1.4.4)

Specifies the name of the rules pack publisher.

Name

mce:RulePackNameType (section 3.1.4.1.4.13)

Specifies the name of a rule pack.

Description

mce:OptionalNameType (section 3.1.4.1.4.5)

Specifies the rule pack description.

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

Attribute

Type

Description

langcode

mce:LangType (section 3.1.4.1.4.2)

Specifies the language identifier for the LocalizedDetailsType complex type.