473,805 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help.....XMLDat aDocument Schema

I am trying to use xmldatadocument to load an xml file.The xml has the data
as attributes, the datadocument is able to successfully parse the document
into the tables and shows the right column count but does not add any rows. I
tried validating the schema everything is fine but no data is returned . I
have attached the sample xml file and schema. Any help is appreciated .
Thanks!

<SiebelMessag e CallingApp="COM " ErrorMsg="" ErrorCode=""
ServiceType="Bu siness Service" ServiceCall="Ge tASEnrollments" BusSrvName="HSN
Autoship Customization BS" BypassErrBusSrv ="Y" CustomerNum="10 0546344"
ClicOwnedFlg="Y " />
<?xml version="1.0" encoding="UTF-8" standalone="yes "?>
<!--W3C Schema generated by XMLSpy v2005 U (http://www.xmlspy.com)-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefa ult="qualified" >
<xs:element name="SiebelMes sage">
<xs:complexType >
<xs:attribute name="CallingAp p" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ErrorMsg" type="xs:string " use="required"/>
<xs:attribute name="ErrorCode " type="xs:string " use="required"/>
<xs:attribute name="ServiceTy pe" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ServiceCa ll" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="BusSrvNam e" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="BypassErr BusSrv" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CustomerN um" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ClicOwned Flg" use="required">
<xs:simpleTyp e>
<xs:restricti on base="xs:string ">

</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
Nov 12 '05 #1
0 1392

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2518
by: Brian | last post by:
Every time add data and save an xml document using XmlDataDocument.Save I get another root node added to the xml file. Am I doing something wrong or is this supposed to happen? Sample Code: srdReader = New StreamReader(SCHEMA1.xsd) xmlFile.DataSet.ReadXmlSchema(srdReader) xmlFile.Load(XML1.xml)
1
1458
by: Mark Bosley | last post by:
I have a multiple table dataset that I am attempting access thru XmlDataDocument, and I have read a bit about this (like Rocky Lhotka's article), but I am attempting something outside of the samples I have seen. I can take some Xml like this <DataSet> <DriveOption Available="48" DriveOptions="Right Hand Lead Screw with Standard Pitch" /> <DriveOption Available="50" DriveOptions="Left Hand Lead Screw with Optional Pitch" /> <MO...
2
1641
by: Vish | last post by:
Hi, I have a set of nested object classes that now i have to serialize/deserialize to make webservice calls. I was thinking wouldn't it be better to use an XML Data document instead of using classes so i can import/export xml with ease and also i can update my schema without compiling the code. What advantages/disadvantages do you guys see in taking this approach. Any kind of suggestions are welcome. Thanks!
1
1073
by: Dave | last post by:
Hi I have decided to use the method explained in the first example here http://msdn.microsoft.com/library/default.asp? url=/library/en- us/cpguide/html/cpconsynchronizingdatasetwithxmldatadocume nt.asp To try and load data from an xml file into an XMLDataDoc and then into a SQL Table
3
5060
by: Mae | last post by:
Dear All, I have a problem here, I'm using C# Webform calling a webservices. The webservices return me a XMLnode, using this XMLnode I want to convert it to dataset so I can bind to the datagrid, by extracting the <CustomerData></CustomerData> block from the xmlnode. Below is the sample of xmlnode return from webservices. <?xml version="1.0" encoding="utf-8"?>
0
815
by: DC Gringo | last post by:
If I create a new xmlDoc from a DataSet (derived from SQL data) such as: Dim myDataSet As DataSet = New DataSet ' code here to populate the DataSet with schema and data. Dim xmlDoc As XmlDataDocument = New XmlDataDocument(myDataSet)
4
8279
by: Adrian Meyer | last post by:
Hi, On the server I code the following web service: ))] public XmlDataDocument GetTypedXmlDataDocument() { sqlDataAdapter1.Fill(typedDataSet1); XmlDataDocument dataDoc
0
1203
by: Zimri | last post by:
All, I am trying to read an XML of a set of records (an "order") from one machine and then turn it into a set of records on another machine. But some of the order's dependent records are optional, and I'd like to continue to bypass them when the original user bypassed them. This set spans four tables. One is the header table and the other three are all subject to it. These three are misc charge, instruction, and detail. For any given...
2
5856
by: ERingmae | last post by:
Hi, The environment is .NET 2.0, the language is C# and the problem is reading XSD file with xs:redefine section correctly to a XMLDataDocument.DataSet. What I am trying to do: I am trying to create a DataSet object from an XSD file by using XMLDataDocument class.
0
10607
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10359
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10364
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10104
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9182
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7645
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6875
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5541
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.