noNamespace
element PREDCON

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

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


Nested Element Summary
 TERMTYPE
          

Attribute Summary
 xs:stringref
          References a predicate constant definition. 

Attribute Detail

ref

References a predicate constant definition. The predicate 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="PREDCON" substitutionGroup="FORMULATYPE">
<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.