Debug.php.xsd 996 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. targetNamespace="https://procesy5.pl/SE/se-lib/Route/Debug.php.xsd" vc:minVersion="1.1"
  4. xmlns:p5Al="https://procesy5.pl/alerts"
  5. xmlns:p5RDbg="https://procesy5.pl/SE/se-lib/Route/Debug.php.xsd"
  6. xmlns:p5Ui="https://procesy5.pl/SE/se-lib/UI.php.xsd"
  7. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
  8. <xs:import namespace="https://procesy5.pl/alerts" schemaLocation="../../../alerts.xsd"/>
  9. <xs:import namespace="https://procesy5.pl/SE/se-lib/UI.php.xsd" schemaLocation="../UI.php.xsd"/>
  10. <xs:group name="asd">
  11. <xs:sequence/>
  12. </xs:group>
  13. <xs:complexType name="asd">
  14. <xs:sequence>
  15. <xs:element name="asd"/>
  16. </xs:sequence>
  17. </xs:complexType>
  18. <xs:element name="alert">
  19. <xs:complexType>
  20. <xs:group ref="p5Ui:alert"/>
  21. </xs:complexType>
  22. </xs:element>
  23. </xs:schema>