<xs:complexType name="closerType" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Used to group together material appearing at the end of a division, including in particular <dateline> and <keywords>.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="xces:class.text">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="xces:m.phrase.seq"/>
<xs:element name="dateline" type="xces:datelineType"/>
<xs:element name="keywords" type="xces:keywordsType"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType> |