Implement loading of scenarios
- This also tweaks the scenario schemas for consistency between schemas and code, adds some unique key restraints, and makes some attributes required.
This commit is contained in:
@@ -192,6 +192,7 @@
|
||||
<xs:sequence>
|
||||
<xs:element ref="monster" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="boes" type="xs:string" use="required"/>
|
||||
</xs:complexType>
|
||||
<xs:unique name='monsterIds'>
|
||||
<xs:selector xpath='monster'/>
|
||||
|
||||
Reference in New Issue
Block a user