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,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>