<xs:element name="gapText">
<xs:annotation>
<xs:documentation>The element gapText allows defining the text containing the spaces left out for the student to fill in.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded">
<xs:element ref="elml:gap"/>
<xs:element ref="elml:list"/>
<xs:element ref="elml:term"/>
<xs:element ref="elml:multimedia"/>
<xs:element ref="elml:formatted"/>
<xs:element ref="elml:link"/>
<xs:element ref="elml:citation"/>
<xs:element ref="elml:newLine"/>
<xs:element ref="elml:indexItem"/>
</xs:choice>
</xs:complexType>
</xs:element> |