-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathimsss_v1p0control.xsd
executable file
·20 lines (19 loc) · 1.08 KB
/
imsss_v1p0control.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version = "1.0" encoding = "UTF-8"?>
<!--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:complexType name = "controlModeType">
<xs:annotation>
<xs:documentation>The type associated with a control-mode element (see the element controlMode)</xs:documentation>
</xs:annotation>
<xs:attribute name = "choice" default = "true" type = "xs:boolean"/>
<xs:attribute name = "choiceExit" default = "true" type = "xs:boolean"/>
<xs:attribute name = "flow" default = "false" type = "xs:boolean"/>
<xs:attribute name = "forwardOnly" default = "false" type = "xs:boolean"/>
<xs:attribute name = "useCurrentAttemptObjectiveInfo" default = "true" type = "xs:boolean"/>
<xs:attribute name = "useCurrentAttemptProgressInfo" default = "true" type = "xs:boolean"/>
</xs:complexType>
</xs:schema>