/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
lib/internal/Magento/Framework/MessageQueue/etc/queue.xsd
31 строка
1010 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 17:47
22 окт 2025, 17:47
1b769b7
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright 2018 Adobe * All Rights Reserved. */ --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:include schemaLocation="urn:magento:framework-message-queue:etc/queue_base.xsd" /> <xs:element name="config"> <xs:annotation> <xs:documentation> @deprecated Deprecated for RabbitMQ connection. </xs:documentation> </xs:annotation> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="broker" type="brokerType"/> </xs:choice> </xs:complexType> <xs:unique name="broker-unique-name"> <xs:selector xpath="broker"/> <xs:field xpath="@topic"/> </xs:unique> <xs:unique name="broker-queue-unique-name"> <xs:selector xpath="broker/queue"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:schema>