Documentation for obj_object_profiled_data_schema

Complex Type: cs_relativeCoordinate

[Table of contents]

Super-types: None
Sub-types: None
Name cs_relativeCoordinate
Used by (from the same schema document) Complex Type cs_productFlowUnit
Abstract no
Documentation WITSML - Product Flow Connected Node Component Schema.
XML Instance Representation
<...>
<witsml:x> witsml:lengthPerLengthMeasure </witsml:x> [0..1]

'Defines the relative from-left-to-right location on a display screen. The display origin (0,0) is the upper left-hand corner of the display as viewed by the user.'

<witsml:y> witsml:lengthPerLengthMeasure </witsml:y> [0..1]

'Defines the relative from-top-to-bottom location on a display screen. The display origin (0,0) is the upper left-hand corner of the display as viewed by the user.'

<witsml:z> witsml:lengthPerLengthMeasure </witsml:z> [0..1]

'Defines the relative from-front-to-back location in a 3D system. The unrotated display origin (0,0) is the upper left-hand corner of the display as viewed by the user. The \"3D picture\" may be rotated on the 2d display.'

</...>
Diagram
h418171686 h418171686 h418171686
Schema Component Representation
<xsd:complexType name="cs_relativeCoordinate">
<xsd:sequence>
<xsd:element name="x" type=" witsml:lengthPerLengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="y" type=" witsml:lengthPerLengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="z" type=" witsml:lengthPerLengthMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>