noNamespace
element ITEM

Documentation
Single literature reference.
Properties
This component is not nillable.

Model
<ITEM
  label = xs:NMTOKEN>
LATEX+
</ITEM>


Nested Element Summary
 LATEX
          

Attribute Summary
 xs:NMTOKENlabel
          Label for this reference. 

Attribute Detail

label

Label for this reference. This label must be unique within this module.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

Source
<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>


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