Structure Provider

Identifier:
com.sodius.mdw.server.structureProvider

Description:

Configuration Markup:

<!ELEMENT extension (structureProvider*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT structureProvider (testPage?)?>

<!ATTLIST structureProvider

id    CDATA #REQUIRED

name  CDATA #REQUIRED

class CDATA #REQUIRED>

A Structure provides a structural view of a model. This structure information can be used on client side, typically to allow a user selection as an argument of a service execution.



<!ELEMENT testPage EMPTY>

<!ATTLIST testPage

url CDATA #REQUIRED>

References a web page that allows the developer to test the structure provider within the context of MDWorkbench Server.