cbrn:PointXY
A single two dimensional - i.e., (X,Y) - data point.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:PointXYType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:XValue [0..*]A value (and optionally, the 1-sigma absolute uncertainty of this value), of the first dimension of an equation.
- cbrn:YValue [0..*]A value (and optionally, the 1-sigma absolute uncertainty of this value), of the second dimension of an equation.
- cbrn:PointXYAugmentationPointAbstract [0..*]An augmentation point for cbrn:PointXYType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cbrn:PointXYAugmentationPoint
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 | |
cbrn:xUncertaintyValue | [1..1] | xsd:double | A value for the 1-sigma absolute total uncertainty (i.e., including all sources of uncertainty) in the X value of an equation. An uncertainty value of 0 means unknown. | |
cbrn:yUncertaintyValue | [1..1] | xsd:double | A value for the 1-sigma absolute total uncertainty (i.e., including all sources of uncertainty) in the Y value of an equation. An uncertainty value of 0 means unknown. |
Used in
- Type cbrn:ArrayXYType (Element cbrn:ArrayXY)
Sample instance
<cbrn:PointXY cbrn:xUncertaintyValue="1.0" cbrn:yUncertaintyValue="1.0"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:XValue>1.0</cbrn:XValue> <cbrn:YValue>1.0</cbrn:YValue> <cbrn:PointXYAugmentationPoint>any content</cbrn:PointXYAugmentationPoint> </cbrn:PointXY>