Namespace: |
|
Type: |
embedded complexType |
Content: |
|
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||||
<extensionProperties |
|||||
name | = |
xsd:string |
|||
> |
|||||
|
|||||
</extensionProperties> |
<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:sequence> <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> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<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> |
Type: |
abstractPropertyType, empty content |
Defined: |
by reference, within this element |
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstractProperty"/> |