Hi, All,
I want to add xml validation schema namespace attribute for AutoData root
node(xsi:noName spaceSchemaLoca tion="C:\AutoDa taSchema.xsd")i n 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:noNamespace SchemaLocation= "C:\AutoDataSch ema.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:noName spaceSchemaLoca tion="C:\AutoDa taSchema.xsd")i n 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:noNamespace SchemaLocation= "C:\AutoDataSch ema.xsd">
<Table1>
<Data1 10 </Data1>
<Data2 20 </Data2>
<Data3 40 </Data3>
<Table1>
</AutoData>
Anyone knows how to add it?
Thanks
Martin
Comment