File: xml.xsd

package info (click to toggle)
xml2rfc 1.36-5
  • links: PTS
  • area: non-free
  • in suites: wheezy
  • size: 7,416 kB
  • sloc: xml: 25,141; sh: 14,496; tcl: 2,189; makefile: 142; 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>