<xs:element name="funcsynopsis">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="docbook:info" />
<xs:choice maxOccurs="unbounded">
<xs:element ref="docbook:funcsynopsisinfo" />
<xs:element ref="docbook:funcprototype" />
</xs:choice>
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
<xs:attribute name="language" />
</xs:complexType>
</xs:element>
|