ROME XML Definition Schema Documentation

Complex Type: ThreadFunctionDesc

[Table of contents]

Super-types: None
Sub-types: None
Name ThreadFunctionDesc
Used by (from the same schema document) Complex Type ThreadFunctionsDesc
Abstract no
Documentation Description of ThreadFunction.
XML Instance Representation
<...>
<FunctionName> string </FunctionName> [0..1]

'Name of a thread function.'

<FunctionArgument> string </FunctionArgument> [0..*]

'Argument for the thread function.'

</...>
Diagram
Schema Component Representation
<complexType name="ThreadFunctionDesc">
<sequence>
<element name="FunctionName" type=" string " minOccurs="0"/>
<element name="FunctionArgument" type=" string " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>