add files

This commit is contained in:
ChiKyun Kim
2025-09-09 13:59:12 +09:00
parent e94b06888d
commit 747aabe224
791 changed files with 3888723 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XML Document -->
<nsp:personnel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.pok.xyz.com XMLSample.xsd" xmlns:nsp="http://www.pok.xyz.com">
<person id="Boss" >
<nss:name xmlns:nss="http://www.svl.xyz.com">
<nsp:family>Smith</nsp:family>
<nss:given>Bill</nss:given>
</nss:name>
<email>smith@foo.com</email>
<YearsOfService>20</YearsOfService>
<weight>175.4</weight>
<birthday>1955-03-24</birthday>
<nsp:link nsp:subordinates="worker"/>
</person>
<person xmlns="http://www.dft1.xyz.com" id="worker">
<name>
<family xmlns="http://www.dft2.xyz.com">Jones</family>
<given xmlns="">Bill</given>
</name>
<email>jones@foo.com</email>
<YearsOfService>15</YearsOfService>
<weight>175.4</weight>
<birthday>1968-07-16</birthday>
<link manager="Boss"/>
</person>
<person id="worker">
<name xmlns:nsp="http://www.abc.xyz.com">
<nsp:family>Jones</nsp:family>
<given>Sam</given>
</name>
<email>sjones@foo.com</email>
<YearsOfService>20</YearsOfService>
<weight>189.2</weight>
<birthday>1959-01-26</birthday>
<link manager="Boss"/>
</person>
</nsp:personnel>
<!--
was originally in front of the second person... has to be changed.. otherwise false gramme step.. to check!!!
A second comment in this Sample XML Document
-->

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:nsp="http://www.pok.xyz.com" xmlns:ns1="http://www.dft2.xyz.com" xmlns:ns2="http://www.abc.xyz.com" xmlns:ns3="http://www.dft1.xyz.com" xmlns:nss="http://www.svl.xyz.com">
<xs:import namespace="http://www.abc.xyz.com" schemaLocation="ns2.xsd"/>
<xs:import namespace="http://www.dft1.xyz.com" schemaLocation="ns3.xsd"/>
<xs:import namespace="http://www.dft2.xyz.com" schemaLocation="ns1.xsd"/>
<xs:import namespace="http://www.pok.xyz.com" schemaLocation="nsp.xsd"/>
<xs:import namespace="http://www.svl.xyz.com" schemaLocation="nss.xsd"/>
<xs:element name="person">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="name"/>
<xs:element ref="nss:name"/>
</xs:choice>
<xs:element ref="email"/>
<xs:element ref="YearsOfService"/>
<xs:element ref="weight"/>
<xs:element ref="birthday"/>
<xs:choice>
<xs:element ref="link"/>
<xs:element ref="nsp:link"/>
</xs:choice>
</xs:sequence>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XML Document with *weired* prefixes NS declarations -->
<nsp:personnel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.pok.xyz.com XMLSample.xsd" xmlns:nsp="http://www.pok.xyz.com">
<person id="Boss">
<nss:name xmlns:nss="http://www.svl.xyz.com" xmlns:nssFoo="http://www.svl.xyz.com"
xmlns:nspFoo="http://www.pok.xyz.com">
<nspFoo:family>Smith</nspFoo:family>
<nss:given>Bill</nss:given>
</nss:name>
<email>smith@foo.com</email>
<YearsOfService>20</YearsOfService>
<weight>175.4</weight>
<birthday>1955-03-24</birthday>
<nsp:link nsp:subordinates="worker"/>
</person>
<dft:person xmlns:dftFoo="http://www.dft1.xyz.com" xmlns:dft="http://www.dft1.xyz.com"
id="worker">
<dft:name>
<family xmlns="http://www.dft2.xyz.com">Jones</family>
<given xmlns="">Bill</given>
</dft:name>
<dft:email>jones@foo.com</dft:email>
<dft:YearsOfService>15</dft:YearsOfService>
<dft:weight>175.4</dft:weight>
<dft:birthday>1968-07-16</dft:birthday>
<dft:link manager="Boss"/>
</dft:person>
</nsp:personnel>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XML Document with *weired* prefixes NS declarations -->
<nsp:personnel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.pok.xyz.com XMLSample.xsd" xmlns:nsp="http://www.pok.xyz.com"
xmlns:nspX="http://www.pok.xyz.com"
>
<person id="Boss">
<nss:name xmlns:nss="http://www.svl.xyz.com" >
<nsp:family>Smith</nsp:family>
<nss:given>Bill</nss:given>
</nss:name>
<email>smith1@foo.com</email>
<YearsOfService>21</YearsOfService>
<weight>175.1</weight>
<birthday>1955-03-21</birthday>
<nsp:link nsp:subordinates="worker"/>
</person>
<person id="Boss">
<nss:name xmlns:nss="http://www.svl.xyz.com" xmlns:nssFoo="http://www.svl.xyz.com"
xmlns:nspFoo="http://www.pok.xyz.com">
<nspFoo:family>Smith</nspFoo:family>
<nss:given>Bill</nss:given>
</nss:name>
<email>smith2@foo.com</email>
<YearsOfService>22</YearsOfService>
<weight>175.2</weight>
<birthday>1955-03-22</birthday>
<!-- other attribute prefix! -->
<nsp:link nspX:subordinates="worker"/>
</person>
<person id="Boss">
<nss:name xmlns:nss="http://www.svl.xyz.com" xmlns:nssFoo="http://www.svl.xyz.com"
xmlns:nspFoo="http://www.pok.xyz.com">
<nspFoo:family>Smith</nspFoo:family>
<nss:given>Bill</nss:given>
</nss:name>
<email>smith3@foo.com</email>
<YearsOfService>23</YearsOfService>
<weight>175.3</weight>
<birthday>1955-03-23</birthday>
<!-- new attribute prefix! -->
<nsp:link xmlns:nspY="http://www.pok.xyz.com" nspY:subordinates="worker"/>
</person>
</nsp:personnel>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.dft2.xyz.com" xmlns:nsp="http://www.pok.xyz.com" xmlns:ns1="http://www.dft2.xyz.com" xmlns:ns2="http://www.abc.xyz.com" xmlns:ns3="http://www.dft1.xyz.com" xmlns:nss="http://www.svl.xyz.com">
<xs:import schemaLocation="XMLSample.xsd"/>
<xs:import namespace="http://www.abc.xyz.com" schemaLocation="ns2.xsd"/>
<xs:import namespace="http://www.dft1.xyz.com" schemaLocation="ns3.xsd"/>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.abc.xyz.com" xmlns:nsp="http://www.pok.xyz.com" xmlns:ns1="http://www.dft2.xyz.com" xmlns:ns2="http://www.abc.xyz.com" xmlns:ns3="http://www.dft1.xyz.com" xmlns:nss="http://www.svl.xyz.com">
<xs:import schemaLocation="XMLSample.xsd"/>
<xs:import namespace="http://www.dft1.xyz.com" schemaLocation="ns3.xsd"/>
<xs:import namespace="http://www.dft2.xyz.com" schemaLocation="ns1.xsd"/>

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.dft1.xyz.com" xmlns:nsp="http://www.pok.xyz.com" xmlns:ns1="http://www.dft2.xyz.com" xmlns:ns2="http://www.abc.xyz.com" xmlns:ns3="http://www.dft1.xyz.com" xmlns:nss="http://www.svl.xyz.com">
<xs:import schemaLocation="XMLSample.xsd"/>
<xs:import namespace="http://www.abc.xyz.com" schemaLocation="ns2.xsd"/>
<xs:import namespace="http://www.dft2.xyz.com" schemaLocation="ns1.xsd"/>
<xs:import namespace="http://www.pok.xyz.com" schemaLocation="nsp.xsd"/>
<xs:import namespace="http://www.svl.xyz.com" schemaLocation="nss.xsd"/>
<xs:element name="person">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns3:name"/>
<xs:element ref="ns3:email"/>
<xs:element ref="ns3:YearsOfService"/>
<xs:element ref="ns3:weight"/>
<xs:element ref="ns3:birthday"/>
<xs:element ref="ns3:link"/>
</xs:sequence>
<xs:attribute name="id" use="required" type="xs:NCName"/>
</xs:complexType>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.pok.xyz.com" xmlns:nsp="http://www.pok.xyz.com" xmlns:ns1="http://www.dft2.xyz.com" xmlns:ns2="http://www.abc.xyz.com" xmlns:ns3="http://www.dft1.xyz.com" xmlns:nss="http://www.svl.xyz.com">
<xs:import schemaLocation="XMLSample.xsd"/>
<xs:import namespace="http://www.abc.xyz.com" schemaLocation="ns2.xsd"/>
<xs:import namespace="http://www.dft1.xyz.com" schemaLocation="ns3.xsd"/>
<xs:import namespace="http://www.dft2.xyz.com" schemaLocation="ns1.xsd"/>
<xs:import namespace="http://www.svl.xyz.com" schemaLocation="nss.xsd"/>
<xs:element name="personnel">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="person"/>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.svl.xyz.com" xmlns:nsp="http://www.pok.xyz.com" xmlns:ns1="http://www.dft2.xyz.com" xmlns:ns2="http://www.abc.xyz.com" xmlns:ns3="http://www.dft1.xyz.com" xmlns:nss="http://www.svl.xyz.com">
<xs:import schemaLocation="XMLSample.xsd"/>
<xs:import namespace="http://www.abc.xyz.com" schemaLocation="ns2.xsd"/>
<xs:import namespace="http://www.dft1.xyz.com" schemaLocation="ns3.xsd"/>
<xs:import namespace="http://www.dft2.xyz.com" schemaLocation="ns1.xsd"/>
<xs:import namespace="http://www.pok.xyz.com" schemaLocation="nsp.xsd"/>
<xs:element name="name">
<xs:complexType>