120 строки
9.6 KiB
XML
120 строки
9.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="WWTToursDataset" targetNamespace="http://tempuri.org/WWTToursDataset.xsd" xmlns:mstns="http://tempuri.org/WWTToursDataset.xsd" xmlns="http://tempuri.org/WWTToursDataset.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">
|
|
<xs:annotation>
|
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection ConnectionStringObject="Data Source=NS-ANDROMEDA;Initial Catalog=WWTTours;Integrated Security=True" IsAppSettingsProperty="False" Modifier="Assembly" Name="ns-andromeda.WWTTours.dbo" ParameterPrefix="@" Provider="System.Data.SqlClient">
|
|
</Connection>
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="spGetWWTToursTableAdapter" GeneratorDataComponentClassName="spGetWWTToursTableAdapter" Name="spGetWWTTours" UserDataComponentName="spGetWWTToursTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="ns-andromeda.WWTTours.dbo" DbObjectName="WWTTours.dbo.spGetWWTTours" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="False">
|
|
<CommandText>dbo.spGetWWTTours</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Guid" Direction="Input" ParameterName="@pWWTTourGUID" Precision="0" ProviderType="UniqueIdentifier" Scale="0" Size="16" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TourGUID" DataSetColumn="TourGUID" />
|
|
<Mapping SourceColumn="TourDescription" DataSetColumn="TourDescription" />
|
|
<Mapping SourceColumn="AuthorName" DataSetColumn="AuthorName" />
|
|
<Mapping SourceColumn="AuthorEmailAddress" DataSetColumn="AuthorEmailAddress" />
|
|
<Mapping SourceColumn="AuthorURL" DataSetColumn="AuthorURL" />
|
|
<Mapping SourceColumn="AuthorOtherEmails" DataSetColumn="AuthorOtherEmails" />
|
|
<Mapping SourceColumn="AuthorContactText" DataSetColumn="AuthorContactText" />
|
|
<Mapping SourceColumn="OrganizationName" DataSetColumn="OrganizationName" />
|
|
<Mapping SourceColumn="OrganizationURL" DataSetColumn="OrganizationURL" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources>
|
|
</Sources>
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="WWTToursDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="WWTToursDataset" msprop:Generator_DataSetName="WWTToursDataset">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="spGetWWTTours" msprop:Generator_UserTableName="spGetWWTTours" msprop:Generator_RowDeletedName="spGetWWTToursRowDeleted" msprop:Generator_RowChangedName="spGetWWTToursRowChanged" msprop:Generator_RowClassName="spGetWWTToursRow" msprop:Generator_RowChangingName="spGetWWTToursRowChanging" msprop:Generator_RowEvArgName="spGetWWTToursRowChangeEvent" msprop:Generator_RowEvHandlerName="spGetWWTToursRowChangeEventHandler" msprop:Generator_TableClassName="spGetWWTToursDataTable" msprop:Generator_TableVarName="tablespGetWWTTours" msprop:Generator_RowDeletingName="spGetWWTToursRowDeleting" msprop:Generator_TablePropName="spGetWWTTours">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TourGUID" msdata:DataType="System.Guid, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" msprop:Generator_UserColumnName="TourGUID" msprop:Generator_ColumnVarNameInTable="columnTourGUID" msprop:Generator_ColumnPropNameInRow="TourGUID" msprop:Generator_ColumnPropNameInTable="TourGUIDColumn" type="xs:string" />
|
|
<xs:element name="TourDescription" msprop:Generator_UserColumnName="TourDescription" msprop:Generator_ColumnVarNameInTable="columnTourDescription" msprop:Generator_ColumnPropNameInRow="TourDescription" msprop:Generator_ColumnPropNameInTable="TourDescriptionColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1073741823" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AuthorName" msprop:Generator_UserColumnName="AuthorName" msprop:Generator_ColumnVarNameInTable="columnAuthorName" msprop:Generator_ColumnPropNameInRow="AuthorName" msprop:Generator_ColumnPropNameInTable="AuthorNameColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AuthorEmailAddress" msprop:Generator_UserColumnName="AuthorEmailAddress" msprop:Generator_ColumnVarNameInTable="columnAuthorEmailAddress" msprop:Generator_ColumnPropNameInRow="AuthorEmailAddress" msprop:Generator_ColumnPropNameInTable="AuthorEmailAddressColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AuthorURL" msprop:Generator_UserColumnName="AuthorURL" msprop:Generator_ColumnVarNameInTable="columnAuthorURL" msprop:Generator_ColumnPropNameInRow="AuthorURL" msprop:Generator_ColumnPropNameInTable="AuthorURLColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="400" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AuthorOtherEmails" msprop:Generator_UserColumnName="AuthorOtherEmails" msprop:Generator_ColumnVarNameInTable="columnAuthorOtherEmails" msprop:Generator_ColumnPropNameInRow="AuthorOtherEmails" msprop:Generator_ColumnPropNameInTable="AuthorOtherEmailsColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AuthorContactText" msprop:Generator_UserColumnName="AuthorContactText" msprop:Generator_ColumnVarNameInTable="columnAuthorContactText" msprop:Generator_ColumnPropNameInRow="AuthorContactText" msprop:Generator_ColumnPropNameInTable="AuthorContactTextColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1000" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="400" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="OrganizationURL" msprop:Generator_UserColumnName="OrganizationURL" msprop:Generator_ColumnVarNameInTable="columnOrganizationURL" msprop:Generator_ColumnPropNameInRow="OrganizationURL" msprop:Generator_ColumnPropNameInTable="OrganizationURLColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="400" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:spGetWWTTours" />
|
|
<xs:field xpath="mstns:TourGUID" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
</xs:schema> |