Master access level set to 100.
This commit is contained in:
6
trunk/dist/game/data/xsd/accessLevels.xsd
vendored
6
trunk/dist/game/data/xsd/accessLevels.xsd
vendored
@@ -3,7 +3,7 @@
|
||||
<xs:element name="list">
|
||||
<xs:complexType>
|
||||
<xs:sequence maxOccurs="1" minOccurs="1">
|
||||
<xs:element name="access" maxOccurs="10" minOccurs="1">
|
||||
<xs:element name="access" maxOccurs="100" minOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="allowAltg" type="xs:boolean" use="required" />
|
||||
<xs:attribute name="allowFixedRes" type="xs:boolean" use="required" />
|
||||
@@ -13,7 +13,7 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:nonNegativeInteger">
|
||||
<xs:minInclusive value="0" />
|
||||
<xs:maxInclusive value="7" />
|
||||
<xs:maxInclusive value="99" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
@@ -24,7 +24,7 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:integer">
|
||||
<xs:minInclusive value="-1" />
|
||||
<xs:maxInclusive value="8" />
|
||||
<xs:maxInclusive value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
2
trunk/dist/game/data/xsd/adminCommands.xsd
vendored
2
trunk/dist/game/data/xsd/adminCommands.xsd
vendored
@@ -9,7 +9,7 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:nonNegativeInteger">
|
||||
<xs:minInclusive value="0" />
|
||||
<xs:maxInclusive value="8" />
|
||||
<xs:maxInclusive value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
|
Reference in New Issue
Block a user