ParameterField

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dataType DATATYPE optional
name xs:string required
optype OPTYPE optional

Used By

Element DefineFunction

Source

<xs:element name="ParameterField">
  <xs:complexType>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="optype" type="OPTYPE"/>
    <xs:attribute name="dataType" type="DATATYPE"/>
  </xs:complexType>
</xs:element>

Sample