1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- This file is part of the DITA learning and training content
|
---|
3 | specialization working design. It is a work-in-progress by
|
---|
4 | the OASIS DITA learning and training content specialization
|
---|
5 | sub-committee.-->
|
---|
6 | <!-- (C) Copyright OASIS Open 2007, 2009 -->
|
---|
7 | <!-- All Rights Reserved. -->
|
---|
8 | <!-- ============================================================= -->
|
---|
9 | <!-- HEADER -->
|
---|
10 | <!-- ============================================================= -->
|
---|
11 | <!-- MODULE: DITA learningMap XSD Group Definition -->
|
---|
12 | <!-- VERSION: 0.1 -->
|
---|
13 | <!-- DATE: May 2007 -->
|
---|
14 | <!-- -->
|
---|
15 | <!-- ============================================================= -->
|
---|
16 | <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
|
---|
17 | <!-- -->
|
---|
18 | <!-- PURPOSE: W3C XML Schema to describe DITA Learning Base -->
|
---|
19 | <!-- -->
|
---|
20 | <!-- ORIGINAL CREATION DATE: -->
|
---|
21 | <!-- May 2007 -->
|
---|
22 | <!-- -->
|
---|
23 | <!-- UPDATES: -->
|
---|
24 | <!-- ============================================================= -->
|
---|
25 |
|
---|
26 | <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
|
---|
27 | <xs:group name="learningObject">
|
---|
28 | <xs:sequence>
|
---|
29 | <xs:element ref="learningObject" />
|
---|
30 | </xs:sequence>
|
---|
31 | </xs:group>
|
---|
32 |
|
---|
33 | <xs:group name="learningOverviewRef">
|
---|
34 | <xs:sequence>
|
---|
35 | <xs:element ref="learningOverviewRef" />
|
---|
36 | </xs:sequence>
|
---|
37 | </xs:group>
|
---|
38 |
|
---|
39 | <xs:group name="learningContentRef">
|
---|
40 | <xs:sequence>
|
---|
41 | <xs:element ref="learningContentRef" />
|
---|
42 | </xs:sequence>
|
---|
43 | </xs:group>
|
---|
44 |
|
---|
45 | <xs:group name="learningAssessmentRef">
|
---|
46 | <xs:sequence>
|
---|
47 | <xs:element ref="learningAssessmentRef" />
|
---|
48 | </xs:sequence>
|
---|
49 | </xs:group>
|
---|
50 |
|
---|
51 | <xs:group name="learningSummaryRef">
|
---|
52 | <xs:sequence>
|
---|
53 | <xs:element ref="learningSummaryRef" />
|
---|
54 | </xs:sequence>
|
---|
55 | </xs:group>
|
---|
56 |
|
---|
57 | </xs:schema>
|
---|