<xs:element name="keyword">
<xs:annotation>
<xs:documentation>Free-text term to be used for indexing or finding the content of text-based search engines</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="IntlStringType">
<xs:attribute name="role" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the keyword</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="rankingAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|