noNamespace
element VAR

Documentation
Logical language: Subject variable.
Properties
This component is not nillable.

Model
<VAR
  id = xs:string>

</VAR>


Attribute Summary
 xs:stringid
          Identifies a subject variable. 

Attribute Detail

id

Identifies a subject variable. Also used as a LaTeX expression for this variable.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="VAR" substitutionGroup="TERMTYPE">
<xs:complexType>
<xs:attribute name="id" type="xs:string" 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.