tml:output

a process can have one or more outputs.  This describes a single output processing cycle, initiated by an output 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="output" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>a process can have one or more outputs. This describes a single output processing cycle, initiated by an output trigger</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="outputIdent" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="uid" type="tml:BindType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>uid of output</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 ref="tml:responseModels" minOccurs="0"/>
      <xs:element ref="tml:spatialModel" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="tml:temporalModel" minOccurs="0"/>
      <xs:element name="other" type="xs:anyType" minOccurs="0"/>
    </xs:sequence>
    <xs:attributeGroup ref="tml:uid_uidRef"/>
  </xs:complexType>
</xs:element>

Sample