Parameter

A single parameter which can be used in generic expressions

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required
A unique name for the parameter
value xs:double required
The default value for the parameter

Used By

Source

<xs:complexType name="Parameter">
  <xs:annotation>
    <xs:documentation>A single parameter which can be used in generic expressions</xs:documentation>
  </xs:annotation>
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>A unique name for the parameter</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="value" type="xs:double" use="required">
    <xs:annotation>
      <xs:documentation>The default value for the parameter</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>