sqf:parameterAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
default xs:string optional
This attribute defines a default value for a parameter or User Entry by using a XPath expression. If the attribute is set to a<icode type="element">sqf:param</icode>element, the element must be empty.
Value
Must be a valid XPath expression.
name xs:string required
This attribute defines the name of the parameter or User Entry.
Value
Must be unique within a QuickFix.
type xs:string optional
This attribute defines the type of the parameter or User Entry.
Value
The value should be a valid XML Schema type.

Used By

Source

<xs:attributeGroup name="parameterAttributes">
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>This attribute defines the name of the parameter or User Entry.</xs:documentation>
      <xs:documentation source="Value">Must be unique within a QuickFix.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="default" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>This attribute defines a default value for a parameter or User Entry by using a XPath expression. If the attribute is set to a
        <icode type="element">sqf:param</icode>element, the element must be empty.</xs:documentation>
      <xs:documentation source="Value">Must be a valid XPath expression.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="type" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>This attribute defines the type of the parameter or User Entry.</xs:documentation>
      <xs:documentation source="Value">The value should be a valid XML Schema type.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>