cbrn:Equation
A mathematical equation and its coefficients.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:EquationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:EquationCoefficientValueList [0..*]A list of values of the coefficients of an equation.
- cbrn:EquationCovarianceMatrixValueList [0..*]A white-space delimited list of values that provide the lower triangular half of an equation covariance matrix.
- cbrn:EquationKindCode [0..*]A 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:LowerLimitValue [0..*]A lowest value of X for which an equation is valid.
- cbrn:UpperLimitValue [0..*]A highest value of X for which an equation is valid.
- cbrn:EquationAugmentationPointAbstract [0..*]An augmentation point for cbrn:EquationType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:EquationAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<cbrn:Equation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:EquationCoefficientValueList cbrn:subEquationNumeric="1">1.0 1.0</cbrn:EquationCoefficientValueList> <cbrn:EquationCovarianceMatrixValueList>1.0 1.0</cbrn:EquationCovarianceMatrixValueList> <cbrn:EquationKindCode>Exponential</cbrn:EquationKindCode> <cbrn:EquationDescriptionText>string</cbrn:EquationDescriptionText> <cbrn:LowerLimitValue>1.0</cbrn:LowerLimitValue> <cbrn:UpperLimitValue>1.0</cbrn:UpperLimitValue> <cbrn:EquationAugmentationPoint>any content</cbrn:EquationAugmentationPoint> </cbrn:Equation>