element <extensionProperties>
Namespace:
Type:
embedded complexType
Content:
complex, 1 attribute, 1 element
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<extensionProperties
   
name
 = 
xsd:string
   
>
   
Content: 
</extensionProperties>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Extension properties may be dynamically added, based on the state of an instance of this
component, its container, or other objects. There may be more than one set of extension properties defined in a component.
See the com.nokia.sdt.datamodel.adapter.IPropertyExtenders interface.
XML Source
<xsd:element name="extensionProperties">
<xsd:annotation>
<xsd:documentation>
Extension properties may be dynamically added, based on the state of an instance of this
component, its container, or other objects. There may be more than one set of extension properties defined in a component.
See the com.nokia.sdt.datamodel.adapter.IPropertyExtenders interface.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstractProperty"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
The unique name of this extension property set. Used to select properties
to add at runtime.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail
name
The unique name of this extension property set. Used to select properties
to add at runtime.
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
The unique name of this extension property set. Used to select properties
to add at runtime.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail
abstractProperty
Type:
abstractPropertyType, empty content
Defined:
by reference, within this element
XML Source
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstractProperty"/>