This commit is contained in:
2024-07-18 22:48:21 -05:00
commit 9cc712f46d
25514 changed files with 20551518 additions and 0 deletions
@@ -0,0 +1,17 @@
<StrSheet_ServantAdventureField xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_ServantAdventureField StrSheet_ServantAdventureField.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_ServantAdventureField">
<String id="1" name="서부 벌목지[식물]" />
<String id="2" name="황금의 길[광석]" />
<String id="3" name="폭풍의 해안[정기]" />
<String id="4" name="여명의 정원[채집]" />
<String id="5" name="엑소도르[채집]" />
<String id="100" name="벨릭의 신전[모험]" />
<String id="101" name="벨리카 지하관문[모험]" />
<String id="102" name="혁명단 은거지[모험]" />
<String id="103" name="안타로스의 심연[모험]" />
<String id="104" name="켈사이크 은폐지[모험]" />
<String id="105" name="카슈바르 협곡[모험]" />
<String id="106" name="아르보레아[모험]" />
<String id="107" name="파르퀴나의 둥지[모험]" />
<String id="108" name="켈사이크 은폐지[모험]" />
<String id="109" name="어둠의 동굴[모험]" />
</StrSheet_ServantAdventureField>
@@ -0,0 +1,22 @@
<!-- SPDX-License-Identifier: 0BSD -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dc="https://vezel.dev/novadrop/dc"
xmlns="https://vezel.dev/novadrop/dc/StrSheet_ServantAdventureField"
targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_ServantAdventureField"
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
elementFormDefault="qualified">
<xsd:complexType name="StrSheet_ServantAdventureField">
<xsd:sequence>
<xsd:element name="String" type="StrSheet_ServantAdventureField_String" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="StrSheet_ServantAdventureField_String">
<xsd:attribute name="id" type="xsd:int" use="required" />
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:element name="StrSheet_ServantAdventureField" type="StrSheet_ServantAdventureField" />
</xsd:schema>