<xs:complexType name="gapType">
<xs:annotation>
<xs:documentation xml:lang="en">A point where material has been omitted in a transcription, whether for editorial sampling practice, or because the material is illegible.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xces:class.text.elementOnly">
<!-- 0.4 Fixed a typo, this was 'descr' in the first release of the schemas -->
<xs:attribute name="desc" type="xs:string"/>
<xs:attribute name="reason" type="xs:string"/>
<xs:attribute name="resp" type="xs:string"/>
<xs:attribute name="cert" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |