The element version contains a number with the current version of the lesson. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
creationDate | xs:date | required |
|
||||
modificationDate | xs:date | optional |
|
<xs:element name="version"> <xs:annotation> <xs:documentation>The element version contains a number with the current version of the lesson.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attributeGroup ref="elml:DatesReq"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |