1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- ============================================================= -->
|
---|
3 | <!-- HEADER -->
|
---|
4 | <!-- ============================================================= -->
|
---|
5 | <!-- ============================================================= -->
|
---|
6 | <!-- MODULE: DITA Glossref Domain -->
|
---|
7 | <!-- VERSION: 1.2 -->
|
---|
8 | <!-- DATE: November 2009 -->
|
---|
9 | <!-- -->
|
---|
10 | <!-- ============================================================= -->
|
---|
11 |
|
---|
12 | <!-- ============================================================= -->
|
---|
13 | <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
|
---|
14 | <!-- -->
|
---|
15 | <!-- PURPOSE: W3C XML Schema to describe the glossref domain -->
|
---|
16 | <!-- -->
|
---|
17 | <!-- ORIGINAL CREATION DATE: -->
|
---|
18 | <!-- September 2009 -->
|
---|
19 | <!-- -->
|
---|
20 | <!-- (C) Copyright OASIS-Open.org 2009 -->
|
---|
21 | <!-- All Rights Reserved. -->
|
---|
22 | <!-- ============================================================= -->
|
---|
23 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
24 |
|
---|
25 | <xs:annotation>
|
---|
26 | <xs:appinfo>
|
---|
27 | <dita:domainsModule xmlns:dita="http://dita.oasis-open.org/architecture/2005/">(topic glossref-d)</dita:domainsModule>
|
---|
28 | </xs:appinfo>
|
---|
29 | <xs:documentation>
|
---|
30 |
|
---|
31 | </xs:documentation>
|
---|
32 | </xs:annotation>
|
---|
33 |
|
---|
34 | <xs:group name="glossref-d-topicref">
|
---|
35 | <xs:choice>
|
---|
36 | <xs:element ref="glossref"/>
|
---|
37 | </xs:choice>
|
---|
38 | </xs:group>
|
---|
39 |
|
---|
40 | <xs:group name="glossref">
|
---|
41 | <xs:sequence>
|
---|
42 | <xs:choice>
|
---|
43 | <xs:element ref="glossref"/>
|
---|
44 | </xs:choice>
|
---|
45 | </xs:sequence>
|
---|
46 | </xs:group>
|
---|
47 |
|
---|
48 |
|
---|
49 | <xs:element name="glossref">
|
---|
50 | <xs:complexType>
|
---|
51 | <xs:complexContent>
|
---|
52 | <xs:extension base="glossref.class">
|
---|
53 | <xs:attribute ref="class" default="+ map/topicref glossref-d/glossref " />
|
---|
54 | </xs:extension>
|
---|
55 | </xs:complexContent>
|
---|
56 | </xs:complexType>
|
---|
57 | </xs:element>
|
---|
58 | <xs:complexType name="glossref.class">
|
---|
59 | <xs:sequence>
|
---|
60 | <xs:group ref="glossref.content"/>
|
---|
61 | </xs:sequence>
|
---|
62 | <xs:attributeGroup ref="glossref.attributes"/>
|
---|
63 | </xs:complexType>
|
---|
64 |
|
---|
65 | <xs:group name="glossref.content">
|
---|
66 | <xs:sequence>
|
---|
67 | <xs:sequence>
|
---|
68 | <xs:group ref="topicmeta" minOccurs="0"/>
|
---|
69 | </xs:sequence>
|
---|
70 | </xs:sequence>
|
---|
71 | </xs:group>
|
---|
72 |
|
---|
73 | <xs:attributeGroup name="glossref.attributes">
|
---|
74 | <xs:attribute name="navtitle" type="xs:string"/>
|
---|
75 | <xs:attribute name="href" type="xs:string" use="required"/>
|
---|
76 | <xs:attribute name="keys" type="xs:string" use="required"/>
|
---|
77 | <xs:attribute name="keyref" type="xs:string"/>
|
---|
78 | <xs:attribute name="query" type="xs:string"/>
|
---|
79 | <xs:attribute name="copy-to" type="xs:string"/>
|
---|
80 | <xs:attribute name="collection-type" type="collection-type.class"/>
|
---|
81 | <xs:attribute name="type" type="xs:string"/>
|
---|
82 | <xs:attribute name="processing-role" type="processing-role-att.class" />
|
---|
83 | <xs:attribute name="scope" type="scope-att.class"/>
|
---|
84 | <xs:attribute name="locktitle" type="yesno-att.class"/>
|
---|
85 | <xs:attribute name="format" type="xs:string"/>
|
---|
86 | <xs:attribute name="linking" type="linkingtypes.class" default="none"/>
|
---|
87 | <xs:attribute name="toc" type="yesno-att.class" default="no"/>
|
---|
88 | <xs:attribute name="print" type="print-att.class" default="no"/>
|
---|
89 | <xs:attribute name="search" type="yesno-att.class" default="no"/>
|
---|
90 | <xs:attribute name="chunk" type="xs:string"/>
|
---|
91 | <xs:attributeGroup ref="univ-atts" />
|
---|
92 | <xs:attribute name="outputclass" type="xs:string"/>
|
---|
93 | <xs:attributeGroup ref="global-atts" />
|
---|
94 | </xs:attributeGroup>
|
---|
95 |
|
---|
96 | </xs:schema>
|
---|