From 4306907d761bdeea7415020fb3333d799a098411 Mon Sep 17 00:00:00 2001 From: Rumen Nikiforov <unafraid89@gmail.com> Date: Sat, 10 May 2014 18:37:17 +0000 Subject: [PATCH] BETA: XSD Part for [10320]. * Reported by: St3eT --- L2J_DataPack_BETA/dist/game/data/xsd/items.xsd | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd b/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd index c1353545d3..2de4869d3e 100644 --- a/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd +++ b/L2J_DataPack_BETA/dist/game/data/xsd/items.xsd @@ -95,14 +95,7 @@ </xs:attribute> <xs:attribute name="clanHall" type="xs:normalizedString" /> <xs:attribute name="class_id_restriction" type="xs:normalizedString" /> - <xs:attribute name="cloakStatus"> - <xs:simpleType> - <xs:restriction base="xs:nonNegativeInteger"> - <xs:minInclusive value="0" /> - <xs:maxInclusive value="1" /> - </xs:restriction> - </xs:simpleType> - </xs:attribute> + <xs:attribute name="cloakStatus" type="xs:boolean" /> <xs:attribute name="isHero" type="xs:boolean" /> <xs:attribute name="level"> <xs:simpleType> @@ -142,14 +135,7 @@ <xs:attribute name="chaotic" type="xs:boolean" /> <xs:attribute name="clanHall" type="xs:normalizedString" /> <xs:attribute name="class_id_restriction" type="xs:normalizedString" /> - <xs:attribute name="cloakStatus"> - <xs:simpleType> - <xs:restriction base="xs:nonNegativeInteger"> - <xs:minInclusive value="0" /> - <xs:maxInclusive value="1" /> - </xs:restriction> - </xs:simpleType> - </xs:attribute> + <xs:attribute name="cloakStatus" type="xs:boolean" /> <xs:attribute name="flyMounted" type="xs:boolean" /> <xs:attribute name="fort" type="xs:integer" fixed="-1" /> <xs:attribute name="insideZoneId" type="xs:normalizedString" /> -- GitLab