Schema dax-1.6.xsd


schema location:  E:\GriPhyN\VDL\dax-1.6\dax-1.6.xsd
targetNamespace:  http://www.griphyn.org/chimera/DAX
 
Elements  Complex types  Simple types 
adag  FilenameType  LinkageType 
PlainFilenameType  ProfileNamespace 


element adag
diagram
children filename job child
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
index  xs:nonNegativeInteger  required      
count  xs:nonNegativeInteger  required      
annotation
documentation 
abstract DAG in XML

element adag/filename
diagram
type extension of PlainFilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
link  LinkageType  optional      

element adag/job
diagram
children argument profile stdin stdout stderr uses
attributes
Name  Type  Use  Default  Fixed  Annotation
namespace  xs:string  optional      
name  xs:NMTOKEN  required      
version  xs:string  optional      
dv-namespace  xs:string  optional      
dv-name  xs:NMTOKEN  optional      
dv-version  xs:string  optional      
id  xs:ID  required      
level  xs:nonNegativeInteger  optional      
documentation 
Level from search in router.
annotation
documentation 
Job specification in terms of a logical transformation.

element adag/job/argument
diagram
children filename
annotation
documentation 
Arguments on the commandline, text interrupted by filenames

element adag/job/argument/filename
diagram
type PlainFilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      

element adag/job/profile
diagram
children filename
attributes
Name  Type  Use  Default  Fixed  Annotation
key  xs:string  required      
namespace  ProfileNamespace  required      
annotation
documentation 
Execution environment specific data to be passed to lower levels.

element adag/job/profile/filename
diagram
type PlainFilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      

element adag/job/stdin
diagram
type extension of PlainFilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
link  LinkageType  optional    input  
annotation
documentation 
stand-in for "filename", linkage is "input" fixed.

element adag/job/stdout
diagram
type extension of PlainFilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
link  LinkageType  optional    output  
annotation
documentation 
stand-in for "filename", linkage is "output" fixed.

element adag/job/stderr
diagram
type extension of PlainFilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
link  LinkageType  optional    output  
annotation
documentation 
stand-in for "filename", linkage is "output" fixed.

element adag/job/uses
diagram
type FilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
dontTransfer  xs:boolean  optional  false    
dontRegister  xs:boolean  optional  false    
temporaryHint  xs:string  optional      
link  LinkageType  optional      

element adag/child
diagram
children parent
attributes
Name  Type  Use  Default  Fixed  Annotation
ref  xs:IDREF  required      
annotation
documentation 
child node refering to a job.

element adag/child/parent
diagram
attributes
Name  Type  Use  Default  Fixed  Annotation
ref  xs:IDREF  required      
annotation
documentation 
parent node refering to a job.

complexType FilenameType
diagram
type extension of PlainFilenameType
used by
element adag/job/uses
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
dontTransfer  xs:boolean  optional  false    
dontRegister  xs:boolean  optional  false    
temporaryHint  xs:string  optional      
link  LinkageType  optional      
annotation
documentation 
logical filename representation.

complexType PlainFilenameType
diagram
used by
elements adag/filename adag/job/argument/filename adag/job/profile/filename adag/job/stderr adag/job/stdin adag/job/stdout
complexType FilenameType
attributes
Name  Type  Use  Default  Fixed  Annotation
file  xs:string  required      
annotation
documentation 
defines just a filename.

simpleType LinkageType
type restriction of xs:NMTOKEN
used by
attributes adag/filename/@link adag/job/stdin/@link adag/job/stdout/@link adag/job/stderr/@link FilenameType/@link
facets
enumeration none
enumeration input
enumeration output
enumeration inout
annotation
documentation 
defines the usage of a logical filename.

simpleType ProfileNamespace
type restriction of xs:NMTOKEN
used by
attribute adag/job/profile/@namespace
facets
enumeration vds
enumeration condor
enumeration dagman
enumeration env
enumeration hints
enumeration globus
annotation
documentation 
defines the legal namespaces of execution profiles.


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