element <useTemplate>
Namespace:
Type:
embedded complexType
Content:
empty, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<useTemplate
   
ids
 = 
xsd:string
/>
May be included in elements (3):
Known Usage Locations
Annotation
In a derived component, selects a template from the base by id.
XML Source
<xsd:element name="useTemplate">
<xsd:annotation>
<xsd:documentation>
In a derived component, selects a template from the base by id.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="ids" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
Attribute Detail
ids
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="ids" type="xsd:string" use="required"/>