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
          

Attribute Detail

id

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="FUNVAR" substitutionGroup="TERMTYPE">
<xs:complexType>
<xs:sequence>
<xs:element ref="TERMTYPE" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>


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