1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-02-23 14:48:49 +08:00

fix xsd typo

This commit is contained in:
A.C.Sukazyo Eyre 2023-05-21 18:38:50 +08:00
parent 31611969bf
commit d984e11424
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
elementFormDefault="qualified"
>
<xs:include schemaLocation="https://book.sukazyo.cc/assets/xsd/configuations.xsd" />
<xs:include schemaLocation="https://book.sukazyo.cc/assets/xsd/configurations.xsd" />
<xs:element name="Book">
<xs:complexType>
@ -14,7 +14,7 @@
<xs:element name="book_name" type="xs:string" />
<xs:element name="configurations" type="phb-config-level-book" />
<xs:element name="configurations" type="phb-config-level-book" minOccurs="0" />
<xs:element name="contents" type="bookContents" />

View File

@ -7,7 +7,7 @@
>
<xs:include schemaLocation="https://book.sukazyo.cc/assets/xsd/book.xsd" />
<xs:include schemaLocation="https://book.sukazyo.cc/assets/xsd/configuations.xsd" />
<xs:include schemaLocation="https://book.sukazyo.cc/assets/xsd/configurations.xsd" />
<xs:element name="BookShelf">
<xs:complexType>

View File

@ -2,6 +2,6 @@
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.5.0-alpha9";
const VERSION = "0.5.0-alpha10";
const CHANNEL = "suk-ws";
const BRANCH = "config-v2.0";