2.2.4.2 FeaturedContentType

Specifies a set of ApplicationType elements whose described templates are designed for a common LCID.

 <xs:complexType name="FeaturedContentType">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="application" type="o:ApplicationType"/>
   </xs:sequence>
   <xs:attribute name="lcid" type="xs:int" use="required"/>
 </xs:complexType>

application: A single ApplicationType element.

lcid: The LCID of the set.