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 minOccurs="0" name="BIBLIOGRAPHY">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ITEM">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="LATEX"/>
</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.