noNamespace
element SUBST_FUNVAR

Documentation
Substitute of function variable by term. For rule version 0.01.00.
Properties
This component is not nillable.

Model
<SUBST_FUNVAR
  ref = xs:string>
(FUNVAR?, TERM? )
</SUBST_FUNVAR>


Nested Element Summary
 FUNVAR
          Replace this function variable. 
 TERM
          Replacement term. 

Attribute Summary
 xs:stringref
           

Attribute Detail

ref


Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="SUBST_FUNVAR" substitutionGroup="REASONTYPE">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="FUNVAR">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="TERM">
</xs:element>
</xs:sequence>
<xs:attribute name="ref" type="xs:string">
</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.