xpdl:SimulationInformation

Element Information

Model

Attributes

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

Used By

Element xpdl:Activity

Source

<xsd:element name="SimulationInformation">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Cost"/>
      <xsd:element ref="xpdl:TimeEstimation"/>
    </xsd:sequence>
    <xsd:attribute name="Instantiation">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="ONCE"/>
          <xsd:enumeration value="MULTIPLE"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample