<!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.
com.sodius.mdw.server.structure.StructureProvider
)<!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.