cbrn:ArrayXY
Calibration data as ordinal pairs.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ArrayXYType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:PointXY [0..*] A single two dimensional - i.e., (X,Y) - data point.
- cbrn:XDescriptionText [0..*] Text descripion of the first dimension's data.
- cbrn:YDescriptionText [0..*] Text descripion of the second dimension's data.
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
Sample instance
<cbrn:ArrayXY> <cbrn:RemarkText>string</cbrn:RemarkText> <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> <cbrn:XDescriptionText>string</cbrn:XDescriptionText> <cbrn:YDescriptionText>string</cbrn:YDescriptionText> </cbrn:ArrayXY>