File: indirect-import-b.xsd

package info (click to toggle)
qtxmlpatterns-opensource-src 5.7.1~20161021-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,672 kB
  • ctags: 10,020
  • sloc: cpp: 90,237; xml: 1,656; ansic: 388; sh: 88; sed: 31; makefile: 27
file content (4 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (22)
1
2
3
4
<?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/test2">
    <xsd:import schemaLocation="indirect-datatype.xsd" namespace="http://qt.nokia.com/test" />
</xsd:schema>