2.2.4.8 t:ArrayOfHighlightTermsType Complex Type
The ArrayOfHighlightTermsType complex type specifies an array of highlight terms.<6>
-
<xs:complexType name="ArrayOfHighlightTermsType"> <xs:sequence> <xs:element name="Term" type="t:HighlightTermType" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists the child element of the ArrayOfHighlightTermsType complex type.
Name |
Type |
Description |
---|---|---|
Term |
t:HighlightTermType (section 2.2.4.38) |
Specifies a single highlighted term. |