Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft SQL Server/110/Tools/Binn/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" > <xsd:annotation> <xsd:documentation> The following schema for Microsoft SQL Server Distributed Replay Utility describes replay configuration file in XML format. 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. (c) Microsoft Corporation. All rights reserved. </xsd:documentation> </xsd:annotation> <xsd:annotation> <xsd:appinfo>DReplay Replay Config XML Schema</xsd:appinfo> <xsd:documentation> XML Schema for DReplay Replay Configuration File </xsd:documentation> </xsd:annotation> <xsd:element name="Options"> <xsd:complexType> <xsd:sequence> <xsd:element name="ReplayOptions"> <xsd:complexType> <xsd:sequence> <xsd:element name="Server" type="xsd:string" minOccurs="1" maxOccurs="1" /> <xsd:element name="SequencingMode" type="xsd:string" minOccurs="1" maxOccurs="1" /> <xsd:element name="ConnectTimeScale" type="xsd:integer" minOccurs="0" maxOccurs="1" default="100"/> <xsd:element name="ThinkTimeScale" type="xsd:integer" minOccurs="0" maxOccurs="1" default="100"/> <xsd:element name="HealthmonInterval" type="xsd:integer" minOccurs="0" maxOccurs="1" default="60"/> <xsd:element name="QueryTimeout" type="xsd:integer" minOccurs="0" maxOccurs="1" default="3600"/> <xsd:element name="DataProviderType" type="xsd:string" minOccurs="0" maxOccurs="1"/> <xsd:element name="ThreadsPerClient" type="xsd:integer" minOccurs="0" maxOccurs="1" default="255"/> <xsd:element name="EnableConnectionPooling" type="xsd:string" minOccurs="0" maxOccurs="1"/> <xsd:element name="StressScaleGranularity" type="xsd:string" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="OutputOptions"> <xsd:complexType> <xsd:sequence> <xsd:element name="ResultTrace"> <xsd:complexType> <xsd:sequence> <xsd:element name="RecordRowCount" type="xsd:string" minOccurs="0" maxOccurs="1" /> <xsd:element name="RecordResultSet" type="xsd:string" minOccurs="0" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema>