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

76 lines
3.6 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<!--=============================================================-->
<!-- HEADER -->
<!--=============================================================-->
<!-- MODULE: DITA Strict Taskbody Constraint -->
<!-- VERSION: 1.3 -->
<!-- DATE: March 2014 -->
<!-- -->
<!--=============================================================-->
<!--=============================================================-->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!-- -->
<!-- Refer to this file by the following public identifier or an -->
<!-- appropriate system identifier -->
<!--PUBLIC "-//OASIS//ELEMENTS DITA Strict Taskbody Constraint//EN"-->
<!-- Delivered as file "strictTaskbodyConstraint.mod" -->
<!--=============================================================-->
<!--SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!--PURPOSE: Declaring the domain entity for the strict task -->
<!-- constraint module -->
<!-- -->
<!--ORIGINAL CREATION DATE: -->
<!-- April 2008 -->
<!-- -->
<!-- (C) Copyright OASIS Open 2008, 2014. -->
<!-- All Rights Reserved. -->
<!-- -->
<!-- UPDATES: -->
<!--=============================================================-->
<!-- -->
<xs:schema xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<dita:domainsModule xmlns:dita="http://dita.oasis-open.org/architecture/2005/">(topic task strictTaskbody-c)</dita:domainsModule>
</xs:appinfo>
</xs:annotation>
<xs:redefine schemaLocation="./taskMod.xsd">
<xs:group name="taskPreStep">
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:group ref="prereq" minOccurs="0"/>
<xs:group ref="context" minOccurs="0"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:group name="taskPostStep">
<xs:sequence>
<xs:sequence>
<xs:group ref="result" minOccurs="0"/>
<xs:group ref="tasktroubleshooting" minOccurs="0"/>
<xs:group ref="example" minOccurs="0"/>
<xs:group ref="postreq" minOccurs="0"/>
</xs:sequence>
</xs:sequence>
</xs:group>
<xs:group name="taskStep">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="1">
<xs:group ref="steps"/>
<xs:group ref="steps-unordered"/>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:group name="task-info-types">
<xs:choice>
<xs:group ref="task-info-types"/>
</xs:choice>
</xs:group>
</xs:redefine>
</xs:schema>