1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- ============================================================= -->
|
---|
3 | <!-- HEADER -->
|
---|
4 | <!-- ============================================================= -->
|
---|
5 | <!-- ============================================================= -->
|
---|
6 | <!-- MODULE: DITA Delay Resolution 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 delay resolution 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 delay-d)</dita:domainsModule>
|
---|
28 | </xs:appinfo>
|
---|
29 | <xs:documentation>
|
---|
30 |
|
---|
31 | </xs:documentation>
|
---|
32 | </xs:annotation>
|
---|
33 |
|
---|
34 |
|
---|
35 | <xs:group name="delay-d-keywords">
|
---|
36 | <xs:choice>
|
---|
37 | <xs:group ref="exportanchors"/>
|
---|
38 | </xs:choice>
|
---|
39 | </xs:group>
|
---|
40 |
|
---|
41 |
|
---|
42 | <xs:group name="exportanchors">
|
---|
43 | <xs:sequence>
|
---|
44 | <xs:choice>
|
---|
45 | <xs:element ref="exportanchors"/>
|
---|
46 | </xs:choice>
|
---|
47 | </xs:sequence>
|
---|
48 | </xs:group>
|
---|
49 |
|
---|
50 | <xs:group name="anchorid">
|
---|
51 | <xs:sequence>
|
---|
52 | <xs:choice>
|
---|
53 | <xs:element ref="anchorid"/>
|
---|
54 | </xs:choice>
|
---|
55 | </xs:sequence>
|
---|
56 | </xs:group>
|
---|
57 |
|
---|
58 | <xs:group name="anchorkey">
|
---|
59 | <xs:sequence>
|
---|
60 | <xs:choice>
|
---|
61 | <xs:element ref="anchorkey"/>
|
---|
62 | </xs:choice>
|
---|
63 | </xs:sequence>
|
---|
64 | </xs:group>
|
---|
65 |
|
---|
66 |
|
---|
67 | <xs:element name="exportanchors">
|
---|
68 | <xs:complexType>
|
---|
69 | <xs:complexContent>
|
---|
70 | <xs:extension base="exportanchors.class">
|
---|
71 | <xs:attribute ref="class" default="+ topic/keywords delay-d/exportanchors "/>
|
---|
72 | </xs:extension>
|
---|
73 | </xs:complexContent>
|
---|
74 | </xs:complexType>
|
---|
75 | </xs:element>
|
---|
76 | <xs:complexType name="exportanchors.class">
|
---|
77 | <xs:sequence>
|
---|
78 | <xs:group ref="exportanchors.content"/>
|
---|
79 | </xs:sequence>
|
---|
80 | <xs:attributeGroup ref="exportanchors.attributes"/>
|
---|
81 | </xs:complexType>
|
---|
82 |
|
---|
83 | <xs:group name="exportanchors.content">
|
---|
84 | <xs:sequence>
|
---|
85 | <xs:choice minOccurs="0" maxOccurs="unbounded">
|
---|
86 | <xs:group ref="anchorid" minOccurs="0"/>
|
---|
87 | <xs:group ref="anchorkey" minOccurs="0"/>
|
---|
88 | </xs:choice>
|
---|
89 | </xs:sequence>
|
---|
90 | </xs:group>
|
---|
91 |
|
---|
92 | <xs:attributeGroup name="exportanchors.attributes">
|
---|
93 | <xs:attributeGroup ref="univ-atts"/>
|
---|
94 | <xs:attributeGroup ref="global-atts"/>
|
---|
95 | </xs:attributeGroup>
|
---|
96 |
|
---|
97 | <xs:element name="anchorid">
|
---|
98 | <xs:complexType>
|
---|
99 | <xs:complexContent>
|
---|
100 | <xs:extension base="anchorid.class">
|
---|
101 | <xs:attribute ref="class" default="+ topic/keyword delay-d/anchorid "/>
|
---|
102 | </xs:extension>
|
---|
103 | </xs:complexContent>
|
---|
104 | </xs:complexType>
|
---|
105 | </xs:element>
|
---|
106 | <xs:complexType name="anchorid.class">
|
---|
107 | <xs:attributeGroup ref="anchorid.attributes"/>
|
---|
108 | </xs:complexType>
|
---|
109 |
|
---|
110 | <xs:attributeGroup name="anchorid.attributes">
|
---|
111 | <xs:attribute name="keyref" type="xs:string"/>
|
---|
112 | <xs:attribute name="id" type="xs:NMTOKEN" use="required"/>
|
---|
113 | <xs:attribute name="outputclass" type="xs:string"/>
|
---|
114 | <xs:attributeGroup ref="localization-atts"/>
|
---|
115 | <xs:attributeGroup ref="select-atts"/>
|
---|
116 | <xs:attributeGroup ref="conref-atts"/>
|
---|
117 | <xs:attributeGroup ref="global-atts"/>
|
---|
118 | </xs:attributeGroup>
|
---|
119 |
|
---|
120 | <xs:element name="anchorkey">
|
---|
121 | <xs:annotation>
|
---|
122 | <xs:documentation>The <<keyword>keyword</keyword>> element identifies a keyword
|
---|
123 | or token, such as a single value from an enumerated list, the name of a command
|
---|
124 | or parameter, or a lookup key for a message (contrast with <xref href="term.xml">term</xref>).
|
---|
125 | </xs:documentation>
|
---|
126 | </xs:annotation>
|
---|
127 | <xs:complexType>
|
---|
128 | <xs:complexContent>
|
---|
129 | <xs:extension base="anchorkey.class">
|
---|
130 | <xs:attribute ref="class" default="+ topic/keyword delay-d/anchorkey "/>
|
---|
131 | </xs:extension>
|
---|
132 | </xs:complexContent>
|
---|
133 | </xs:complexType>
|
---|
134 | </xs:element>
|
---|
135 | <xs:complexType name="anchorkey.class">
|
---|
136 | <xs:attributeGroup ref="anchorkey.attributes"/>
|
---|
137 | </xs:complexType>
|
---|
138 |
|
---|
139 | <xs:attributeGroup name="anchorkey.attributes">
|
---|
140 | <xs:attribute name="keyref" type="xs:string" use="required"/>
|
---|
141 | <xs:attribute name="outputclass" type="xs:string"/>
|
---|
142 | <xs:attributeGroup ref="univ-atts"/>
|
---|
143 | <xs:attributeGroup ref="global-atts"/>
|
---|
144 | </xs:attributeGroup>
|
---|
145 |
|
---|
146 | </xs:schema>
|
---|