AGSi Standard / Data¶
agsiDataParameterSet¶
Object description¶
agsiDataParameterSet objects are containers for sets of parameter data, with each set typically corresponding to the parameters required for a model element. Sets may be referenced from agsiModelElement objects.
The parent object of agsiDataParameterSet is agsiData
agsiDataParameterSet contains the following embedded child objects:
agsiDataParameterSet has associations (reference links) with the following objects:
agsiDataParameterSet has the following attributes:
Attributes¶
parameterSetID¶
Identifier that will be referenced by agsiModelElement. All identifiers used by agsiDataParameterSet must be unique. Use of UUIDs for identifiers is recommended for large datasets.
Type: string (identifier)
Condition: Required
Example: ParamGCC/W
description¶
Short description identifying the data set.
Type: string
Example: Gotham City Clay, west zone
remarks¶
Additional remarks, if required
Type: string
Example: Some remarks if required
agsiDataParameterValue¶
Array of embedded documentSetID object(s)
Type: array (agsiDataParameterValue object(s))