File: xml.xsd

package info (click to toggle)
xml2rfc 1.35-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 7,092 kB
  • ctags: 2,352
  • sloc: xml: 23,933; sh: 14,088; tcl: 2,189; makefile: 131; perl: 99
file content (13 lines) | stat: -rwxr-xr-x 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="rfc2629.xsd"/>
  <xs:attribute name="lang" type="ATEXT"/>
  <xs:attribute name="space">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="default"/>
        <xs:enumeration value="preserve"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:schema>