44 lines
2.1 KiB
XML
44 lines
2.1 KiB
XML
<!-- 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_ChatChannelName"
|
|
targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_ChatChannelName"
|
|
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
|
|
elementFormDefault="qualified">
|
|
<xsd:complexType name="StrSheet_ChatChannelName">
|
|
<xsd:sequence>
|
|
<xsd:element name="Channel" type="StrSheet_ChatChannelName_Channel" maxOccurs="unbounded" />
|
|
<xsd:element name="ChatCommandList" type="StrSheet_ChatChannelName_ChatCommandList" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
|
|
<xsd:complexType name="StrSheet_ChatChannelName_Channel">
|
|
<xsd:attribute name="id" type="xsd:string" use="required" />
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
<xsd:attribute name="shortcuts" type="xsd:string" />
|
|
</xsd:complexType>
|
|
|
|
<xsd:complexType name="StrSheet_ChatChannelName_ChatCommandList">
|
|
<xsd:sequence>
|
|
<xsd:element name="CommandCategory" type="StrSheet_ChatChannelName_ChatCommandList_CommandCategory" maxOccurs="unbounded" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
|
|
<xsd:complexType name="StrSheet_ChatChannelName_ChatCommandList_CommandCategory">
|
|
<xsd:sequence>
|
|
<xsd:element name="Command" type="StrSheet_ChatChannelName_ChatCommandList_CommandCategory_Command" maxOccurs="unbounded" />
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
|
|
<xsd:complexType name="StrSheet_ChatChannelName_ChatCommandList_CommandCategory_Command">
|
|
<xsd:attribute name="id" type="xsd:int" use="required" />
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
|
|
<xsd:element name="StrSheet_ChatChannelName" type="StrSheet_ChatChannelName" />
|
|
</xsd:schema>
|