<mx:XboxStore> Element

Collection of elements specifying products related to a downloadable content package.

Syntax

<mx:XboxStore >
</mx:XboxStore>  

Element information

Parent elements <mx:PackageExtension Category=”xbox.store”>
Child elements mx:RelatedProducts, mx:TrialLicense

Example

<Extensions>
  <mx:PackageExtension Category="xbox.store">
    <mx:XboxStore>
      <mx:RelatedProducts>
        <mx:RelatedProduct Id="0eafd21d-2911-4be5-95fb-6dc0b50b6152" />
        <mx:RelatedProduct Id="00000000-0000-0000-0000-000000000000" />
      </mx:RelatedProducts>
    </mx:XboxStore>
  </mx:PackageExtension>
</Extensions>