File: xml.xsd

package info (click to toggle)
scons-doc 2.5.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 37,000 kB
  • ctags: 8,642
  • sloc: xml: 195,697; python: 60,955; sh: 1,391; ruby: 229; perl: 124; makefile: 68; cpp: 2
file content (15 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
           elementFormDefault="qualified"
           targetNamespace="http://www.w3.org/XML/1998/namespace">
  <xs:import schemaLocation="scons.xsd"/>
  <xs:attribute name="base"/>
  <xs:attribute name="space">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="preserve"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="lang" type="xs:NMTOKEN"/>
</xs:schema>