cbrn:EquationType
A data type that describes a mathematical equation and its coefficients. The type of the equation is given by the equationKind attribute. The coefficients of the equation are supplied by the EquationCoefficients element; the values of the covariance matrix may be supplied by the EquationCovarianceMatrix. It is recommended that the data from which the equation coefficients were derived be made available as an ArrayXY type so that the coefficients for a different model could be derived.
Complex type information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
NIEM properties:
- Base: s:ComplexObjectType
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:EquationCoefficients [0..*] List of values of the coefficients of an equation.
- cbrn:EquationCovarianceMatrix [0..*] A white-space delimited list of values that provide the lower triangular half of an equation covariance matrix.
- cbrn:EquationKindCode [0..*] Kind of an equation.
- cbrn:EquationDescriptionText [0..*] A free-form description of the equation type; it is intended for documentation purposes only. If the equation kind is Other, then this description shall be specified to explain the kind of equation. Polynomial equations shall report the linear term first as Term0 followed by the other terms. An example would be: Energy = Term0 + Term1*Ch + Term2*Ch**2
- cbrn:UpperLimitValue [0..*] The highest value of X for which an equation is valid.
- cbrn:LowerLimitValue [0..*] The lowest value of X for which an equation is valid.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used by
- Element cbrn:Equation
Type inheritance chain
- s:ComplexObjectType
- cbrn:EquationType