File: indirect-redefine-a.xsd

package info (click to toggle)
qtxmlpatterns-opensource-src 5.3.2-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 17,820 kB
  • sloc: cpp: 90,014; xml: 1,662; ansic: 387; sh: 132; sed: 31; makefile: 20
file content (5 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (11)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://qt.nokia.com/test" targetNamespace="http://qt.nokia.com/test">
    <xsd:redefine schemaLocation="indirect-redefine-b.xsd" />
    <xsd:redefine schemaLocation="indirect-redefine-c.xsd" />
</xsd:schema>