Prevent the extensive use of the lvl abbreviation.
This commit is contained in:
		| @@ -27,9 +27,9 @@ | ||||
| 									<xs:sequence minOccurs="1" maxOccurs="1"> | ||||
| 										<xs:element name="skill" minOccurs="1" maxOccurs="unbounded"> | ||||
| 											<xs:complexType> | ||||
| 												<xs:attribute name="minLvl" type="xs:positiveInteger" use="required" /> | ||||
| 												<xs:attribute name="minLevel" type="xs:positiveInteger" use="required" /> | ||||
| 												<xs:attribute name="skillId" type="xs:positiveInteger" use="required" /> | ||||
| 												<xs:attribute name="skillLvl" type="xs:integer" use="required" /> | ||||
| 												<xs:attribute name="skillLevel" type="xs:integer" use="required" /> | ||||
| 											</xs:complexType> | ||||
| 										</xs:element> | ||||
| 									</xs:sequence> | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
| 							<xs:extension base="xs:string"> | ||||
| 								<xs:attribute type="xs:short" name="npcId"/> | ||||
| 								<xs:attribute type="xs:short" name="skillId"/> | ||||
| 								<xs:attribute type="xs:byte" name="skillLvl"/> | ||||
| 								<xs:attribute type="xs:byte" name="skillLevel"/> | ||||
| 							</xs:extension> | ||||
| 						</xs:simpleContent> | ||||
| 					</xs:complexType> | ||||
|   | ||||
| @@ -73,7 +73,7 @@ | ||||
| 															</xs:simpleType> | ||||
| 														</xs:attribute> | ||||
| 														<xs:attribute type="xs:positiveInteger" name="skillId" use="optional" /> | ||||
| 														<xs:attribute type="xs:positiveInteger" name="skillLvl" use="optional" /> | ||||
| 														<xs:attribute type="xs:positiveInteger" name="skillLevel" use="optional" /> | ||||
| 														<xs:attribute type="xs:nonNegativeInteger" name="page" use="optional" /> | ||||
| 														<xs:attribute type="xs:nonNegativeInteger" name="slot" use="optional" /> | ||||
| 														<xs:attribute type="xs:positiveInteger" name="actionId" use="optional" /> | ||||
|   | ||||
| @@ -110,7 +110,7 @@ | ||||
| 									<xs:attribute name="levelUpSp" type="xs:long" /> | ||||
| 									<xs:attribute name="residenceSkill" type="xs:boolean" /> | ||||
| 									<xs:attribute name="skillId" type="xs:positiveInteger" use="required" /> | ||||
| 									<xs:attribute name="skillLvl" type="xs:positiveInteger" use="required" /> | ||||
| 									<xs:attribute name="skillLevel" type="xs:positiveInteger" use="required" /> | ||||
| 									<xs:attribute name="skillName" type="xs:normalizedString" use="required" /> | ||||
| 									<xs:attribute name="treeId" type="xs:positiveInteger" /> | ||||
| 									<xs:attribute name="row" type="xs:positiveInteger" /> | ||||
|   | ||||
| @@ -1902,21 +1902,6 @@ | ||||
| 															</xs:element> | ||||
| 															<xs:element name="VALAKAS" type="xs:byte" /> | ||||
| 															<xs:element name="isItem" type="xs:boolean" /> | ||||
| 															<xs:element name="skillLvl"> | ||||
| 																<xs:complexType mixed="true"> | ||||
| 																	<xs:sequence minOccurs="0"> | ||||
| 																		<xs:element maxOccurs="unbounded" name="value"> | ||||
| 																			<xs:complexType> | ||||
| 																				<xs:simpleContent> | ||||
| 																					<xs:extension base="xs:unsignedByte"> | ||||
| 																						<xs:attribute name="level" type="xs:unsignedByte" use="required" /> | ||||
| 																					</xs:extension> | ||||
| 																				</xs:simpleContent> | ||||
| 																			</xs:complexType> | ||||
| 																		</xs:element> | ||||
| 																	</xs:sequence> | ||||
| 																</xs:complexType> | ||||
| 															</xs:element> | ||||
| 															<xs:element name="instanceId" type="xs:string" /> | ||||
| 															<xs:element name="GUST" type="xs:unsignedByte" /> | ||||
| 															<xs:element name="id" type="xs:unsignedShort" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment