http://maven.apache.org/FML/1.0.1
element macro

Documentation
1.0.1
        A macro element.
      
Properties
This component is not nillable.

Model
<macro
  name = Text>
param*
</macro>


Nested Element Summary
 param
          

Attribute Summary
 Textname
          

Attribute Detail

name

Type:
Text
Use:
required
Form:
unqualified

Source
<xs:element name="macro">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="param"/>
</xs:choice>
<xs:attribute name="name" type="Text" use="required"/>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.