input

The input element must occur at least one time. These inputs are local inputs.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
semantic xs:NMTOKEN required
The semantic attribute is the user-defined meaning of the input connection. Required attribute.
source urifragment_type required
The source attribute indicates the location of the data source. Required attribute.

Source

<xs:element name="input" type="input_local_type" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The input element must occur at least one time. These inputs are local inputs.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample