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

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