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,8 @@
<StrSheet_PetitionTitle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_PetitionTitle StrSheet_PetitionTitle.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_PetitionTitle">
<String string="G.O 전달 메시지" readableId="SMT_PETITION_TITLE_GM_MESSAGE" />
<String string="접수 결과" readableId="SMT_PETITION_TITLE_RESULT" />
<String string="진정 접수 완료 후 대기 중 상태" readableId="SMT_PETITION_TITLE_ICON_REQUESTING" />
<String string="상담 완료 후 대기 중 상태" readableId="SMT_PETITION_TITLE_ICON_CHAT_COMPLETE" />
<String string="답변 도착 후 설문 작성 대기 상태" readableId="SMT_PETITION_TITLE_ICON_REPLY_COMPLETE" />
<String string="진정 상담 중" readableId="SMT_PETITION_TITLE_ICON_CHAT_ING" />
</StrSheet_PetitionTitle>
@@ -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_PetitionTitle"
targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_PetitionTitle"
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
elementFormDefault="qualified">
<xsd:complexType name="StrSheet_PetitionTitle">
<xsd:sequence>
<xsd:element name="String" type="StrSheet_PetitionTitle_String" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="StrSheet_PetitionTitle_String">
<xsd:attribute name="readableId" type="xsd:string" use="required" />
<xsd:attribute name="string" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:element name="StrSheet_PetitionTitle" type="StrSheet_PetitionTitle" />
</xsd:schema>