Skip to content

Instantly share code, notes, and snippets.

@crazylion
Created March 3, 2012 13:53
Show Gist options
  • Save crazylion/1966260 to your computer and use it in GitHub Desktop.
Save crazylion/1966260 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<DataSet xmlns="http://tempuri.org/">
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Table">
<xs:complexType>
<xs:sequence>
<xs:element name="Water_Station_ST_NO" type="xs:string" minOccurs="0" />
<xs:element name="DateTime" type="xs:dateTime" minOccurs="0" />
<xs:element name="Stage" type="xs:double" minOccurs="0" />
<xs:element name="Discharge" type="xs:double" minOccurs="0" />
<xs:element name="Stage_Criteria_Index" type="xs:short" minOccurs="0" />
<xs:element name="StageDiff_Criteria_Index" type="xs:short" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Table diffgr:id="Table1" msdata:rowOrder="0">
<Water_Station_ST_NO>1140H001</Water_Station_ST_NO>
<DateTime>2011-05-07T19:00:00+08:00</DateTime>
<Stage>-0.49</Stage>
<Stage_Criteria_Index>0</Stage_Criteria_Index>
<StageDiff_Criteria_Index>0</StageDiff_Criteria_Index>
</Table>
</NewDataSet>
</diffgr:diffgram>
</DataSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment