Click here to Skip to main content

XML / XSL

    RSS: RSS Feed

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
AnswerRe: How Do I deserialize the following Xml string? PinmvpStuart Dootson0:54 23 Feb '10  
GeneralRe: How Do I deserialize the following Xml string? Pinmemberashishtango17:52 23 Feb '10  
GeneralRe: How Do I deserialize the following Xml string? PinmvpStuart Dootson21:27 23 Feb '10  
GeneralRe: How Do I deserialize the following Xml string? Pinmemberashishtango19:35 24 Feb '10  
QuestionAccessing a image from a xml file and display in visual studio picture box Pinmemberkpuneeth722:15 22 Feb '10  
AnswerRe: Accessing a image from a xml file and display in visual studio picture box PinmvpRichard MacCutchan23:31 22 Feb '10  
Questionxsd to entity [modified] Pinmemberpokiri18:45 22 Feb '10  
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="BookEasy">
 
<xsd:element name="BookEasy">
 
<xsd:complexType>
 
<xsd:sequence>
 
<xsd:element name="Control">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="ControlID" type="xsd:int"/>
 
<xsd:element name="ReservationRequest">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="InDate" type="xsd:dateTime"/>
<xsd:element name="Period" type="xsd:int"/>
<xsd:element name="Adults" type="xsd:int"/>
<xsd:element name="Children" type="xsd:int"/>
<xsd:element name="Infants" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
 
<xsd:element name="Operators">
 
<xsd:complexType>
 
<xsd:sequence>
 
<xsd:element name="Operator" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="OperatorID" type="xsd:int"/>
 
<xsd:element name="Rooms">
 
<xsd:complexType>
 
<xsd:sequence>
 
<xsd:element name="Room" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="RoomID" type="xsd:int"/>
 
<xsd:element name="Availability">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="IsAvailable" type="xsd:boolean"/>
 
<xsd:element name="Days">
 
<xsd:complexType>
 
<xsd:sequence>
 
<xsd:element name="Day" maxOccurs="unbounded">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="Date" type="xsd:dateTime"/>
<xsd:element name="IsAvailable" type="xsd:boolean"/>
 
<xsd:element name="Rates">
 
<xsd:complexType>
 
<xsd:sequence>
<xsd:element name="FullRate" type="xsd:decimal"/>
<xsd:element name="LastMinuteRate" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
modified on Tuesday, February 23, 2010 12:29 AM

AnswerRe: xsd to entity PinsupporterMark Nischalke22:01 22 Feb '10  
QuestionHow to delete duplicate nodes from XML throgh C#? Pinmemberdeadlyabbas20:12 18 Feb '10  
QuestionProblem with MSXML6 + namespace + XPath PinmemberPatrice.Espie5:57 18 Feb '10  
AnswerRe: Problem with MSXML6 + namespace + XPath PinmvpStuart Dootson1:10 23 Feb '10  
QuestionProblem with loading a xml to DataSet Pinmemberalireza_shokoie0:42 16 Feb '10  
AnswerRe: Problem with loading a xml to DataSet Pinmemberdaveyerwin3:51 18 Feb '10  
QuestionXSL help PinmemberMember 39976061:13 7 Feb '10  
AnswerRe: XSL help PinmvpStuart Dootson2:09 7 Feb '10  
QuestionUsing MSXML2.ServerXMLHTTP.4.0 and ASP Pinmembertommywick655:49 6 Feb '10  
QuestionXSL import another XSL on Client-Side. Pinmemberyeob21:22 4 Feb '10  
AnswerRe: XSL import another XSL on Client-Side. Pinmemberdaveyerwin5:19 5 Feb '10  
GeneralRe: XSL import another XSL on Client-Side. Pinmemberyeob20:04 7 Feb '10  
GeneralRe: XSL import another XSL on Client-Side. Pinmemberdaveyerwin4:39 8 Feb '10  
QuestionMessage Removed Pinmemberajester67:50 4 Feb '10  
AnswerRe: Newbie question - can't figure out xsl PinsupporterMark Nischalke7:54 4 Feb '10  
AnswerRe: Newbie question - can't figure out xsl PinmvpRichard MacCutchan7:57 4 Feb '10  
QuestionSAOP Question Pinmembercmpemikail0:38 2 Feb '10  
AnswerRe: SAOP Question PinmemberSeMartens21:27 2 Feb '10  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web03 | 2.5.120210.1 | Last Updated 10 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid