2.2.147.27 fieldExtension

The fieldExtension element MUST be ignored.

Parent Elements

fieldsExtension

Attributes:

columnId: This attribute MUST be ignored.

columnName: This attribute MUST be ignored.

readWrite: This attribute MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="fieldExtension">
   <xsd:complexType>
     <xsd:sequence/>
     <xsd:attribute name="columnName" type="xsd:string" use="required"/>
     <xsd:attribute name="readWrite" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="columnId" type="xsd:string" use="optional"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>