QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Instantiation | restriction of xsd:NMTOKEN | optional |
Element | xpdl:Activity |
<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> |