ProductLinksData.xml 852 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="OneSimpleProductLink" type="product_links">
  11. <requiredEntity type="product_link">ProductLinkSimple1</requiredEntity>
  12. </entity>
  13. <entity name="OneMoreSimpleProductLink" type="product_links">
  14. <requiredEntity type="product_link">ProductLinkSimple2</requiredEntity>
  15. </entity>
  16. <entity name="TwoSimpleProductLinks" type="product_links">
  17. <array key="items">
  18. <item>ProductLinkSimple1</item>
  19. <item>ProductLinkSimple2</item>
  20. </array>
  21. </entity>
  22. </entities>