tml:input

a process can have zero or more inputs. This describes a single input process cycle, initiated by an input trigger

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Source

<xs:element name="input" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>a process can have zero or more inputs. This describes a single input process cycle, initiated by an input trigger</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
      <xs:element name="inputIdent" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="uid" type="tml:BindType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>uid of input</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="name" type="tml:BindType" minOccurs="0"/>
            <xs:element name="description" type="tml:BindType" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="tml:logicalDataStructure" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="dataValue" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>fixed or forced input value not. single value or array defined by logical data structure</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="tml:uid_uidRef"/>
  </xs:complexType>
</xs:element>

Sample