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

175 lines
7 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- Darwin Information Typing Architecture (DITA) Version 1.3 Plus Errata 02 -->
<!-- OASIS Standard -->
<!-- 16 January 2018 -->
<!-- Copyright (c) OASIS Open 2018. All rights reserved. -->
<!-- Source: http://docs.oasis-open.org/dita/dita/v1.3/errata02/csprd01/complete/part0-overview/dita-v1.3-errata02-csprd01-part0-overview-complete.html -->
<!-- -->
<!-- ============================================================= -->
<!-- MODULE: DITA DITAVAL XML Schema -->
<!-- VERSION: 1.3 -->
<!-- DATE: November 2014 -->
<!-- -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: Filtering content -->
<!-- -->
<!-- ORIGINAL CREATION DATE: 2005 -->
<!-- -->
<!-- -->
<!-- UPDATES: -->
<!-- ============================================================= -->
<xs:schema xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="val" type="val.class"/>
<xs:complexType name="val.class">
<xs:sequence>
<xs:group ref="val.content"/>
</xs:sequence>
</xs:complexType>
<xs:group name="val.content">
<xs:sequence>
<xs:group ref="style-conflict" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="prop"/>
<xs:group ref="revprop"/>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:element name="style-conflict" type="style-conflict.class"/>
<xs:group name="style-conflict">
<xs:choice>
<xs:element ref="style-conflict"/>
</xs:choice>
</xs:group>
<xs:complexType name="style-conflict.class">
<xs:attributeGroup ref="style-conflict.attributes"/>
</xs:complexType>
<xs:attributeGroup name="style-conflict.attributes">
<xs:attribute name="foreground-conflict-color" type="xs:string"/>
<xs:attribute name="background-conflict-color" type="xs:string"/>
</xs:attributeGroup>
<xs:element name="prop" type="prop.class"/>
<xs:group name="prop">
<xs:choice>
<xs:element ref="prop"/>
</xs:choice>
</xs:group>
<xs:complexType name="prop.class">
<xs:sequence>
<xs:group ref="prop.content"/>
</xs:sequence>
<xs:attributeGroup ref="prop.attributes"/>
</xs:complexType>
<xs:group name="prop.content">
<xs:sequence>
<xs:group ref="startflag" minOccurs="0"/>
<xs:group ref="endflag" minOccurs="0"/>
</xs:sequence>
</xs:group>
<xs:attributeGroup name="prop.attributes">
<xs:attribute name="att" type="xs:string"/>
<xs:attribute name="val" type="xs:string"/>
<xs:attribute name="action" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="include"/>
<xs:enumeration value="exclude"/>
<xs:enumeration value="passthrough"/>
<xs:enumeration value="flag"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="color" type="xs:string"/>
<xs:attribute name="backcolor" type="xs:string"/>
<xs:attribute name="style" type="style-atts.class"/>
</xs:attributeGroup>
<xs:element name="revprop" type="revprop.class"/>
<xs:group name="revprop">
<xs:choice>
<xs:element ref="revprop"/>
</xs:choice>
</xs:group>
<xs:complexType name="revprop.class">
<xs:sequence>
<xs:group ref="revprop.content"/>
</xs:sequence>
<xs:attributeGroup ref="revprop.attributes"/>
</xs:complexType>
<xs:group name="revprop.content">
<xs:sequence>
<xs:group ref="startflag" minOccurs="0"/>
<xs:group ref="endflag" minOccurs="0"/>
</xs:sequence>
</xs:group>
<xs:attributeGroup name="revprop.attributes">
<xs:attribute name="val" type="xs:string"/>
<xs:attribute name="action" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="include"/>
<xs:enumeration value="passthrough"/>
<xs:enumeration value="flag"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="color" type="xs:string"/>
<xs:attribute name="changebar" type="xs:string"/>
<xs:attribute name="backcolor" type="xs:string"/>
<xs:attribute name="style" type="style-atts.class"/>
</xs:attributeGroup>
<xs:element name="startflag" type="startflag.class"/>
<xs:group name="startflag">
<xs:choice>
<xs:element ref="startflag"/>
</xs:choice>
</xs:group>
<xs:complexType name="startflag.class">
<xs:sequence>
<xs:group ref="startflag.content"/>
</xs:sequence>
<xs:attributeGroup ref="startflag.attributes"/>
</xs:complexType>
<xs:group name="startflag.content">
<xs:sequence>
<xs:group ref="alt-text" minOccurs="0"/>
</xs:sequence>
</xs:group>
<xs:attributeGroup name="startflag.attributes">
<xs:attribute name="imageref" type="xs:string"/>
</xs:attributeGroup>
<xs:element name="endflag" type="endflag.class"/>
<xs:group name="endflag">
<xs:choice>
<xs:element ref="endflag"/>
</xs:choice>
</xs:group>
<xs:complexType name="endflag.class">
<xs:sequence>
<xs:group ref="endflag.content"/>
</xs:sequence>
<xs:attributeGroup ref="endflag.attributes"/>
</xs:complexType>
<xs:group name="endflag.content">
<xs:sequence>
<xs:group ref="alt-text" minOccurs="0"/>
</xs:sequence>
</xs:group>
<xs:attributeGroup name="endflag.attributes">
<xs:attribute name="imageref" type="xs:string"/>
</xs:attributeGroup>
<xs:element name="alt-text" type="alt-text.class"/>
<xs:group name="alt-text">
<xs:choice>
<xs:element ref="alt-text"/>
</xs:choice>
</xs:group>
<xs:complexType name="alt-text.class" mixed="true"/>
<xs:simpleType name="style-atts.class">
<xs:restriction base="xs:NMTOKENS"/>
</xs:simpleType>
</xs:schema>