ditaarch.xsd 1.9 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ============================================================= -->
  3. <!-- HEADER -->
  4. <!-- ============================================================= -->
  5. <!-- ============================================================= -->
  6. <!-- MODULE: DITA DITA Architecture Attribute -->
  7. <!-- VERSION: 1.1 -->
  8. <!-- DATE: November 2006 -->
  9. <!-- -->
  10. <!-- ============================================================= -->
  11. <!-- ============================================================= -->
  12. <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
  13. <!-- -->
  14. <!-- PURPOSE: W3C XML Schema to describe DITA architecture -->
  15. <!-- attribute -->
  16. <!-- -->
  17. <!-- ORIGINAL CREATION DATE: -->
  18. <!-- March 2001 -->
  19. <!-- -->
  20. <!-- (C) Copyright OASIS-Open.org 2005, 2006 -->
  21. <!-- (C) Copyright IBM Corporation 2001, 2004. -->
  22. <!-- All Rights Reserved. -->
  23. <!-- ============================================================= -->
  24. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dita.oasis-open.org/architecture/2005/" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
  25. <xs:attribute name="DITAArchVersion" type="xs:string" default="1.1"/>
  26. </xs:schema>