Addition of extended SiegeSchedule configurations.

Contributed by Trance.
This commit is contained in:
MobiusDevelopment
2020-07-02 05:31:27 +00:00
parent 8ff8f5f250
commit a98f093fb3
85 changed files with 921 additions and 627 deletions

View File

@@ -5,6 +5,9 @@
<xs:sequence>
<xs:element name="schedule" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute type="xs:byte" name="castleId" use="optional" />
<xs:attribute type="xs:string" name="castleName" use="optional" />
<xs:attribute type="xs:boolean" name="siegeEnabled" use="optional" />
<xs:attribute type="xs:string" name="day" use="optional" />
<xs:attribute type="xs:byte" name="hour" use="optional" />
<xs:attribute type="xs:byte" name="maxConcurrent" use="optional" />