-
Notifications
You must be signed in to change notification settings - Fork 0
/
imsss_v1p0.xsd
120 lines (111 loc) · 7.04 KB
/
imsss_v1p0.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
<?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_v1p0seqrule.xsd"/>
<xs:include schemaLocation = "imsss_v1p0objective.xsd"/>
<xs:include schemaLocation = "imsss_v1p0delivery.xsd"/>
<xs:include schemaLocation = "imsss_v1p0random.xsd"/>
<xs:include schemaLocation = "imsss_v1p0rollup.xsd"/>
<xs:include schemaLocation = "imsss_v1p0control.xsd"/>
<xs:include schemaLocation = "imsss_v1p0limit.xsd"/>
<xs:include schemaLocation = "imsss_v1p0auxresource.xsd"/>
<xs:element name = "sequencing" type = "sequencingType"
block = "#all">
<xs:annotation>
<xs:documentation>The root element for all sequencing tags. This tag will usually appear as a child element to an IMS CP item tag.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name = "sequencingType">
<xs:annotation>
<xs:documentation>The type associated with any top-level sequencing tag</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name = "controlMode" type = "controlModeType"
block = "#all" minOccurs = "0">
<xs:annotation>
<xs:documentation>non-exclusive definition of acceptable control-modes</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name = "sequencingRules" type = "sequencingRulesType"
block = "#all" minOccurs = "0"/>
<xs:element name = "limitConditions" type = "limitConditionsType"
block = "#all" minOccurs = "0"/>
<xs:element name = "auxiliaryResources" type = "auxiliaryResourcesType"
block = "#all" minOccurs = "0"/>
<xs:element name = "rollupRules" type = "rollupRulesType"
block = "#all" minOccurs = "0"/>
<xs:element name = "objectives" type = "objectivesType"
block = "#all" minOccurs = "0">
<!--
<xs:unique name = "uniqueGlobalObjective">
<xs:selector xpath = ".//imsss:mapInfo[@writeSatisfiedStatus = 'true' or @writeNormalizedMeasure = 'true']"/>
<xs:field xpath = "@targetObjectiveID"/>
</xs:unique>
-->
</xs:element>
<xs:element name = "randomizationControls" type = "randomizationType"
block = "#all" minOccurs = "0"/>
<xs:element name = "deliveryControls" type = "deliveryControlsType"
block = "#all" minOccurs = "0"/>
<xs:any namespace = "##other" processContents = "strict" minOccurs = "0" maxOccurs = "unbounded"/>
</xs:sequence>
<xs:attribute name = "ID" type = "xs:ID"/>
<xs:attribute name = "IDRef" type = "xs:IDREF"/>
</xs:complexType>
<xs:element name = "sequencingCollection"
block = "#all">
<xs:complexType>
<xs:sequence>
<xs:element ref = "sequencing" maxOccurs = "unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>