This is an additional element to the lifecycle which should cover when a lesson or Learning object was first online available and when was the last update and also where the resource is in use. If the parent course where the resource is in use is known it can be filled in as well if not is can also be empty. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
firstImplementation | xs:date | required | ||||
lastImplementation | xs:date | required |
<xs:element name="implementation" minOccurs="0"> <xs:annotation> <xs:documentation>This is an additional element to the lifecycle which should cover when a lesson or Learning object was first online available and when was the last update and also where the resource is in use. If the parent course where the resource is in use is known it can be filled in as well if not is can also be empty.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="usage"> <xs:complexType mixed="true"> <xs:attributeGroup ref="elml:InstituteReq"/> <xs:attributeGroup ref="elml:DepartementReq"/> </xs:complexType> </xs:element> </xs:choice> <xs:attributeGroup ref="elml:ImplementationReq"/> </xs:complexType> </xs:element> |