-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimsss_v1p0seqrule.xsd
161 lines (152 loc) · 8.29 KB
/
imsss_v1p0seqrule.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<?xml version = "1.0" encoding = "UTF-8"?>
<!--
IPR, License and Distribution Notices
This machine readable file is derived from IMS specification IMS Simple Sequencing XML Binding Version 1.0 Final Specification
found at http://www.imsglobal.org/simplesequencing/ and the original IMS schema binding or code base
http://www.imsglobal.org/simplesequencing/ssv1p0/imsss_bindv1p0.html.
Recipients of this document are requested to submit, with their comments, notification of any relevant patent
claims or other intellectual property rights of which they may be aware that might be infringed by the schema
binding contained in this document.
IMS takes no position regarding the validity or scope of any intellectual property or other rights that might be
claimed to pertain to the implementation or use of the technology described in this document or the extent to
which any license under such rights might or might not be available; neither does it represent that it has made
any effort to identify any such rights. Information on IMS’s procedures with respect to rights in IMS specifications
can be found at the IMS Intellectual Property Rights web page: http://www.imsglobal.org/ipr/imsipr_policyFinal.pdf.
Copyright © IMS Global Learning Consortium 1999-2007. All Rights Reserved.
License Notice for Users
Users of products or services that include this document are hereby granted a worldwide, royalty-free,
non-exclusive license to use this document.
Distribution Notice for Developers
Developers of products or services that provide distribution of this document as is or with modifications are
required to register with the IMS community on the IMS website as described in the following two paragraphs:
- If you wish to distribute this document as is, with no modifications, you are hereby granted permission to copy,
display and distribute the contents of this document in any medium for any purpose without fee or royalty provided
that you include this IPR, License and Distribution notice in its entirety on ALL copies, or portions thereof, that you
make and you complete a valid license registration with IMS and receive an email from IMS granting the license.
To register, follow the instructions on the IMS website: http://www.imsglobal.org/specificationdownload.cfm. Once
registered you are granted permission to transfer unlimited distribution rights of this document for the purposes
of third-party or other distribution of your product or service that incorporates this document as long as this IPR,
License and Distribution notice remains in place in its entirety.
- If you wish to create and distribute a derived work from this document, you are hereby granted permission to copy,
display and distribute the contents of the derived work in any medium for any purpose without fee or royalty provided
that you include this IPR, License and Distribution notice in its entirety on ALL copies, or portions thereof, that you
make and you complete a valid profile registration with IMS and receive an email from IMS granting the license. To
register, follow the instructions on the IMS website: http://www.imsglobal.org/profile/. Once registered you are
granted permission to transfer unlimited distribution rights of the derived work for the purposes of third-party or
other distribution of your product or service that incorporates the derived work as long as this IPR, License and
Distribution notice remains in place in its entirety.
The limited permissions granted above are perpetual and will not be revoked by IMS or its successors or assigns.
THIS SPECIFICATION IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR,
ANY WARRANTY OF NONINFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY USE OF THIS SPECIFICATION
SHALL BE MADE ENTIRELY AT THE IMPLEMENTER’S OWN RISK, AND NEITHER THE CONSORTIUM, NOR
ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER
OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, DIRECTLY OR INDIRECTLY, ARISING
FROM THE USE OF THIS SPECIFICATION.
-->
<!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
<xs:schema xmlns = "http://www.imsglobal.org/xsd/imsss"
targetNamespace = "http://www.imsglobal.org/xsd/imsss"
xmlns:xs = "http://www.w3.org/2001/XMLSchema"
elementFormDefault = "qualified"
attributeFormDefault = "unqualified">
<xs:include schemaLocation = "imsss_v1p0util.xsd"/>
<xs:complexType name = "exitConditionRuleType">
<xs:complexContent>
<xs:extension base = "sequencingRuleType">
<xs:sequence>
<xs:element name = "ruleAction"
block = "#all">
<xs:complexType>
<xs:attribute name = "action" use = "required" type = "exitConditionRuleActionType"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name = "postConditionRuleType">
<xs:annotation>
<xs:documentation>postConditionSequencingRuleType is derived by extension from sequencingRuleType. It adds an element ruleAction that is a simpleType constrained to a vocabulary relevant to post-Condition sequencing rules</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base = "sequencingRuleType">
<xs:sequence>
<xs:element name = "ruleAction"
block = "#all">
<xs:complexType>
<xs:attribute name = "action" use = "required" type = "postConditionRuleActionType"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name = "preConditionRuleType">
<xs:complexContent>
<xs:extension base = "sequencingRuleType">
<xs:sequence>
<xs:element name = "ruleAction"
block = "#all">
<xs:complexType>
<xs:attribute name = "action" use = "required" type = "preConditionRuleActionType"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name = "sequencingRuleType" abstract = "true">
<xs:sequence>
<xs:element name = "ruleConditions"
block = "#all" minOccurs = "0">
<xs:complexType>
<xs:sequence>
<xs:element name = "ruleCondition"
block = "#all" maxOccurs = "unbounded">
<xs:complexType>
<xs:attribute name = "referencedObjective" type = "xs:anyURI"/>
<xs:attribute name = "measureThreshold" type = "measureType"/>
<xs:attribute name = "operator" default = "noOp" type = "conditionOperatorType"/>
<xs:attribute name = "condition" use = "required" type = "sequencingRuleConditionType"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name = "conditionCombination" default = "all" type = "conditionCombinationType"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name = "sequencingRulesType">
<xs:sequence>
<xs:element name = "preConditionRule" type = "preConditionRuleType"
block = "#all" minOccurs = "0" maxOccurs = "unbounded"/>
<xs:element name = "exitConditionRule" type = "exitConditionRuleType"
block = "#all" minOccurs = "0" maxOccurs = "unbounded"/>
<xs:element name = "postConditionRule" type = "postConditionRuleType"
block = "#all" minOccurs = "0" maxOccurs = "unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name = "exitConditionRuleActionType">
<xs:restriction base = "xs:token">
<xs:enumeration value = "exit"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name = "postConditionRuleActionType">
<xs:restriction base = "xs:token">
<xs:enumeration value = "exitParent"/>
<xs:enumeration value = "exitAll"/>
<xs:enumeration value = "retry"/>
<xs:enumeration value = "retryAll"/>
<xs:enumeration value = "continue"/>
<xs:enumeration value = "previous"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name = "preConditionRuleActionType">
<xs:restriction base = "xs:token">
<xs:enumeration value = "skip"/>
<xs:enumeration value = "disabled"/>
<xs:enumeration value = "hiddenFromChoice"/>
<xs:enumeration value = "stopForwardTraversal"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>