Community Forum

I3D Schema Definition

Forum Overview >> Farming Simulator 22

CategoryFarming Simulator 22
Created18.03.2022 04:05


Christian Wick (iamchriswick) 18.03.2022 04:05
Dear GIANTS,

As a modder who daily works as a developer, I find it kind of annoying that my .i3d code ALWAYS fails validation due to the missing I3D Schema Definition.

The "xsi:noNamespaceSchemaLocation" attribute on the <i3D> tag, witch is used to reference an XML Schema document that does not have a target namespace, in this case "i3D" has no use as long as the http://i3d.giants.ch/schema/i3d-1.6.xsd file does not exist.

Could you please make this file available, or if there is a newer one, could you please point me to it?

Colin Smith (WrinkleysRule) 18.03.2022 14:28
If your xml header looks like the following you should have no problem with validation.

<?xml version="1.0" encoding="iso-8859-1"?>

<i3D name="untitled" version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://i3d.giants.ch/schema/i3d-1.6.xsd">
<Asset>
<Export program="GIANTS Editor 64bit" version="9.0.2"/>
</Asset>

unless you are trying to use custom files.


Note: Log in to post. Create a new account here.