Design property descriptors

Identifier

com.tssap.selena.dom.com.tssap.selena.dom.designPropertyDescriptors

Description

[Enter description of this extension point]

Markup

   <!ELEMENT extension (EMPTY)>
   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT extension ((descriptor | defaultDescriptor))>
   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT descriptor (EMPTY)>
   <!ATTLIST descriptor
     propertyName CDATA #REQUIRED
     class        CDATA #REQUIRED
   >

   <!ELEMENT defaultDescriptor (EMPTY)>
   <!ATTLIST defaultDescriptor
     propertyName CDATA #REQUIRED
     metaclass    CDATA "*"
     mutable      (true | false) "false""true"
     multivalued  (true | false) "false""true"
   >

Example

[Enter extension point usage example here.]

API Information

[Enter API information here.]

Supplied Implementation

[Enter information about supplied implementation of this extension point.]