home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 24 / xlink.xsd < prev    next >
Extensible Markup Language  |  2001-04-14  |  625b  |  17 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3.   xmlns="http://www.w3.org/1999/xlink"
  4.   targetNamespace="http://www.w3.org/1999/xlink"
  5.   attributeFormDefault="unqualified"
  6. >
  7.  
  8.   <xsd:attribute name="type"    type="xsd:string"
  9.                  use="fixed"    value="simple"  />
  10.   <xsd:attribute name="href"    type="xsd:anyURI"/>
  11.   <xsd:attribute name="actuate" type="xsd:string"
  12.                  use="fixed"    value="onLoad"  />
  13.   <xsd:attribute name="show"    type="xsd:string"
  14.                  use="fixed"    value="embed"  />
  15.  
  16. </xsd:schema>
  17.