noNamespace
element FUNVAR

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

Model
<FUNVAR
  id = xs:string>
TERMTYPE+
</FUNVAR>


Nested Element Summary
 TERMTYPE
          

Attribute Summary
 xs:stringid
          Identifies a function variable. 

Attribute Detail

id

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

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="FUNVAR" substitutionGroup="TERMTYPE">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="TERMTYPE"/>
</xs:sequence>
<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.