OSDN Git Service

1efa59fe03c27423cad4168d84fc5675f3cd4a36
[karinto/karinto.git] / Karinto / Xml / Data.xsd
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <xs:schema id="Data" targetNamespace="http://karinto.sourceforge.jp/Data.xsd" xmlns:mstns="http://karinto.sourceforge.jp/Data.xsd" xmlns="http://karinto.sourceforge.jp/Data.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">\r
3   <xs:annotation>\r
4     <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">\r
5       <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">\r
6         <Connections />\r
7         <Tables />\r
8         <Sources />\r
9       </DataSource>\r
10     </xs:appinfo>\r
11   </xs:annotation>\r
12   <xs:element name="Data" msdata:IsDataSet="true" msdata:Locale="" msprop:Generator_UserDSName="Data" msprop:Generator_DataSetName="Data" msprop:EnableTableAdapterManager="true">\r
13     <xs:complexType>\r
14       <xs:choice minOccurs="0" maxOccurs="unbounded">\r
15         <xs:element name="PointList" msdata:Locale="" msprop:Generator_UserTableName="PointList" msprop:Generator_RowDeletedName="PointListRowDeleted" msprop:Generator_RowChangedName="PointListRowChanged" msprop:Generator_RowClassName="PointListRow" msprop:Generator_RowChangingName="PointListRowChanging" msprop:Generator_RowEvArgName="PointListRowChangeEvent" msprop:Generator_RowEvHandlerName="PointListRowChangeEventHandler" msprop:Generator_TableClassName="PointListDataTable" msprop:Generator_TableVarName="tablePointList" msprop:Generator_RowDeletingName="PointListRowDeleting" msprop:Generator_TablePropName="PointList">\r
16           <xs:complexType>\r
17             <xs:sequence>\r
18               <xs:element name="X" msprop:Generator_UserColumnName="X" msprop:Generator_ColumnPropNameInRow="X" msprop:Generator_ColumnVarNameInTable="columnX" msprop:Generator_ColumnPropNameInTable="XColumn" type="xs:double" minOccurs="0" />\r
19               <xs:element name="Y" msprop:Generator_UserColumnName="Y" msprop:Generator_ColumnPropNameInRow="Y" msprop:Generator_ColumnVarNameInTable="columnY" msprop:Generator_ColumnPropNameInTable="YColumn" type="xs:double" minOccurs="0" />\r
20             </xs:sequence>\r
21           </xs:complexType>\r
22         </xs:element>\r
23       </xs:choice>\r
24     </xs:complexType>\r
25   </xs:element>\r
26 </xs:schema>