Primarily a container for one or more channel sets (ChannelSet). In WITSML v2.+, most of the log information is now at the channel set level. The concept of multiple channel sets in a single log is significant change from WITSML v1.4.1.1, where each log represented exactly one group of curves and their data. For more information about log organization and how it works, see the WITSML Technical Usage Guide.
<xs:complexType name="Log"><xs:annotation><xs:documentation>Primarily a container for one or more channel sets (ChannelSet). In WITSML v2.+, most of the log information is now at the channel set level. The concept of multiple channel sets in a single log is significant change from WITSML v1.4.1.1, where each log represented exactly one group of curves and their data. For more information about log organization and how it works, see the WITSML Technical Usage Guide.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="eml:AbstractObject"><xs:sequence><xs:group ref="witsml:ChannelSetMetadata" minOccurs="1" maxOccurs="1"/><xs:element name="Wellbore" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1"/><xs:element name="ChannelSet" type="witsml:ChannelSet" minOccurs="1" maxOccurs="unbounded"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>