CSML 1.0 [Top | back ]
complexType LogItemType
diagram
namespace http://www.GenomicObject.net/2002/PetriNet
children csml10:comment
used by
element LogType/logItem
attributes
Name  Type  Use  Default  Fixed  Annotation
authorxsd:string      
filenamexsd:string      
serverxsd:string      
statuscsml10:LogStatusKind      
timeStampxsd:string      
source <xsd:complexType name="LogItemType">
 
<xsd:sequence>
   
<xsd:element name="comment" type="csml10:CommentType" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="author" type="xsd:string"/>
 
<xsd:attribute name="filename" type="xsd:string"/>
 
<xsd:attribute name="server" type="xsd:string"/>
 
<xsd:attribute name="status" type="csml10:LogStatusKind"/>
 
<xsd:attribute name="timeStamp" type="xsd:string"/>
</xsd:complexType>

attribute LogItemType/@author
type xsd:string
properties
isRef 0
source <xsd:attribute name="author" type="xsd:string"/>

attribute LogItemType/@filename
type xsd:string
properties
isRef 0
source <xsd:attribute name="filename" type="xsd:string"/>

attribute LogItemType/@server
type xsd:string
properties
isRef 0
source <xsd:attribute name="server" type="xsd:string"/>

attribute LogItemType/@status
type csml10:LogStatusKind
properties
isRef 0
facets
enumeration unknown
enumeration running
enumeration finished
enumeration interrupted
source <xsd:attribute name="status" type="csml10:LogStatusKind"/>

attribute LogItemType/@timeStamp
type xsd:string
properties
isRef 0
source <xsd:attribute name="timeStamp" type="xsd:string"/>