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,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="intervalA" type="Interval"/>
<xs:element name="intervalB" type="Interval"/>
<xs:complexType name="Interval">
<xs:attribute name="min" type="xs:short" use="required"/>
<xs:attribute name="max" type="xs:short" use="required"/>
</xs:complexType>
</xs:schema>