The element goals is the parent element of the lObjective elements. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
intStatement | xs:string | optional |
|
||||
presentation | restriction of xs:string | optional |
|
Elements | elml:lesson, elml:unit |
<xs:element name="goals"> <xs:annotation> <xs:documentation>The element goals is the parent element of the lObjective elements.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="elml:lObjective" maxOccurs="20"/> </xs:sequence> <xs:attributeGroup ref="elml:IntStatementImp"/> <xs:attributeGroup ref="elml:PresentationImp"/> </xs:complexType> </xs:element> |