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:
parent
31611969bf
commit
d984e11424
@ -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" />
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user