xlink.xsd
上传用户:shuxianled
上传日期:2007-01-18
资源大小:6404k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

Others

  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.   <xsd:attribute name="type"    type="xsd:string"
  8.                  use="fixed"    value="simple"  />
  9.   <xsd:attribute name="href"    type="xsd:anyURI"/>
  10.   <xsd:attribute name="actuate" type="xsd:string"
  11.                  use="fixed"    value="onLoad"  />
  12.   <xsd:attribute name="show"    type="xsd:string"
  13.                  use="fixed"    value="embed"  />
  14. </xsd:schema>