root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / XML_Examples / message.xml @ 16

Revision 16, 2.0 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet href="../stylesheets/message.xsl" type="text/xsl" media="screen"?>
3<!--            Example of Message data                 -->
4<messages 
5        xmlns="http://www.witsml.org/schemas/131" 
6        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
7        xsi:schemaLocation="http://www.witsml.org/schemas/131  ../obj_message.xsd" 
8        version="1.3.1.1">
9        <documentInfo>
10                <DocumentName>message</DocumentName>
11                <FileCreationInformation>
12                        <FileCreationDate>2001-05-31T08:15:00.000Z</FileCreationDate>
13                        <SoftwareName>WITSML 1.3.0.0 Server</SoftwareName>
14                        <FileCreator>John Smith</FileCreator>
15                </FileCreationInformation>
16        </documentInfo>
17        <message uidWell="W-12" uidWellbore="B-001" uid="366">
18                <nameWell>6507/7-A-42</nameWell>
19                <nameWellbore>A-42</nameWellbore>
20                <name>message 35</name>
21                <dTim>2001-05-31T08:14:00.000Z</dTim>
22                <activityCode>drilling</activityCode>
23                <md uom="ft">3000</md>
24                <mdBit uom="ft">2980</mdBit>
25                <typeMessage>warning</typeMessage>
26                <messageText>Message with the message document</messageText>
27                <param index="1" name="msgName">100</param>
28                <severity>minor</severity>
29                <warnProbability>low</warnProbability>
30                <commonData>
31                        <itemState>plan</itemState>
32                        <comments>These are the comments associated with the message data object.</comments>
33                </commonData>
34        </message>
35        <message uidWell="W-12" uidWellbore="B-01" uid="367">
36                <nameWell>6507/7-A-42</nameWell>
37                <nameWellbore>A-42</nameWellbore>
38                <name>message 36</name>
39                <dTim>2001-05-31T08:15:00.000Z</dTim>
40                <activityCode>drilling</activityCode>
41                <md uom="ft">3002</md>
42                <mdBit uom="ft">2982</mdBit>
43                <typeMessage>warning</typeMessage>
44                <messageText>Message with the message document</messageText>
45                <param index="1" name="msgName">100</param>
46                <severity>minor</severity>
47                <warnProbability>low</warnProbability>
48                <commonData>
49                        <itemState>plan</itemState>
50                        <comments>These are the comments associated with the message data object.</comments>
51                </commonData>
52        </message>
53</messages>
Note: See TracBrowser for help on using the browser.