bind

The bind element binds values to effect parameters upon instantiation.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
semantic xs:NCName required
The semantic attribute specifies which effect parameter to bind.
target xs:token required
The target attribute specifies the location of the value to bind to the specified semantic. 
This text string is a path-name following a simple syntax described in the "Addressing Syntax" 
section.

Source

<xs:element name="bind" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The bind element binds values to effect parameters upon instantiation.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="semantic" type="xs:NCName" use="required">
      <xs:annotation>
        <xs:documentation>The semantic attribute specifies which effect parameter to bind.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="target" type="xs:token" use="required">
      <xs:annotation>
        <xs:documentation>The target attribute specifies the location of the value to bind to the specified semantic. This text string is a path-name following a simple syntax described in the "Addressing Syntax" section.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample