Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed elementDefaults example

...

(Optional) You can add default values to the attributes as below,
E.g.

Code Block
languagexml
<elementDefaults><elementDefaults class="properties">
            <property name="country" value="Kenya"/>
            ...
        </elementDefaults>

...