XML Source of "ditabase.xsd"
See Also: |
|
Schema Location: |
http://docs.oasis-open.org/dita/v1.1/OS/schema/ditabase.xsd |
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA BASE XSD -->
<!-- VERSION: 1.1 -->
<!-- DATE: November 2006 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: Based W3C XML Schema holds all the information -->
<!-- types -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- March 2001 -->
<!-- -->
<!-- (C) Copyright OASIS-Open.org 2005, 2006 -->
<!-- (C) Copyright IBM Corporation 2001, 2004. -->
<!-- All Rights Reserved. -->
<!-- ============================================================= -->
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="urn:oasis:names:tc:dita:xsd:xml.xsd:1.1"/>
<!-- Add the domains to the base topic XML Schema -->
<!-- ================ TOPIC DOMAINS ===================== -->
<!-- ================ GROUP DEFINITIONS ===================== -->
<!-- ================= MODULE INLCUDE DEFINITION ================== -->
<!-- ======== Table elements ======== -->
<!-- ======= MetaData elements, plus keyword and indexterm ======= -->
<xs:group name="keyword">
</xs:group>
</xs:group>
</xs:group>
</xs:group>
</xs:group>
</xs:group>
</xs:redefine>
<!-- ================ INFO TYPES ===================== -->
<xs:complexType name="topic.class">
<xs:complexContent>
<xs:extension base="topic.class">
<xs:attribute default="(topic ui-d) (topic hi-d) (topic sw-d) (topic pr-d) (topic ut-d) (topic indexing-d)" name="domains" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:group>
</xs:redefine>
<xs:complexType name="concept.class">
<xs:complexContent>
<xs:extension base="concept.class">
<xs:attribute default="(topic ui-d) (topic hi-d) (topic sw-d) (topic pr-d) (topic ut-d) (topic indexing-d)" name="domains" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:group>
</xs:redefine>
<xs:complexType name="task.class">
<xs:complexContent>
<xs:extension base="task.class">
<xs:attribute default="(topic ui-d) (topic hi-d) (topic sw-d) (topic pr-d) (topic ut-d) (topic indexing-d)" name="domains" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:group>
</xs:redefine>
<xs:complexType name="reference.class">
<xs:complexContent>
<xs:extension base="reference.class">
<xs:attribute default="(topic ui-d) (topic hi-d) (topic sw-d) (topic pr-d) (topic ut-d) (topic indexing-d)" name="domains" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:group>
</xs:redefine>
<xs:complexType name="glossentry.class">
<xs:complexContent>
<xs:extension base="glossentry.class">
<xs:attribute default="(topic ui-d) (topic hi-d) (topic sw-d) (topic pr-d) (topic ut-d) (topic indexing-d)" name="domains" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:group>
</xs:redefine>
</xs:group>
<xs:choice>
<xs:element ref="topic"/>
</xs:choice>
</xs:group>
<xs:annotation>
<xs:documentation>
The <
<keyword>dita</keyword>
> element provides a top-level container
for multiple topics when you create documents using the ditabase DTD. The
<
<keyword>dita</keyword>
> element lets you create any sequence of concept,
task, and reference topics, and the ditabase DTD lets you further nest these
topic types inside each other. The <
<keyword>dita</keyword>
> element has
no particular output implications; it simply allows you to create multiple
topics of different types at the same level in a single document.
</xs:documentation>
</xs:annotation>
<xs:choice maxOccurs="unbounded">
</xs:choice>
</xs:complexType>
</xs:schema>