3.1.4.1.3.25 mce:LocalizedStringsType Complex Type

The LocalizedStringsType complex type specifies localized information about classification rules for both entity-based and affinity-based rules.<25>

 <xs:complexType name="LocalizedStringsType">
   <xs:sequence>
     <xs:element name="Resource" type="mce:ResourceType" maxOccurs="unbounded">
       <xs:key name="UniqueLangCodeUsedInNamePerResource">
         <xs:selector xpath="mce:Name"/>
         <xs:field xpath="@langcode"/>
       </xs:key>
       <xs:key name="UniqueLangCodeUsedInDescriptionPerResource">
         <xs:selector xpath="mce:Description"/>
         <xs:field xpath="@langcode"/>
       </xs:key>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

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

Element

Type

Description

Resource

mce:ResourceType (section 3.1.4.1.3.49)

Specifies localized information about entity-based and affinity-based based classification rules. Only one Resource element per unique entity or affinity MUST exist, and the language code used in the Name and Description elements of the ResourceType complex type MUST be unique per Resource element.