Namespace: |
|
Type: |
embedded complexType |
Content: |
|
Defined: |
globally within component.xsd, see XML source |
Used: |
at 2 locations |
XML Representation Summary |
|||||
<useTemplateGroup |
|||||
ids | = |
xsd:string |
|||
> |
|||||
|
|||||
</useTemplateGroup> |
<xsd:element name="useTemplateGroup"> <xsd:annotation> <xsd:documentation> In a derived component, selects a template group from the base by id. If no subelements are specified, all the named templates (those with ids) are inherited. No templates without ids are inherited. If subelements are specified, these describe the specific templates to inherit from the group. The id "*" may be used to bring in all named templates. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> </xsd:sequence> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="ids" type="xsd:string" use="required"/> |
Type: |
embedded, empty content |
Defined: |
by reference, within this element |
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="useTemplate"/> |