Namespace: |
|
Type: |
|
Content: |
simple, 2 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||||
<expandArgument |
|||||
help | = |
xsd:string |
|||
name | = |
xsd:string |
|||
> |
|||||
|
|||||
</expandArgument> |
Type Derivation Summary xsd:string ![]() |
Derivation: |
extension of xsd:string |
<xsd:element name="expandArgument"> <xsd:annotation> <xsd:documentation> Added post 1.1. Provides multiline text content for an argument. This is semantically identical to setting an attribute of the same name="..." value in the expandMacro element, with any standalone leading whitespace and standalone trailing whitespace removed (as with <template>). </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:annotation> <xsd:documentation> The variable to define (matching the id from macroArgument). </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Help/usage text for a documentation generating tool. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="help" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation> Help/usage text for a documentation generating tool. </xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="name" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation> The variable to define (matching the id from macroArgument). </xsd:documentation> </xsd:annotation> </xsd:attribute> |