complexType · extension complexBaseType · all
State parameter definition
Contains the values of a parameter and its uid as reference.
| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file | ||
@uID | xsd:ID | required | UID |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
parameterUID | stringUIDBaseType | [1..1] required | Reference to the state parameter | ||
values | stringVectorBaseType | [1..1] required | Values the state parameter takes | ||
jacobian | stringArrayBaseType | [1..1] required | Jacobian of the state parameter with respect to the design parameters | ||
hessian | stringArrayBaseType | [1..1] required | Hessian of the state parameter with respect to the design parameters | ||
| Type | Name |
|---|---|
stateParametersType | stateParameter |