cbrn:PointXY
A single two dimensional - i.e., (X,Y) - data point.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:PointXYType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:XValue [0..*] Value (and optionally, the 1-sigma absolute uncertainty of this value), of the first dimension.
- cbrn:YValue [0..*] Value (and optionally, the 1-sigma absolute uncertainty of this value), of the second dimension.
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 in
- Type cbrn:ArrayXYType (Element cbrn:ArrayXY)
Sample instance
<cbrn:PointXY> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:XValue>1.0 1.0</cbrn:XValue> <cbrn:YValue>1.0 1.0</cbrn:YValue> </cbrn:PointXY>