import_merged.xsd 812 B

1234567891011121314151617181920
  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. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  9. <xs:redefine schemaLocation="urn:magento:module:Magento_ImportExport:etc/import.xsd">
  10. <xs:complexType name="entityDeclaration">
  11. <xs:complexContent>
  12. <xs:restriction base="entityDeclaration">
  13. <xs:attribute name="label" type="xs:string" use="required" />
  14. <xs:attribute name="model" type="modelName" use="required" />
  15. <xs:attribute name="behaviorModel" type="modelName" use="required" />
  16. </xs:restriction>
  17. </xs:complexContent>
  18. </xs:complexType>
  19. </xs:redefine>
  20. </xs:schema>