#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
3.8 KiB

<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:html="http://www.w3.org/1999/xhtml" xmlns:wix="http://schemas.microsoft.com/wix/2006/wi" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" targetNamespace="http://schemas.microsoft.com/wix/SqlExtension" xmlns="http://schemas.microsoft.com/wix/SqlExtension"><xs:import namespace="http://schemas.microsoft.com/wix/2006/wi" /><xs:element name="SqlDatabase"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="SqlScript" /><xs:element ref="SqlString" /><xs:element ref="SqlFileSpec" /><xs:element ref="SqlLogFileSpec" /></xs:choice><xs:attribute name="Id" use="required" type="xs:string" /><xs:attribute name="Server" use="required" type="xs:string" /><xs:attribute name="Instance" type="xs:string" /><xs:attribute name="Database" use="required" type="xs:string" /><xs:attribute name="User" type="xs:string" /><xs:attribute name="CreateOnInstall" type="YesNoType" /><xs:attribute name="CreateOnReinstall" type="YesNoType" /><xs:attribute name="CreateOnUninstall" type="YesNoType" /><xs:attribute name="DropOnInstall" type="YesNoType" /><xs:attribute name="DropOnReinstall" type="YesNoType" /><xs:attribute name="DropOnUninstall" type="YesNoType" /><xs:attribute name="ContinueOnError" type="YesNoType" /><xs:attribute name="ConfirmOverwrite" type="YesNoType" /></xs:complexType></xs:element><xs:element name="SqlFileSpec"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:attribute name="Name" type="xs:string" /><xs:attribute name="Filename" use="required" type="xs:string" /><xs:attribute name="Size" type="xs:string" /><xs:attribute name="MaxSize" type="xs:string" /><xs:attribute name="GrowthSize" type="xs:string" /></xs:complexType></xs:element><xs:element name="SqlLogFileSpec"><xs:complexType><xs:attribute name="Id" type="xs:string" /><xs:attribute name="Name" type="xs:string" /><xs:attribute name="Filename" type="xs:string" /><xs:attribute name="Size" type="xs:string" /><xs:attribute name="MaxSize" type="xs:string" /><xs:attribute name="GrowthSize" type="xs:string" /></xs:complexType></xs:element><xs:element name="SqlScript"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:attribute name="SqlDb" type="xs:string" /><xs:attribute name="User" type="xs:string" /><xs:attribute name="BinaryKey" type="xs:string" use="required" /><xs:attribute name="ExecuteOnInstall" type="YesNoType" /><xs:attribute name="ExecuteOnReinstall" type="YesNoType" /><xs:attribute name="ExecuteOnUninstall" type="YesNoType" /><xs:attribute name="RollbackOnInstall" type="YesNoType" /><xs:attribute name="RollbackOnReinstall" type="YesNoType" /><xs:attribute name="RollbackOnUninstall" type="YesNoType" /><xs:attribute name="ContinueOnError" type="YesNoType" /><xs:attribute name="Sequence" type="xs:integer" /></xs:complexType></xs:element><xs:element name="SqlString"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:attribute name="SQL" use="required" type="xs:string" /><xs:attribute name="User" type="xs:string" /><xs:attribute name="SqlDb" type="xs:string" /><xs:attribute name="ExecuteOnInstall" type="YesNoType" /><xs:attribute name="ExecuteOnReinstall" type="YesNoType" /><xs:attribute name="ExecuteOnUninstall" type="YesNoType" /><xs:attribute name="RollbackOnInstall" type="YesNoType" /><xs:attribute name="RollbackOnReinstall" type="YesNoType" /><xs:attribute name="RollbackOnUninstall" type="YesNoType" /><xs:attribute name="ContinueOnError" type="YesNoType" /><xs:attribute name="Sequence" type="xs:integer" /></xs:complexType></xs:element><xs:simpleType name="YesNoType"><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no" /><xs:enumeration value="yes" /></xs:restriction></xs:simpleType></xs:schema>