Schema sharedTypes.xsd


complexType ArgumentsComplexType
diagram sharedTypes_diagrams/sharedTypes_p1.png

element ArgumentsComplexType/argument
diagram sharedTypes_diagrams/sharedTypes_p2.png

complexType CommandComplexType
diagram sharedTypes_diagrams/sharedTypes_p3.png

element CommandComplexType/executable
diagram sharedTypes_diagrams/sharedTypes_p4.png
annotation
documentation
Absolute path plus file name of the executable.

element CommandComplexType/className
diagram sharedTypes_diagrams/sharedTypes_p5.png
annotation
documentation
Fully qualifying name of a Java runnable class.

complexType DateTimeComplexType
diagram sharedTypes_diagrams/sharedTypes_p6.png
attributes
Name  Type  Use  Default  Fixed  Annotation
date  date  required      
time  time  required      

attribute DateTimeComplexType/@date

attribute DateTimeComplexType/@time

complexType EnvironmentVariableComplexType
diagram sharedTypes_diagrams/sharedTypes_p7.png

element EnvironmentVariableComplexType/name
diagram sharedTypes_diagrams/sharedTypes_p8.png
annotation
documentation
Name of the environment variable.

element EnvironmentVariableComplexType/value
diagram sharedTypes_diagrams/sharedTypes_p9.png
annotation
documentation
Value of the environment variable.

complexType EnvironmentVariablesComplexType
diagram sharedTypes_diagrams/sharedTypes_p10.png

element EnvironmentVariablesComplexType/environmentVariable
diagram sharedTypes_diagrams/sharedTypes_p11.png

complexType ExecuteActivityComplexType
diagram sharedTypes_diagrams/sharedTypes_p12.png

element ExecuteActivityComplexType/description
diagram sharedTypes_diagrams/sharedTypes_p13.png
annotation
documentation
Optional description of the execute activity.

element ExecuteActivityComplexType/command
diagram sharedTypes_diagrams/sharedTypes_p14.png
annotation
documentation
Command to execute. This can be either an executable or a Java class.

element ExecuteActivityComplexType/arguments
diagram sharedTypes_diagrams/sharedTypes_p15.png
annotation
documentation
Arguments to be passed to the executable.

element ExecuteActivityComplexType/environmentVariables
diagram sharedTypes_diagrams/sharedTypes_p16.png
annotation
documentation
Environment variables to be pass ed to the executable.

element ExecuteActivityComplexType/timeOut
diagram sharedTypes_diagrams/sharedTypes_p17.png
annotation
documentation
Timeout for execute activity in milliseconds.

element ExecuteActivityComplexType/overrulingDiagnosticFile
diagram sharedTypes_diagrams/sharedTypes_p18.png
annotation
documentation
File containing diagnostic information about activity. This file always is located in the importDir and overrules the global diagnostic file.

complexType FloatPropertyComplexType
diagram sharedTypes_diagrams/sharedTypes_p19.png
attributes
Name  Type  Use  Default  Fixed  Annotation
key  string  required      
value  float  required      

attribute FloatPropertyComplexType/@key

attribute FloatPropertyComplexType/@value

element FloatPropertyComplexType/description
diagram sharedTypes_diagrams/sharedTypes_p20.png

complexType IntPropertyComplexType
diagram sharedTypes_diagrams/sharedTypes_p21.png
attributes
Name  Type  Use  Default  Fixed  Annotation
key  string  required      
value  int  required      

attribute IntPropertyComplexType/@key

attribute IntPropertyComplexType/@value

element IntPropertyComplexType/description
diagram sharedTypes_diagrams/sharedTypes_p22.png

complexType ModelComplexType
diagram sharedTypes_diagrams/sharedTypes_p23.png

element ModelComplexType/executeActivity
diagram sharedTypes_diagrams/sharedTypes_p24.png

complexType ModelRunInfoComplexType
diagram sharedTypes_diagrams/sharedTypes_p25.png
attributes
Name  Type  Use  Default  Fixed  Annotation
version  dh:versionStringType      1.2  

attribute ModelRunInfoComplexType/@version

element ModelRunInfoComplexType/runPeriod
diagram sharedTypes_diagrams/sharedTypes_p26.png

element ModelRunInfoComplexType/timeStep
diagram sharedTypes_diagrams/sharedTypes_p27.png
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  dh:timeStepUnitEnumStringType  required      
divider  int  optional  1    
multiplier  int  optional  1    

element ModelRunInfoComplexType/resultTimeStep
diagram sharedTypes_diagrams/sharedTypes_p28.png
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  dh:timeStepUnitEnumStringType  required      
divider  int  optional  1    
multiplier  int  optional  1    

complexType ModuleComplexType
diagram sharedTypes_diagrams/sharedTypes_p29.png

element ModuleComplexType/workingDirectory
diagram sharedTypes_diagrams/sharedTypes_p30.png

element ModuleComplexType/executeActivity
diagram sharedTypes_diagrams/sharedTypes_p31.png

complexType PeriodComplexType
diagram sharedTypes_diagrams/sharedTypes_p32.png

element PeriodComplexType/startDate
diagram sharedTypes_diagrams/sharedTypes_p33.png

element PeriodComplexType/endDate
diagram sharedTypes_diagrams/sharedTypes_p34.png

complexType StringPropertyComplexType
diagram sharedTypes_diagrams/sharedTypes_p35.png
attributes
Name  Type  Use  Default  Fixed  Annotation
key  string  required      
value  string  required      

attribute StringPropertyComplexType/@key

attribute StringPropertyComplexType/@value

element StringPropertyComplexType/description
diagram sharedTypes_diagrams/sharedTypes_p36.png

complexType TimeSeedSettingsComplexType
diagram sharedTypes_diagrams/sharedTypes_p37.png

element TimeSeedSettingsComplexType/start
diagram sharedTypes_diagrams/sharedTypes_p38.png

element TimeSeedSettingsComplexType/end
diagram sharedTypes_diagrams/sharedTypes_p39.png

complexType TimeSpanComplexType
diagram sharedTypes_diagrams/sharedTypes_p40.png
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  dh:timeUnitEnumStringType  required      
divider  int  optional  1    
multiplier  int  optional  1    

attribute TimeSpanComplexType/@unit

attribute TimeSpanComplexType/@divider

attribute TimeSpanComplexType/@multiplier

complexType TimeStepComplexType
diagram sharedTypes_diagrams/sharedTypes_p41.png
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  dh:timeStepUnitEnumStringType  required      
divider  int  optional  1    
multiplier  int  optional  1    
annotation
documentation
The timeunit element has three attributes, unit and devider and multiplier.
            the unit is second, minute, hour, week, month year.
            The devider attribute is optional (default = 1).

attribute TimeStepComplexType/@unit

attribute TimeStepComplexType/@divider

attribute TimeStepComplexType/@multiplier

simpleType dataTypeEnumStringType
annotation
documentation
to define the type of the data (double, flow, string, boolean etc

simpleType directoryStringType

simpleType fileLocationTypeEnumStringType
annotation
documentation
type: either file or directory

simpleType fileStringType

simpleType idIntType

simpleType idStringType

simpleType indexStringType
annotation
documentation
index (e.g. 12) or index line (e.g. 11:18) in an array

simpleType mappingTypeEnumStringType

simpleType nameStringType

simpleType nonNegativeDouble

simpleType percentageType

simpleType statePartEnumStringType

simpleType timeOutIntegerType

simpleType timeStepUnitEnumStringType
annotation
documentation
Same as timeUnitEnumStringType plus the nonequidistant time step

simpleType timeUnitEnumStringType

simpleType timeZoneSimpleType
annotation
documentation
The timeZone (in decimal hours shift from GMT)
            e.g. -1.0 or 3.5. If not present GMT is assumed

simpleType variableStringType

simpleType versionStringType


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy