CoordinateSystem
A right-handed orthogonal Cartesian co-ordinate system. Used to define the vessel coordinate system definition.. CoordinateSystem has the following child elements:
| Child | Namespace | Type | Use | Cardinality | Choice | Description |
|---|---|---|---|---|---|---|
| Description | ocx | xs:string | opt. | [0, 1] | False | Contains a description of the component its parent represents. The description is stored as a string. You can use this element for whatever purposes you require. This element can be used inside many OCX XML elements but is optional. |
| FrameTables | ocx | ocx:FrameTables_T | req. | [1, โ] | True | The Vessel reference coordinate system organised as a frame table system. The authoring system must export the complete frame table definition for ALL X, Y and Z positions. The FrameTables may define several X, Y, or Z systems. As a minimum, each main system must be exported. If more than one system is exported, the authoring system must set the isMainSystem=true for the main reference system in each direction. |
| LocalCartesian | ocx | ocx:Transformation_T | opt. | [0, โ] | True | To specify a Local (Orthogonal) Axis System Origin and two of the local X,Y,Z axis need to be specified. When used to specify a Plane the XY (UV) plane is considered. Optional if the coordinate system is referring to the global coordinate frame. |
| VesselGrid | ocx | ocx:VesselGrid_T | req. | [1, โ] | True | The defintion of the vessel grid system including the vessel frame table. |
CoordinateSystem has the following attributes:
| Attribute | Namespace | Type | Use | Default | Fixed | Description |
|---|---|---|---|---|---|---|
| isGlobal | ocx | xs:boolean | optional | true | If set to true, the coordinate system is the global world coordinate frame with right handed convention. This is the default. | |
| GUIDRef | ocx | Restriction of type ocx:guid | req. | A globally Unique ID referring an entity in the sending application. | ||
| name | ocx | xs:string | opt. | An optional descriptive or display name. | ||
| id | ocx | xs:ID | req. | An identifier for an element unique within the scope of the XML file. Each id must be unique within a document. The attribute uses the standard XML 1.0 ID type as defined in the XML Schema specification. This attribute is required in many OCX XML elements and an application should generate them automatically. |
- Schema Version:
- 2.8.6
- Namespace URL:
- http://data.dnvgl.com/Schemas/ocxXMLSchema
- Date:
- Aug 16 2023 17:29:16
- Status:
- PublishState.DRAFT
- OCX parser version:
- 0.8.0
