3.1.4.1.3.49 mce:ResourceType Complex Type

The ResourceType complex type specifies the localized names and descriptions of a classification rule.<42>

 <xs:complexType name="ResourceType">
   <xs:sequence>
     <xs:element name="Name" type="mce:ResourceNameType" maxOccurs="unbounded"/>
     <xs:element name="Description" type="mce:DescriptionType" minOccurs="0" 
         maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="idRef" type="mce:GuidType" use="required"/>
 </xs:complexType>

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

Element

Type

Description

Name

mce:ResourceNameType (section 3.1.4.1.3.48)

Specifies a localized resource name.

Description

mce:DescriptionType (section 3.1.4.1.3.13)

Specifies a localized resource description. A Resource element, as specified in section 3.1.4.1.3.25, of type ResourceType MUST have only one Description element with a value default attribute set to the value of true.

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

Attribute

Type

Description

idRef

mce:GuidType (section 3.1.4.1.4.1)

Specifies the classification rule identifier that this resource represents.