CSML 1.0 [Top | back ]
simpleType DelayKind
namespace http://www.GenomicObject.net/2002/PetriNet
type restriction of xsd:string
used by
attribute ProcessDelayType/@delayType
facets
enumeration timed
annotation
documentation

        Process delay can only be "timed".
     
source <xsd:simpleType name="DelayKind">
 
<xsd:annotation>
   
<xsd:documentation>
        Process delay can only be "timed".
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="timed"/>
   
<!-- <xsd:enumeration value="step"/> -->
 
</xsd:restriction>
</xsd:simpleType>