linking:bindPrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
component IDREF required
interface string optional
role string required

Used By

Element linking:bind
Complex Type profile:bindType

Source

<complexType name="bindPrototype">
  <sequence minOccurs="0" maxOccurs="unbounded">
    <element ref="linking:bindParam"/>
  </sequence>
  <attribute name="role" type="string" use="required"/>
  <attribute name="component" type="IDREF" use="required"/>
  <attribute name="interface" type="string" use="optional"/>
</complexType>