<lcMatchTable>
The <lcMatchTable> element was
deprecated in DITA version 1.3. It was replaced with the
<lcMatchTable2> element. It was originally intended to provide a format
for matching items.
Content model
<lcMatchingHeader>?, <lcMatchingPair>+
Contained by
<lcMatching>
In order
- Optional
<lcMatchingHeader> - One or more
<lcMatchingPair>
Contained by
<lcMatching>
Inheritance
+ topic/simpletable learningInteractionBase-d/simpletable learning-d/lcMatchTable
The <lcMatchTable> element is specialized from <simpletable>. It is defined in the learning-domain module.
Example
This section is non-normative.
<lcMatching id="matching">
<title>Matching teams with cities</title>
<lcQuestion>Match the team with the city.</lcQuestion>
<lcMatchTable>
<lcMatchingHeader>
<lcItem>Team</lcItem>
<lcMatchingItem>City</lcMatchingItem>
</lcMatchingHeader>
<lcMatchingPair>
<lcItem>Boston</lcItem>
<lcMatchingItem>Red Sox</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>San Francisco</lcItem>
<lcMatchingItem>Giants</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>Chicago</lcItem>
<lcMatchingItem>Cubs</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>Toronto</lcItem>
<lcMatchingItem>Blue Jays</lcMatchingItem>
</lcMatchingPair>
</lcMatchTable>
<lcFeedbackCorrect>Good job.</lcFeedbackCorrect>
<lcFeedbackIncorrect>Not quite.</lcFeedbackIncorrect>
</lcMatching>
Attributes
The following attributes are available on this element: Universal attribute group and outputclass.