code-srv-test/dita-ot-3.6/plugins/org.oasis-open.dita.v1_3/schema-url/technicalContent/xsd/conceptGrp.xsd
2021-03-23 22:38:58 +00:00

65 lines
3.4 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<!--=============================================================-->
<!-- HEADER -->
<!--=============================================================-->
<!-- MODULE: DITA Concept -->
<!-- VERSION: 1.2 -->
<!-- DATE: November 2009 -->
<!-- -->
<!--=============================================================-->
<!--=============================================================-->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!-- -->
<!-- Refer to this file by the following public identifier or an -->
<!-- appropriate system identifier -->
<!--PUBLIC "-//OASIS//ELEMENTS DITA Concept//EN" -->
<!-- Delivered as file "concept.mod" -->
<!--=============================================================-->
<!--SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!--PURPOSE: Define elements and specialization atttributes -->
<!-- for Concepts -->
<!-- -->
<!--ORIGINAL CREATION DATE: -->
<!-- March 2001 -->
<!-- -->
<!-- (C) Copyright OASIS Open 2005, 2009. -->
<!-- (C) Copyright IBM Corporation 2001, 2004. -->
<!-- All Rights Reserved. -->
<!-- UPDATES: -->
<!-- 2005.11.15 RDA: Removed old declaration for -->
<!-- conceptClasses entity -->
<!-- 2006.06.07 RDA: Added <abstract> element -->
<!-- 2006.06.07 RDA: Make universal attributes universal -->
<!-- (DITA 1.1 proposal #12) -->
<!-- 2006.11.30 RDA: Remove #FIXED from DITAArchVersion -->
<!-- 2007.12.01 EK: Reformatted DTD modules for DITA 1.2 -->
<!-- 2008.01.30 RDA: Replace @conref defn. with %conref-atts; -->
<!-- 2008.02.13 RDA: Create .content and .attributes entities -->
<!-- 2008.05.06 RDA: Added conbodydiv -->
<!--=============================================================-->
<xs:schema xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="concept">
<xs:sequence>
<xs:choice>
<xs:element ref="concept"/>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:group name="conbody">
<xs:sequence>
<xs:choice>
<xs:element ref="conbody"/>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:group name="conbodydiv">
<xs:sequence>
<xs:choice>
<xs:element ref="conbodydiv"/>
</xs:choice>
</xs:sequence>
</xs:group>
</xs:schema>