-
Notifications
You must be signed in to change notification settings - Fork 91
CMI 5 Working Group Meeting Minutes – June 20th, 2014
CMI-5 Working Group Meeting Minutes – June 20th, 2014
Attendees
- William A. McDonald – Boeing Flight Services
- Bruce Williamson – Boeing Defense Systems
- Bernard Bouyt - Airbus
- Ben Clark – Rustici Software
- Art Werkenthin – RISC
- Ray Lowery – Pratt & Whitney (Please let know if anyone was missed)
Agenda
Notes
Changes for CMI-5 Course Structure Specification
The group reviewed course metadata and agreed that the titles and descriptions should be of type “Langstring” (a data type that supports multiple languages)
Ben Clark provided the following example from his work on a XAPI content package :
http://tincanapi.com/wp-content/assets/tincan.xsd
<xs:complexType name="langstring">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="lang" type="xs:language"/>
</xs:extension> </xs:simpleContent> </xs:complexType>
The group agreed that this was a good approach and will work on CMI-5 specific XSD type definition to represent such a structure.
The group also agreed that the course identifier should follow the IRI (Internationalized Resource Identifier) as defined in RFC 3987
All Previous CMI-5 Meeting Minutes (Prior to June 6th)
http://aicccmi5.wikispaces.com/AICC+CMI5+Specification
All Previous CMI-5 Meeting Minutes (After June 6th)
https://github.com/AICC/CMI-5_Spec_Current/wiki
CMI-5 on GitHub