you can try with
as XML schema (not XSD!)Code:<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <DataImport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EntityID>EntityID</EntityID> <data> <date> <day>day</day> <month>month</month> <year>year</year> </date> <recID>recID</recID> <time>time</time> <itemSold>ItemSold</itemSold> <Price>Price</Price> </data> </DataImport>
but probably you'll see Denormalized Data error
so I suggest
W3C link
and
Normalizing XML link





Reply With Quote
Bookmarks