Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butr/bannerlord.xmlschemas

XML Schemas for M&B 2: Bannerlord
https://github.com/butr/bannerlord.xmlschemas

bannerlord mount-and-blade-bannerlord xml-schema

Last synced: 9 days ago
JSON representation

XML Schemas for M&B 2: Bannerlord

Awesome Lists containing this project

README

        

# Bannerlord.XmlSchemas
Contains the following XML schemas:
* [SubModule.xsd](https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd) - for SubModule.xml
* [ModuleLanguage.xsd](https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguage.xsd) - for the language translation file
* [ModuleLanguageData.xsd](https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd) - for the language translation descriptors
* [MCMExternalSettings.xsd](https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/MCMExternalSettings.xsd) - for MCMv5 External Settings

## How to use
Just add the following attributes to the root node - `xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance xsi:noNamespaceSchemaLocation="%URL%"`
Example:
```xml

```