field

Attributes:
Table 1. field attributes
Name Type Use
colName xsd:string required
nullCompareDec compareType required
Source:
<xsd:element name="field">
  <xsd:complexType>
    <xsd:attribute name="colName" type="xsd:string" use="required"/>
    <xsd:attribute name="nullCompareDec" type="compareType" use="required"/>
  </xsd:complexType>
</xsd:element>