element <properties>
Namespace:
Type:
embedded complexType
Content:
complex, 1 element
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<properties>
   
Content: 
</properties>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
The list of properties defined for this component. Components also inherit the properties of their base
components, and can have properties added dynamically, see extensionProperties.
XML Source
<xsd:element name="properties">
<xsd:annotation>
<xsd:documentation>
The list of properties defined for this component. Components also inherit the properties of their base
components, and can have properties added dynamically, see extensionProperties.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstractProperty"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail
abstractProperty
Type:
abstractPropertyType, empty content
Defined:
by reference, within this element
XML Source
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="abstractProperty"/>