XSD schemas for SimpleRockets XML files
To get IntelliSense feature in Visual Studio:
- Move
SRfolder and it's contents to<Visual Studio Path>/Xml/Schemas/ - Insert these codes into
catalog.xml<Schema targetNamespace="http://jundroo.com/simplerockets/partlist.xsd" href="%InstallRoot%/xml/schemas/SR/partlist.xsd"/> <Schema targetNamespace="http://jundroo.com/simplerockets/solarsystem.xsd" href="%InstallRoot%/xml/schemas/SR/solarsystem.xsd"/> <Schema targetNamespace="SRTextureAtlas" href="%InstallRoot%/xml/schemas/SR/textureatlas.xsd"/> <Schema targetNamespace="SRShip" href="%InstallRoot%/xml/schemas/SR/ship.xsd"/>
- Add:
xmlns="http://jundroo.com/simplerockets/partlist.xsd"in<PartTypes>xmlns="http://jundroo.com/simplerockets/solarsystem.xsd"in<SolarSystem>xmlns="SRTextureAtlasin<TextureAtlas>xmlns="SRShip"in<Ship>