<?xml version='1.0'?>

<Schema xmlns='urn:schemas-microsoft-com:xml-data'
        xmlns:sql='urn:schemas-microsoft-com:xml-sql'>

 <ElementType name='Title' content="textOnly"/>
 <ElementType name='Summary' content="textOnly"/>

 <ElementType name='Descriptions'>

  <AttributeType name='PackageID' />
  <AttributeType name='Lang'/>
  <AttributeType name='Status'/>

  <attribute type='PackageID' />
  <attribute type='Lang'/>
  <attribute type='Status' />
  <element type='Title'/>
  <element type='Summary'/>

 </ElementType>

</Schema>