<xs:element name="gap">
<xs:annotation>
<xs:documentation>The element gap allows defining the gaps that are to be filled in by the student.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="answers" type="xs:string">
<xs:annotation>
<xs:documentation>The attribute answers allows to specify which word(s) are correct in this space. Several correct words are entered separated by commas - e.g. "gap, GAP, Gap".</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element> |