noNamespace
element SUBST_FREE

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

Model
<SUBST_FREE
  ref = xs:string>
(VAR?, TERM? )
</SUBST_FREE>


Nested Element Summary
 TERM
          Replacement term. 
 VAR
          Replace this free subject variable. 

Attribute Summary
 xs:stringref
           

Attribute Detail

ref


Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="SUBST_FREE" substitutionGroup="REASONTYPE">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="VAR">
</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.