XML validation error messages

Table 1. XML Validation Error messages
Number Description
GS-10400 Invalid root element.

Edit the root to be <ManagedForm>.

GS-10401 Invalid child %1.

The element is not a valid child of the parent.

Edit the child to be an acceptable child of the parent.

GS-10402 %1 occurs more than once.

An element is defined more than once, eg: TopMenu, Toolbar can appear just once.

Remove the duplicate occurrences to keep only a single valid definition.

GS-10403 Property %1 occurs more than once.

A property for an element is defined more than once.

Remove the duplicate occurrences to keep only a single valid definition.

GS-10404

Unexpected property %1 is ignored.

This warning is displayed when a property that does not belong to the element is defined. This is ignored.

Remove the property that does not belong.

GS-10405 Incomplete %1 definition, missing property(s) %2.

Some mandatory property or properties of an element have not been defined.

Contact your support center - provide the 4fd file, the Genero Studio version, and how this file was created.

GS-10407 Invalid recordField, corresponding formfield not found.

The recordField does not correspond to any formfield, i.e. no formfield is present whose fieldId property matches the fieldIdRef property of recordField.

  • Check if recordField definition is invalid, and make it valid.
  • Add a valid formField.
  • Remove the recordField.
GS-10408 Incomplete Table definition for %1, missing record.

The table does not have a corresponding record defined.

  • Check if any existing records are invalid and could be table's record.
  • Add a valid record.
  • Remove table.
GS-10409 Invalid record, corresponding table not found.

The record does not correspond to any table.

  • Check if record definition is invalid and make it valid.
  • Add a valid table.
  • Remove the record if not needed.
GS-10410

Incomplete %1 definition, missing mandatory child.

The element's mandatory child has not been defined.

Add the missing child.

GS-10411 Invalid geometry for %1.

The geometry of element is invalid.

Edit the geometry properties posX, posY, gridWidth, gridHeight such that the element lies within the boundaries of its parent.

GS-10412

Incomplete FormField definition for %1, missing recordField.

The formField does not have a corresponding recordField defined.

  • Check if any existing recordFields are invalid and could be corresponding to formfield.

  • Add a valid RecordField.

  • Remove FormField.

GS-10413

Malformed XML.

The xml structure is invalid.

Check for missing tags.