Reworked the custom localisation system.
This commit is contained in:
		
							
								
								
									
										15
									
								
								L2J_Mobius_1.0_Ertheia/dist/game/data/xsd/localisations.xsd
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								L2J_Mobius_1.0_Ertheia/dist/game/data/xsd/localisations.xsd
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <schema xmlns="http://www.w3.org/2001/XMLSchema"> | ||||
| 	<element name="list"> | ||||
| 		<complexType> | ||||
| 			<sequence minOccurs="1" maxOccurs="1"> | ||||
| 				<element name="localisation" minOccurs="0" maxOccurs="unbounded"> | ||||
| 					<complexType> | ||||
| 						<attribute name="id" type="nonNegativeInteger" use="required" /> | ||||
| 						<attribute name="text" type="normalizedString" use="required" /> | ||||
| 					</complexType> | ||||
| 				</element> | ||||
| 			</sequence> | ||||
| 		</complexType> | ||||
| 	</element> | ||||
| </schema> | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment