1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="https://procesy5.pl/SE/se-lib/Route/Debug.php.xsd" vc:minVersion="1.1"
- xmlns:p5Al="https://procesy5.pl/alerts"
- xmlns:p5RDbg="https://procesy5.pl/SE/se-lib/Route/Debug.php.xsd"
- xmlns:p5Ui="https://procesy5.pl/SE/se-lib/UI.php.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
- <xs:import namespace="https://procesy5.pl/alerts" schemaLocation="../../../alerts.xsd"/>
- <xs:import namespace="https://procesy5.pl/SE/se-lib/UI.php.xsd" schemaLocation="../UI.php.xsd"/>
- <xs:group name="asd">
- <xs:sequence/>
- </xs:group>
- <xs:complexType name="asd">
- <xs:sequence>
- <xs:element name="asd"/>
- </xs:sequence>
- </xs:complexType>
- <xs:element name="alert">
- <xs:complexType>
- <xs:group ref="p5Ui:alert"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|