OSDN Git Service

2.102.2版リリース準備
[mikutoga/TogaGem.git] / src / main / resources / jp / sourceforge / mikutoga / xml / resources / xmlspace.xsd
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <xsd:schema
4     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5     targetNamespace="http://www.w3.org/XML/1998/namespace"
6 >
7
8     <xsd:annotation>
9         <xsd:documentation>
10             Only for using "xml:space" in XML schema definition.
11             See
12             http://www.w3.org/2001/xml.xsd
13             http://www.w3.org/2009/01/xml.xsd
14         </xsd:documentation>
15     </xsd:annotation>
16
17     <xsd:attribute name="space">
18
19         <xsd:annotation>
20             <xsd:documentation>
21                 about xml:space attribute
22             </xsd:documentation>
23         </xsd:annotation>
24
25         <xsd:simpleType>
26             <xsd:restriction base="xsd:NCName">
27                 <xsd:enumeration value="default"/>
28                 <xsd:enumeration value="preserve"/>
29             </xsd:restriction>
30         </xsd:simpleType>
31
32     </xsd:attribute>
33
34 </xsd:schema>
35
36
37 <!-- EOF -->