| Name |
Type |
Optional |
| TARGET |
STRING |
Yes |
Name of the field which will receive the
value of the referenced element. If this
attribute is not specified, the sub-element
is parsed but the corresponding data structure,
if any, is discarded can cannot be access
from within the client application.
The type of the attribute referred to by the
TARGET attribute must be compatible
|
| NAME |
STRING |
No |
Name of the referenced element, which
must be defined within the same meta-definition
file.
|
| TAG |
STRING |
Yes |
Pro version only
This attribute is used to override the default
tag name as defined for the referred element. This allows
for isomorphic structures to be enclosed in different
tags depending on the context.
|
| OPTIONAL |
BOOLEAN |
Yes |
Indicates whether the element reference is
optional or not. Default is FALSE.
|
| POLYMORPH |
BOOLEAN |
Yes |
Indicates whether the element reference refers to a base
class, and all the derived classes must be considered, using
the Schema's standard xsi:type predefined attribute.
|