G
Guest
Hi, All,
I want to add xml validation schema namespace attribute for AutoData root
node(xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.xsd")in the following
file
<AutoData >
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
</AutoData>
So finally the file with valiation schema namespace is like this:
<AutoData xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.xsd">
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
</AutoData>
Anyone knows how to add it?
Thanks
Martin
I want to add xml validation schema namespace attribute for AutoData root
node(xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.xsd")in the following
file
<AutoData >
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
</AutoData>
So finally the file with valiation schema namespace is like this:
<AutoData xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.xsd">
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
</AutoData>
Anyone knows how to add it?
Thanks
Martin