|
Can anyone please enlighten me to what these form attributes are used?
<xs:attribute type="xs:string" name="default-map-name"/>
<xs:attribute type="xs:string" name="default-entity-name"/>
<xs:attribute type="xs:string" name="default-service-name"/>
Are they similar to the list-name that can get passed in to the form
from the screen?
Can anyone paste in some example usage, e.g.
list-name:
From Screen:
<entity-and entity-name="" list-name="X"> ... </entity-and>
To Form:
<form name="" type="list" list-name="X"> ... </form>
default-map-name:
??
default-entity-name:
??
default-service-name:
??
Thanks in advance ...
|