15 lines
1.0 KiB
XML
15 lines
1.0 KiB
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_SlashCommand" targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_SlashCommand" xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd" elementFormDefault="qualified">
|
|
<xsd:complexType name="StrSheet_SlashCommand">
|
|
<xsd:sequence>
|
|
<xsd:element name="Command" type="StrSheet_SlashCommand_Command" maxOccurs="unbounded" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="StrSheet_SlashCommand_Command" dc:keys="id">
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
<xsd:attribute name="id" type="xsd:int" use="required" />
|
|
<xsd:attribute name="interactionMenuName" type="xsd:string" />
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
<xsd:element name="StrSheet_SlashCommand" type="StrSheet_SlashCommand" />
|
|
</xsd:schema>
|