| <?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 ======================= --> <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="urn:oasis:names:tc:dita:xsd:xml.xsd:1.1"/> <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="urn:oasis:names:tc:dita:xsd:ditaarch.xsd:1.1"/> <!--Embed concept to get specific elements --> <xs:annotation> <xs:documentation/> </xs:annotation> <xs:complexType> <xs:complexContent> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation/> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation/> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:choice> </xs:choice> </xs:group> <!-- Base type: topic.class --> <xs:sequence> </xs:sequence> </xs:complexType> <xs:choice maxOccurs="unbounded" minOccurs="0"> </xs:choice> </xs:complexType> <xs:choice maxOccurs="unbounded" minOccurs="0"> </xs:choice> </xs:complexType> </xs:schema> |
| XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |