<mx:RelatedProducts> Element

Collection of products related to a downloadable content package.

Syntax

<mx:RelatedProducts >
</mx:RelatedProducts>  

Element information

Parent elements mx:XboxStore
Child elements mx:RelatedProduct

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>