noNamespace
element SUBST_PREDVAR

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

Model
<SUBST_PREDVAR
  ref = xs:string>
(PREDVAR?, FORMULA? )
</SUBST_PREDVAR>


Nested Element Summary
 FORMULA
          Replacement formula. 
 PREDVAR
          Replace this predicate variable. 

Attribute Summary
 xs:stringref
           

Attribute Detail

ref


Type:
xs:string
Use:
optional
Form:
unqualified

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