noNamespace
element EXISTENTIAL

Documentation
Rule of existential generalization. For rule version 0.01.00.
Properties
This component is not nillable.

Model
<EXISTENTIAL
  ref = xs:string>
VAR?
</EXISTENTIAL>


Nested Element Summary
 VAR
          Replace this free subject variable. 

Attribute Summary
 xs:stringref
           

Attribute Detail

ref


Type:
xs:string
Use:
optional
Form:
unqualified

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