<xsd:element name="bibl">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:group ref="CONTENT" />
</xsd:choice>
<xsd:attributeGroup ref="LinkSupport" />
<xsd:attribute name="href" type="xsd:string" />
<xsd:attribute name="key" type="xsd:string" />
</xsd:complexType>
</xsd:element>
|