📄 getcontact.wsdl
字号:
<xsd:annotation>
<xsd:documentation xml:lang="en">
(c) Copyright 2004, Microsoft Corporation
The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema.
Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate.
MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="SqlTransaction">
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element name="Descriptor" type="xsd:base64Binary" />
<xsd:element name="Type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Begin" />
<xsd:enumeration value="Commit" />
<xsd:enumeration value="Rollback" />
<xsd:enumeration value="EnlistDTC" />
<xsd:enumeration value="Defect" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</schema>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount" xmlns="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation xml:lang="en">
(c) Copyright 2004, Microsoft Corporation
The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema.
Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate.
MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="SqlRowCount">
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element name="Count" type="xsd:long" />
</xsd:sequence>
</xsd:complexType>
</schema>
<schema xmlns:sqlmessage="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage" xmlns="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation xml:lang="en">
(c) Copyright 2004, Microsoft Corporation
The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema.
Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate.
MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType name="nonNegativeInteger">
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="SqlMessage">
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element name="Class" type="sqlmessage:nonNegativeInteger" />
<xsd:element name="LineNumber" type="sqlmessage:nonNegativeInteger" />
<xsd:element name="Message" type="xsd:string" />
<xsd:element name="Number" type="sqlmessage:nonNegativeInteger" />
<xsd:element minOccurs="0" name="Procedure" type="xsd:string" />
<xsd:element minOccurs="0" name="Server" type="xsd:string" />
<xsd:element name="Source" type="xsd:string" />
<xsd:element name="State" type="sqlmessage:nonNegativeInteger" />
</xsd:sequence>
</xsd:complexType>
</schema>
<schema xmlns:sqltransaction="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlTransaction" xmlns:sqlrowcount="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount" xmlns:sqlmessage="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage" xmlns:sqlsoaptypes="http://schemas.microsoft.com/sqlserver/2004/SOAP/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream" xmlns="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types" />
<xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage" />
<xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount" />
<xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlTransaction" />
<xsd:annotation>
<xsd:documentation xml:lang="en">
(c) Copyright 2004, Microsoft Corporation
The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema.
Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate.
MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="SqlResultStream">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="SqlRowSet" type="sqlsoaptypes:SqlRowSet" />
<xsd:element name="SqlXml" type="sqlsoaptypes:SqlXml" />
<xsd:element name="SqlMessage" type="sqlmessage:SqlMessage" />
<xsd:element name="SqlRowCount" type="sqlrowcount:SqlRowCount" />
<xsd:element name="SqlResultCode" type="sqlsoaptypes:SqlResultCode" />
<xsd:element name="SqlTransaction" type="sqltransaction:SqlTransaction" />
</xsd:choice>
</xsd:complexType>
</schema>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/SOAP/Options" xmlns="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation xml:lang="en">
(c) Copyright 2004, Microsoft Corporation
The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema.
Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate.
MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.
</xsd:documentation>
</xsd:annotation>
<xsd:element name="initialDatabase">
<xsd:annotation>
<xsd:documentation>Set initial database on login.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The name of the initial database to attach to.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="optional" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Whether the initial database is optional or not.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="unqualified" name="filename" type="xsd:string">
<xsd:annotation>
<xsd:documentation>The filename of the database to attach to.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="initialLanguage">
<xsd:annotation>
<xsd:documentation>Set initial language to set.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The name of the initial language to set.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="optional" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Whether the initial language is optional or not.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="environmentChangeNotifications">
<xsd:annotation>
<xsd:documentation>Receive environment change notifications.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute default="false" form="unqualified" name="databaseChange" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Receive notifications of database changes.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="languageChange" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Receive notifications of language changes.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="transactionBoundary" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Receive notifications of transaction boundaries.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="applicationName">
<xsd:annotation>
<xsd:documentation>Set the application name for the login.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The application name to set for the login.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="hostName">
<xsd:annotation>
<xsd:documentation>Set the host name for the login.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The host name to set for the login.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="clientPID">
<xsd:annotation>
<xsd:documentation>Set the client process ID for the login.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:long" use="required">
<xsd:annotation>
<xsd:documentation>The client process ID to set for the login.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -