noNamespace
element BIBLIOGRAPHY

Documentation
Literature references.
Properties
This component is not nillable.

Model
<BIBLIOGRAPHY>
ITEM
</BIBLIOGRAPHY>


Nested Element Summary
 ITEM
          Single literature reference. 
Source
<xs:element name="BIBLIOGRAPHY" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ITEM" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref="LATEX" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="label" type="xs:NMTOKEN" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.