home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / Office.en-us / OfficeLR.cab / REVIEWROUTING_INIT.XSN_1033 / context.xsd < prev    next >
Extensible Markup Language  |  2007-09-06  |  823b  |  20 lines

  1. <?xml version="1.0"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.     <xsd:element name="Context">
  4.         <xsd:complexType>
  5.             <xsd:simpleContent>
  6.                 <xsd:extension base="xsd:string">
  7.                     <xsd:attribute ref="isRunAtServer"></xsd:attribute>
  8.                     <xsd:attribute ref="isStartWorkflow"></xsd:attribute>
  9.                     <xsd:attribute ref="provideAllFields"></xsd:attribute>
  10.                     <xsd:attribute ref="siteUrl"></xsd:attribute>
  11.                 </xsd:extension>
  12.             </xsd:simpleContent>
  13.         </xsd:complexType>
  14.     </xsd:element>
  15.     <xsd:attribute name="isRunAtServer" type="xsd:boolean"></xsd:attribute>
  16.     <xsd:attribute name="isStartWorkflow" type="xsd:boolean"></xsd:attribute>
  17.     <xsd:attribute name="provideAllFields" type="xsd:boolean"></xsd:attribute>
  18.     <xsd:attribute name="siteUrl" type="xsd:string"></xsd:attribute>
  19. </xsd:schema>
  20.