Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsRefractiveIndex

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsRefractiveIndex
Used by (from the same schema document) Complex Type cs_dtsFiber
Abstract no
Documentation The refractive index of a material depends on the frequency or wavelength of the light. Hence it is necessary to include both the value (a unitless number) and the frequency or wavelength. The frequency will be a quantity type with a frequency unit, such as Hz, kHz, or MHz. The wavelength will be a quantity type with a length unit, such as m, cm, um, in, or ft.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:value> witsml:unitlessQuantity </witsml:value> [1]

'The value of the refractive index.'

<witsml:frequency> witsml:frequencyMeasure </witsml:frequency> [0..1]

'The frequency (and uom) for which the refractive index is measured.'

<witsml:wavelength> witsml:lengthMeasure </witsml:wavelength> [0..1]

'The wavelength (and uom) for which the refractive index is measured. The reported wavelength should be the wavelength of the light in a vacuum.'

</...>
Diagram
h526607149 h891233991 h283461459 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsRefractiveIndex">
<xsd:sequence>
<xsd:element name="value" type=" witsml:unitlessQuantity " minOccurs="1" maxOccurs="1"/>
<xsd:element name="frequency" type=" witsml:frequencyMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wavelength" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>