Schema iv-1.5.xsd


schema location:  E:\GriPhyN\VDL\iv-1.5\iv-1.5.xsd
targetNamespace:  http://www.griphyn.org/chimera/Invocation
 
Elements  Complex types  Simple types 
invocation  JobType  DottedQuad 
RUsageType  PositiveDecimal 
StatCallType 


element invocation
diagram
children setup prejob mainjob postjob cleanup cwd usage uname statcall
attributes
Name  Type  Use  Default  Fixed  
version  xs:NMTOKEN  required      
start  xs:dateTime  required      
duration  PositiveDecimal  required      
transformation  xs:string  optional  null    
derivation  xs:string  optional  null    
resource  xs:string  optional      
hostaddr  DottedQuad  optional  0.0.0.0    
hostname  xs:string  optional      
pid  xs:decimal  optional      
uid  xs:integer  optional      
user  xs:string  optional      
gid  xs:integer  optional      
group  xs:string  optional      

element invocation/setup
diagram
type JobType
children usage status statcall arguments
attributes
Name  Type  Use  Default  Fixed  
start  xs:dateTime  required      
duration  PositiveDecimal  required      
pid  xs:decimal  optional      

element invocation/prejob
diagram
type JobType
children usage status statcall arguments
attributes
Name  Type  Use  Default  Fixed  
start  xs:dateTime  required      
duration  PositiveDecimal  required      
pid  xs:decimal  optional      

element invocation/mainjob
diagram
type JobType
children usage status statcall arguments
attributes
Name  Type  Use  Default  Fixed  
start  xs:dateTime  required      
duration  PositiveDecimal  required      
pid  xs:decimal  optional      

element invocation/postjob
diagram
type JobType
children usage status statcall arguments
attributes
Name  Type  Use  Default  Fixed  
start  xs:dateTime  required      
duration  PositiveDecimal  required      
pid  xs:decimal  optional      

element invocation/cleanup
diagram
type JobType
children usage status statcall arguments
attributes
Name  Type  Use  Default  Fixed  
start  xs:dateTime  required      
duration  PositiveDecimal  required      
pid  xs:decimal  optional      

element invocation/cwd
diagram
type restriction of xs:string
facets
maxLength 4096
whiteSpace preserve

element invocation/usage
diagram
type RUsageType
attributes
Name  Type  Use  Default  Fixed  
utime  xs:decimal  required      
stime  xs:decimal  required      
minflt  xs:unsignedLong  required      
majflt  xs:unsignedLong  required      
nswap  xs:unsignedLong  required      
nsignals  xs:unsignedLong  required      
nvcsw  xs:unsignedLong  optional      
nivcsw  xs:unsignedLong  optional      

element invocation/uname
diagram
type extension of xs:token
attributes
Name  Type  Use  Default  Fixed  
archmode  xs:NMTOKEN  optional      
system  xs:NMTOKEN  required      
nodename  xs:NMTOKEN  required      
release  xs:NMTOKEN  required      
machine  xs:NMTOKEN  required      
domainname  xs:NMTOKEN  optional      

element invocation/statcall
diagram
type extension of StatCallType
children file descriptor temporary fifo statinfo data
attributes
Name  Type  Use  Default  Fixed  
error  xs:int  required      
id  xs:NMTOKEN  required      
lfn  xs:NMTOKEN  optional      

complexType JobType
diagram
children usage status statcall arguments
used by
elements invocation/cleanup invocation/mainjob invocation/postjob invocation/prejob invocation/setup
attributes
Name  Type  Use  Default  Fixed  
start  xs:dateTime  required      
duration  PositiveDecimal  required      
pid  xs:decimal  optional      

element JobType/usage
diagram
type RUsageType
attributes
Name  Type  Use  Default  Fixed  
utime  xs:decimal  required      
stime  xs:decimal  required      
minflt  xs:unsignedLong  required      
majflt  xs:unsignedLong  required      
nswap  xs:unsignedLong  required      
nsignals  xs:unsignedLong  required      
nvcsw  xs:unsignedLong  optional      
nivcsw  xs:unsignedLong  optional      

element JobType/status
diagram
children failure regular signalled suspended
attributes
Name  Type  Use  Default  Fixed  
raw  xs:int  required      

element JobType/status/failure
diagram
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  
error  xs:byte  required      

element JobType/status/regular
diagram
attributes
Name  Type  Use  Default  Fixed  
exitcode  xs:byte  required      

element JobType/status/signalled
diagram
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  
signal  xs:byte  required      
corefile  xs:boolean  optional      

element JobType/status/suspended
diagram
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  
signal  xs:byte  required      

element JobType/statcall
diagram
type StatCallType
children file descriptor temporary fifo statinfo data
attributes
Name  Type  Use  Default  Fixed  
error  xs:int  required      

element JobType/arguments
diagram
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  
executable  xs:string  optional      

complexType RUsageType
diagram
used by
elements invocation/usage JobType/usage
attributes
Name  Type  Use  Default  Fixed  
utime  xs:decimal  required      
stime  xs:decimal  required      
minflt  xs:unsignedLong  required      
majflt  xs:unsignedLong  required      
nswap  xs:unsignedLong  required      
nsignals  xs:unsignedLong  required      
nvcsw  xs:unsignedLong  optional      
nivcsw  xs:unsignedLong  optional      

complexType StatCallType
diagram
children file descriptor temporary fifo statinfo data
used by
elements invocation/statcall JobType/statcall
attributes
Name  Type  Use  Default  Fixed  
error  xs:int  required      

element StatCallType/file
diagram
type extension of xs:hexBinary
attributes
Name  Type  Use  Default  Fixed  
name  xs:string  required      

element StatCallType/descriptor
diagram
attributes
Name  Type  Use  Default  Fixed  
number  xs:nonNegativeInteger  required      

element StatCallType/temporary
diagram
attributes
Name  Type  Use  Default  Fixed  
name  xs:string  required      
descriptor  xs:integer  required      

element StatCallType/fifo
diagram
attributes
Name  Type  Use  Default  Fixed  
name  xs:string  required      
descriptor  xs:integer  required      
count  xs:nonNegativeInteger  optional  0    
rsize  xs:nonNegativeInteger  optional  0    
wsize  xs:nonNegativeInteger  optional  0    

element StatCallType/statinfo
diagram
attributes
Name  Type  Use  Default  Fixed  
size  xs:integer  required      
mode  xs:token  optional      
inode  xs:integer  optional      
nlink  xs:integer  optional      
blksize  xs:integer  optional      
atime  xs:dateTime  optional      
mtime  xs:dateTime  optional      
ctime  xs:dateTime  optional      
uid  xs:integer  optional      
user  xs:string  optional      
gid  xs:integer  optional      
group  xs:string  optional      

element StatCallType/data
diagram
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  
truncated  xs:boolean  optional      

simpleType DottedQuad
type restriction of xs:string
used by
attribute invocation/@hostaddr
facets
minLength 7
maxLength 15
whiteSpace collapse
pattern (\d{1,3}\.){3}\d{1,3}

simpleType PositiveDecimal
type restriction of xs:decimal
used by
attributes invocation/@duration JobType/@duration
facets
minInclusive 0


XML Schema documentation generated with
XMLSPY Schema Editor http://www.altova.com/xmlspy