home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / FL_xml_xsd_91897________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  1KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- 
  3.   Copyright 2001 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research 
  4.   Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. 
  5.   http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231" 
  6.   
  7.   This schema is copied from http://www.w3.org/2001/xml.xsd.
  8. -->
  9. <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
  10.   <xs:attribute name="lang" type="xs:language">
  11.   </xs:attribute>
  12.  
  13.   <xs:attribute name="space">
  14.     <xs:simpleType>
  15.       <xs:restriction base="xs:NCName">
  16.         <xs:enumeration value="default"/>
  17.         <xs:enumeration value="preserve"/>
  18.       </xs:restriction>
  19.     </xs:simpleType>
  20.   </xs:attribute>
  21.  
  22.   <xs:attribute name="base" type="xs:anyURI">
  23.     <xs:annotation>
  24.       <xs:documentation source="http://www.w3.org/TR/xmlbase/"></xs:documentation>
  25.     </xs:annotation>
  26.   </xs:attribute>
  27.  
  28.   <xs:attribute name="id" type="xs:ID">
  29.     <xs:annotation>
  30.       <xs:documentation source="http://www.w3.org/TR/xml-id/"></xs:documentation>
  31.     </xs:annotation>
  32.   </xs:attribute>
  33.  
  34.   <xs:attributeGroup name="specialAttrs">
  35.     <xs:attribute ref="xml:base"/>
  36.     <xs:attribute ref="xml:lang"/>
  37.     <xs:attribute ref="xml:space"/>
  38.   </xs:attributeGroup>
  39.  
  40. </xs:schema>
  41.