noNamespace
element FUNCON

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

Model
<FUNCON
  ref = xs:string>
TERMTYPE*
</FUNCON>


Nested Element Summary
 TERMTYPE
          

Attribute Summary
 xs:stringref
          References a function constant definition. 

Attribute Detail

ref

References a function constant definition. The function constant must be defined within this or an imported module. For an external reference the name must begin with the appropiate label follwed by an dot.

Type:
xs:string
Use:
required
Form:
unqualified

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