xpdl:Tool

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xsd:NMTOKEN required
Type restriction of xsd:NMTOKEN optional

Used By

Source

<xsd:element name="Tool">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:ActualParameters" minOccurs="0"/>
      <xsd:element ref="xpdl:Description" minOccurs="0"/>
      <xsd:element ref="xpdl:ExtendedAttributes" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="Type">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="APPLICATION"/>
          <xsd:enumeration value="PROCEDURE"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample