#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
2.4 KiB

<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xse="http://schemas.microsoft.com/wix/2005/XmlSchemaExtension" targetNamespace="http://schemas.microsoft.com/wix/VSExtension" xmlns="http://schemas.microsoft.com/wix/VSExtension"><xs:element name="HelpCollection"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="HelpFileRef" /><xs:element ref="HelpFilterRef" /><xs:element ref="PlugCollectionInto" /></xs:choice><xs:attribute name="Id" type="xs:string" use="required" /><xs:attribute name="Description" type="xs:string" /><xs:attribute name="Name" use="required" type="xs:string" /></xs:complexType></xs:element><xs:element name="HelpFilter"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:attribute name="FilterDefinition" type="xs:string" /><xs:attribute name="Name" use="required" type="xs:string" /></xs:complexType></xs:element><xs:element name="HelpFile"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:attribute name="AttributeIndex" type="xs:string" /><xs:attribute name="Index" type="xs:string" /><xs:attribute name="Language" type="xs:integer" /><xs:attribute name="Name" use="required" type="xs:string" /><xs:attribute name="SampleLocation" type="xs:string" /><xs:attribute name="Search" type="xs:string" /></xs:complexType></xs:element><xs:element name="PlugCollectionInto"><xs:complexType><xs:attribute name="Attributes" type="xs:string" /><xs:attribute name="TableOfContents" type="xs:string" /><xs:attribute name="TargetCollection" use="required" type="xs:string" /><xs:attribute name="TargetTableOfContents" type="xs:string" /></xs:complexType></xs:element><xs:element name="HelpFileRef"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:anyAttribute namespace="##other" processContents="lax" /></xs:complexType></xs:element><xs:element name="HelpFilterRef"><xs:complexType><xs:attribute name="Id" use="required" type="xs:string" /><xs:anyAttribute namespace="##other" processContents="lax" /></xs:complexType></xs:element><xs:element name="HelpCollectionRef"><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="HelpFileRef" /></xs:choice><xs:attribute name="Id" use="required" type="xs:string" /><xs:anyAttribute namespace="##other" processContents="lax" /></xs:complexType></xs:element></xs:schema>