ive got an xml schema wich is placed inside of an xml file
it is placed as one of the descendants of the first Node , this xml file represnt a table
Code:
<?xml version="1.0" standalone="yes"?> <NewDataSet> <xs:schema ..... . <xs:element name="Table"> <xs:complexType> <xs:sequence>
Leave a comment: