<xs:element name="confgroup">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="docbook:confdates" />
<xs:element ref="docbook:conftitle" />
<xs:element ref="docbook:confnum" />
<xs:element ref="docbook:confsponsor" />
<xs:element ref="docbook:address" />
</xs:choice>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
</xs:complexType>
</xs:element>
|