<xs:complexType name="openerType" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Groups together any opening material that is not a heading at the start 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"/>
<!-- 0.4 Changed m.subpar.seq to m.phrase.seq -->
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType> |