forked from TERA_p3104/Client-Datasheets
14 lines
1016 B
XML
14 lines
1016 B
XML
<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_EnchantRecommend" targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_EnchantRecommend" xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd" elementFormDefault="qualified">
|
|
<xsd:complexType name="StrSheet_EnchantRecommend">
|
|
<xsd:sequence>
|
|
<xsd:element name="String" type="StrSheet_EnchantRecommend_String" maxOccurs="unbounded" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="StrSheet_EnchantRecommend_String">
|
|
<xsd:attribute name="id" type="xsd:int" use="required" />
|
|
<xsd:attribute name="string" type="xsd:string" use="required" />
|
|
<xsd:attribute name="title" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
<xsd:element name="StrSheet_EnchantRecommend" type="StrSheet_EnchantRecommend" />
|
|
</xsd:schema>
|