The element keywords collects all the keywords of the lesson. |
Element | elml:metadata |
<xs:element name="keywords"> <xs:annotation> <xs:documentation>The element keywords collects all the keywords of the lesson.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="keywordItem" type="xs:string" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Each element keywordItem defines one keyword of the lesson.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |