<xs:element name="subjectset">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="docbook:subject" />
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
<xs:attribute name="scheme" type="xs:NMTOKEN" />
</xs:complexType>
</xs:element>
|