Documentation for obj_object_profiled_data_schema

Complex Type: securityInfoType

[Table of contents]

Super-types: None
Sub-types: None
Name securityInfoType
Used by (from the same schema document) Complex Type cs_documentInfo
Abstract no
Documentation Information about the security classification of the document. This is intended as a documentation of the security so that the file will not inadvertently be sent to someone who is not allowed access to the data. This block also carries a date that the security classification expires. For example, a well log is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.
XML Instance Representation
<...>
<witsml:Class> witsml:kindString </witsml:Class> [0..1]

'The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is determined by the System in which it is defined.'

<witsml:SecuritySystem> witsml:kindString </witsml:SecuritySystem> [0..1]

'The security classification system. This gives context to the meaning of the Class value.'

<witsml:EndDate> witsml:timestamp </witsml:EndDate> [0..1]

'The date on which this security class is no longer applicable.'

<witsml:Comment> witsml:commentString </witsml:Comment> [0..1]

'A general comment to further define the security class.'

</...>
Diagram
h-399087894 h-399087894 h-622169519 h-793122037
Schema Component Representation
<xsd:complexType name="securityInfoType">
<xsd:sequence>
<xsd:element name="Class" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="SecuritySystem" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="EndDate" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="Comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>