Changeset 11145 for trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_scormGenDeploy/pf/scorm2k4/schemas/adlnav_v1p3.xsd
- Timestamp:
- 06/05/08 12:26:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_scormGenDeploy/pf/scorm2k4/schemas/adlnav_v1p3.xsd
r8581 r11145 2 2 <xs:schema targetNamespace = "http://www.adlnet.org/xsd/adlnav_v1p3" 3 3 xmlns:xs = "http://www.w3.org/2001/XMLSchema" 4 xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"5 4 xmlns = "http://www.adlnet.org/xsd/adlnav_v1p3" 6 5 elementFormDefault = "qualified" 7 version = " ADL Version 1.3">6 version = "1.0"> 8 7 9 8 <xs:annotation> 10 9 <xs:documentation> 11 This is a draft version of the ADL namespaced elements for presentation of navigation controls. 12 Further modifications will be made prior to the SCORM 1.3 final release. 10 This file represents the W3C XML Schema Language Binding of the ADL namespaced elements for navigation controls. 13 11 </xs:documentation> 14 12 </xs:annotation> … … 20 18 <xs:documentation> 21 19 ************************************************************************* 22 * Change History*20 * Change History * 23 21 ************************************************************************* 24 22 2003-18-09 Initial creation. 23 2004-23-01 Final edits in preparation for release 24 2005-06-06 Added new hideLMSUI vocabulary token suspendAll, exitAll, 25 and abandonAll 25 26 ************************************************************************* 26 27 </xs:documentation> … … 52 53 <xs:enumeration value = "exit"/> 53 54 <xs:enumeration value = "previous"/> 55 <xs:enumeration value = "suspendAll"/> 56 <xs:enumeration value = "exitAll"/> 57 <xs:enumeration value = "abandonAll"/> 54 58 </xs:restriction> 55 59 </xs:simpleType>
Note: See TracChangeset
for help on using the changeset viewer.