ElementName.FieldName (e.g. SearchElements.StaticText1.x). Within an element, its field may be accessed by name: x. In the case of a compound element, its subelements (at any level of nesting) may also access its elements by their short names.
Within an element, the names of the fields must be unique. The names of elements of a compound element may not coincide with any of the field names in its subelements (at any level of nesting). Additionally, the names of the fields of a compound element may not coincide with any of the names of its subelements.
Example
This example searches for two address components: city (character string City) and subway station (character string Station). The subway station is specified only if the city is Sydney. To speed up FlexiLayout matching, we specify a fromSydney property for the City element. This property istrue if the City element is detected and has the value Sydney, and false in all other cases.
Code for the City element:
External fields
