154 lines
6.5 KiB
XML
154 lines
6.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- This file is part of the DITA learning and training content
|
|
specialization working design. It is a work-in-progress by
|
|
the OASIS DITA learning and training content specialization
|
|
sub-committee.-->
|
|
<!-- (C) Copyright OASIS Open 2007, 2009 -->
|
|
<!-- All Rights Reserved. -->
|
|
<!-- ============================================================= -->
|
|
<!-- HEADER -->
|
|
<!-- ============================================================= -->
|
|
<!-- MODULE: DITA learningOverview XSD -->
|
|
<!-- VERSION: 0.1 -->
|
|
<!-- DATE: May 2007 -->
|
|
<!-- -->
|
|
<!-- ============================================================= -->
|
|
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
|
|
<!-- -->
|
|
<!-- PURPOSE: W3C XML Schema to describe DITA Learning Base -->
|
|
<!-- -->
|
|
<!-- ORIGINAL CREATION DATE: -->
|
|
<!-- May 2007 -->
|
|
<!-- -->
|
|
<!-- UPDATES: -->
|
|
<!-- ============================================================= -->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
<!-- ==================== Import Section ======================= -->
|
|
<xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="urn:oasis:names:tc:dita:xsd:ditaarch.xsd:1.2"/>
|
|
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<dita:domainsModule xmlns:dita="http://dita.oasis-open.org/architecture/2005/">(topic learningBase+learningInteractionBase-d learningOverview)</dita:domainsModule>
|
|
</xs:appinfo>
|
|
<xs:documentation>
|
|
|
|
</xs:documentation>
|
|
</xs:annotation>
|
|
|
|
<!-- Base type: univ-atts -->
|
|
<xs:attributeGroup name="univ-atts-no-importance-learningOverview">
|
|
<xs:attributeGroup ref="id-atts"/>
|
|
<xs:attributeGroup ref="filter-atts"/>
|
|
<xs:attribute name="rev" type="xs:string"/>
|
|
<xs:attribute name="status" type="status-atts.class"/>
|
|
<xs:attributeGroup ref="localization-atts"/>
|
|
</xs:attributeGroup>
|
|
<!-- Base type: importance-atts.class -->
|
|
<xs:simpleType name="importance-att-nodefault-learningOverview.class">
|
|
<xs:restriction base="importance-atts.class">
|
|
<xs:enumeration value="optional"/>
|
|
<xs:enumeration value="required"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:group name="learningOverview-info-types">
|
|
<xs:choice>
|
|
<xs:group ref="no-topic-nesting"/>
|
|
</xs:choice>
|
|
</xs:group>
|
|
<!-- Element declarations for learningOverview.mod -->
|
|
<xs:element name="learningOverview">
|
|
<xs:annotation>
|
|
<xs:documentation>
|
|
The <<keyword>learningOverview</keyword>> element is the top-level element
|
|
for learningOverview.
|
|
</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:complexType>
|
|
<xs:complexContent>
|
|
<xs:extension base="learningOverview.class">
|
|
<xs:attribute ref="class" default="- topic/topic learningBase/learningBase learningOverview/learningOverview "/>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="learningOverviewbody">
|
|
<xs:annotation>
|
|
<xs:documentation>
|
|
The <<keyword>learningOverviewbody</keyword>> element is the main body-level
|
|
element inside a learningOverview topic.
|
|
</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:complexType>
|
|
<xs:complexContent>
|
|
<xs:extension base="learningOverviewbody.class">
|
|
<xs:attribute ref="class" default="- topic/body learningBase/learningBasebody learningOverview/learningOverviewbody "/>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- Base type: topic.class -->
|
|
<xs:complexType name="learningOverview.class">
|
|
<xs:sequence>
|
|
<xs:group ref="learningOverview.content"/>
|
|
</xs:sequence>
|
|
<xs:attributeGroup ref="leariningOverview.attributes"/>
|
|
</xs:complexType>
|
|
|
|
<xs:group name="learningOverview.content">
|
|
<xs:sequence>
|
|
<xs:sequence>
|
|
<xs:group ref="title"/>
|
|
<xs:group ref="titlealts" minOccurs="0"/>
|
|
<xs:choice minOccurs="0">
|
|
<xs:group ref="shortdesc" minOccurs="0"/>
|
|
<xs:group ref="abstract" minOccurs="0"/>
|
|
</xs:choice>
|
|
<xs:group ref="prolog" minOccurs="0"/>
|
|
<xs:group ref="learningOverviewbody"/>
|
|
<xs:group ref="related-links" minOccurs="0"/>
|
|
<xs:group ref="learningOverview-info-types" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:sequence>
|
|
</xs:group>
|
|
|
|
<xs:attributeGroup name="leariningOverview.attributes">
|
|
<xs:attribute name="id" type="xs:ID" use="required"/>
|
|
<xs:attributeGroup ref="conref-atts"/>
|
|
<xs:attributeGroup ref="select-atts"/>
|
|
<xs:attributeGroup ref="domains-att"/>
|
|
<xs:attribute ref="ditaarch:DITAArchVersion"/>
|
|
<xs:attribute name="outputclass" type="xs:string"/>
|
|
<xs:attributeGroup ref="localization-atts"/>
|
|
<xs:attributeGroup ref="global-atts"/>
|
|
</xs:attributeGroup>
|
|
|
|
|
|
<!-- Base type: body.class -->
|
|
<xs:complexType name="learningOverviewbody.class">
|
|
<xs:sequence>
|
|
<xs:group ref="learningOverviewbody.content"/>
|
|
</xs:sequence>
|
|
<xs:attributeGroup ref="learningOverviewbody.attributes"/>
|
|
</xs:complexType>
|
|
|
|
<xs:group name="learningOverviewbody.content">
|
|
<xs:sequence>
|
|
<xs:sequence>
|
|
<xs:group ref="lcIntro" minOccurs="0"/>
|
|
<xs:group ref="lcAudience" minOccurs="0" maxOccurs="unbounded"/>
|
|
<xs:group ref="lcDuration" minOccurs="0"/>
|
|
<xs:group ref="lcPrereqs" minOccurs="0"/>
|
|
<xs:group ref="lcObjectives" minOccurs="0"/>
|
|
<xs:group ref="lcResources" minOccurs="0"/>
|
|
<xs:group ref="section" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:sequence>
|
|
</xs:group>
|
|
|
|
|
|
<xs:attributeGroup name="learningOverviewbody.attributes">
|
|
<xs:attribute name="outputclass" type="xs:string"/>
|
|
<xs:attributeGroup ref="univ-atts"/>
|
|
<xs:attributeGroup ref="global-atts"/>
|
|
</xs:attributeGroup>
|
|
</xs:schema>
|