ims_xml.xsd 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- filename=ims_xml.xsd -->
  3. <xsd:schema xmlns="http://www.w3.org/XML/1998/namespace"
  4. targetNamespace="http://www.w3.org/XML/1998/namespace"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  6. elementFormDefault="qualified">
  7. <!-- 2001-02-22 edited by Thomas Wason IMS Global Learning Consortium, Inc. -->
  8. <xsd:annotation>
  9. <xsd:documentation>In namespace-aware XML processors, the &quot;xml&quot; prefix is bound to the namespace name http://www.w3.org/XML/1998/namespace.</xsd:documentation>
  10. <xsd:documentation>Do not reference this file in XML instances</xsd:documentation>
  11. <xsd:documentation>Schawn Thropp: Changed the uriReference type to string type</xsd:documentation>
  12. </xsd:annotation>
  13. <xsd:attribute name="lang" type="xsd:language">
  14. <xsd:annotation>
  15. <xsd:documentation>Refers to universal XML 1.0 lang attribute</xsd:documentation>
  16. </xsd:annotation>
  17. </xsd:attribute>
  18. <xsd:attribute name="base" type="xsd:string">
  19. <xsd:annotation>
  20. <xsd:documentation>Refers to XML Base: http://www.w3.org/TR/xmlbase</xsd:documentation>
  21. </xsd:annotation>
  22. </xsd:attribute>
  23. <xsd:attribute name="link" type="xsd:string"/>
  24. </xsd:schema>