home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.XML.asix_directives.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  2.1 KB  |  46 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsd:schema targetNamespace='http://schemas.microsoft.com/intellisense/image-directives'
  3.             xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  4.             xmlns='http://schemas.microsoft.com/intellisense/image-directives'
  5.             xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense'
  6.             vs:ishtmlschema='false'
  7.             vs:isserverschema='true'
  8.             vs:nonbrowseable='true'
  9.             vs:SuccinctFriendlyName="ASP.Net">
  10.  
  11. <xsd:annotation>
  12.   <xsd:documentation>
  13.     Image directives schema.
  14.   </xsd:documentation>
  15. </xsd:annotation>
  16.  
  17. <xsd:include schemaLocation="dirtypes.xsd" />
  18.  
  19. <!-- Valid top level elements -->
  20. <xsd:element name="Image" type="ImageDef" vs:htmlequivalent="%@" />
  21. <xsd:element name="OutputCache" type="OutputCacheDef" vs:htmlequivalent="%@" />
  22. <xsd:element name="Assembly" type="AssemblyDef" vs:htmlequivalent="%@" />
  23.  
  24. <!-- Definitions for top level elements -->
  25. <xsd:complexType name="ImageDef">
  26.   <xsd:attribute name="Class" type="xsd:string" />
  27.   <xsd:attribute name="CodeBehind" type="xsd:string" />
  28.   <xsd:attribute name="CompilerOptions" type="xsd:string" />
  29.   <xsd:attribute name="CustomErrorImageUrl" type="xsd:string" />
  30.   <xsd:attribute name="Debug" type="xsd:boolean" vs:nonfilterable="true" />
  31.   <xsd:attribute name="Description" type="xsd:string" />
  32.   <xsd:attribute name="Language" type="ServerLanguagesDef" vs:readonly="true" />
  33.   <xsd:attribute name="WarningLevel" type="WarningLevelDef" vs:nonfilterable="true" />
  34. </xsd:complexType>
  35.  
  36. <xsd:complexType name="OutputCacheDef">
  37.   <xsd:attribute name="Duration" type="xsd:integer" vs:nonfilterable="true" use="required" />
  38.   <xsd:attribute name="Location" type="LocationDef" vs:nonfilterable="true" />
  39.   <xsd:attribute name="SqlDependency" type="xsd:string" vs:nonfilterable="true" />
  40.   <xsd:attribute name="VaryByCustom" type="xsd:string" vs:nonfilterable="true" />
  41.   <xsd:attribute name="VaryByHeader" type="xsd:string" vs:nonfilterable="true" />
  42.   <xsd:attribute name="VaryByParam" type="xsd:string" vs:nonfilterable="true" use="required" />
  43. </xsd:complexType>
  44.  
  45. </xsd:schema>
  46.