XML Source of "glossaryMod.xsd"
See Also: |
|
Schema Location: |
http://docs.oasis-open.org/dita/v1.1/OS/schema/glossaryMod.xsd |
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA Glossary XSD Module -->
<!-- VERSION: 1.1 -->
<!-- DATE: November 2006 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: W3C XML Schema to describe DITA concepts -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- June 2006 -->
<!-- -->
<!-- (C) Copyright OASIS-Open.org 2006 -->
<!-- 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">
<!-- ==================== Import Section ======================= -->
<!--Embed concept to get specific elements -->
<xs:annotation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="glossentry.class">
<xs:attribute default="- topic/topic concept/concept glossentry/glossentry " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:annotation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="glossterm.class">
<xs:attribute default="- topic/title concept/title glossentry/glossterm " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:annotation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="glossdef.class">
<xs:attribute default="- topic/abstract concept/abstract glossentry/glossdef " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:group>
<!-- Base type: topic.class -->
<xs:sequence>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="required"/>
<xs:attribute name="conref" type="xs:string"/>
</xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
<xs:attribute name="base" type="xs:string"/>
</xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
</xs:schema>