root / projects / MonthlyProductionReport_1.0 / XML / PRODML / PRODML_schemas_with_enum_4apr2008 / documentation / obj_object_profiled_data_schema.xsd.html @ 17

Revision 17, 95.0 kB (checked in by ryland, 15 years ago)

Added project files for monthly production version 1.0

Line 
1
2<!DOCTYPE html
3  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5   <head>
6      <title>Documentation for obj_object_profiled_data_schema - obj_object_profiled_data_schema.xsd</title>
7      <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8"/>
8      <style type="text/css">
9/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
10/* More-configurable styles */
11
12/******** General ********/
13         
14/* Document body */
15body {
16   color: Black;
17   background-color: White;
18   font-family: Arial, sans-serif;
19   font-size: 10pt;
20}
21                 
22/* Horizontal rules */
23hr {
24   color: black;
25}
26/* Document title */
27h1 {
28   font-size: 18pt;
29   letter-spacing: 2px;
30   border-bottom: 1px #ccc solid;
31   padding-top: 5px;
32   padding-bottom: 5px;
33}
34/* Main section headers */
35h2 {
36   font-size: 14pt;
37   letter-spacing: 1px;
38}
39/* Sub-section headers */
40h3, h3 a, h3 span {
41   font-size: 12pt;
42   font-weight: bold;
43   color: black;
44}
45/* Table displaying the properties of the schema components or the
46   schema document itself */
47table.properties th, table.properties th a {
48   color: black;
49   background-color: #F99; /* Pink */
50}
51table.properties td {
52   background-color: #eee; /* Gray */
53}
54
55img{
56 border: 0;
57}         
58
59/********* Documentation style *************/
60p.documentation {
61   color:black;
62   font-style:italic;
63         background-color: #EEEEFF;
64         border: 1px solid #DDDDFF;
65         padding-top: 1px;
66         margin-right: 30px;
67         margin-top: 1px;
68}
69
70         
71/******** Table of Contents Section ********/
72
73/* Controls for switching between printing and viewing modes */
74div#printerControls {
75   color: #963; /* Orange-brown */
76}
77/* Controls that can collapse or expand all XML Instance
78   Representation and Schema Component Representation boxes */
79div#globalControls {
80   border: 2px solid #999;
81}
82
83
84/******** Schema Document Properties Section ********/
85
86/* Table displaying the namespaces declared in the schema */
87table.namespaces th {
88   background-color: #ccc;
89}
90table.namespaces td {
91   background-color: #eee;
92}
93/* Target namespace of the schema */
94span.targetNS {
95   color: #06C;
96   font-weight: bold;
97}
98
99
100/******** Schema Components' Sections ********/
101
102/* Name of schema component */
103.name {
104   color: #F93; /* Orange */
105}
106
107/* Hierarchy table */
108table.hierarchy {
109   border: 2px solid #999; /* Gray */
110}
111
112/* XML Instance Representation table */
113div.sample div.contents {
114   border: 1px dashed black;
115}
116
117
118/* Schema Component Representation table */
119div.schemaComponent div.contents {
120   border: 2px black solid;
121}
122
123
124/******** Glossary Section ********/
125
126/* Glossary Terms */
127.glossaryTerm {
128   color: #036; /* Blue */
129}
130
131
132/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
133/* Printer-version styles */
134
135@media print {
136
137/* Ensures that controls are hidden when printing */
138div#printerControls {
139   visibility: hidden;
140}
141div#globalControls {
142   visibility: hidden;
143}
144#legend {
145   display: none;
146}
147#legendTOC {
148   display: none;
149}
150#glossary {
151   display: none;
152}
153#glossaryTOC {
154   display: none;
155}
156
157}
158
159/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
160/* Base styles */
161
162/******** General ********/
163
164/* Unordered lists */
165ul {
166   margin-left: 1.5em;
167   margin-bottom: 0em;
168}
169/* Tables */
170table {
171   margin-top: 10px;
172   margin-bottom: 10px;
173   margin-left: 2px;
174   margin-right: 2px;
175}
176table th, table td {
177   font-size: 10pt;
178   vertical-align: top;
179   padding-top: 3px;
180   padding-bottom: 3px;
181   padding-left: 10px;
182   padding-right: 10px;
183}
184table th {
185   font-weight: bold;
186   text-align: left;
187}
188/* Table displaying the properties of the schema components or the
189   schema document itself */
190table.properties {
191   width: 90%;
192}
193table.properties th {
194   width: 30%;
195}
196/* Boxes that can make its content appear and disappear*/
197div.box {
198   margin: 1em;
199}
200   /* Box caption */
201div.box span.caption {
202   font-weight: bold;
203}
204   /* Button to open and close the box */
205div.box input.control {
206   width: 1.4em;
207   height: 1.4em;
208   text-align: center;
209   vertical-align: middle;
210   font-size: 11pt;
211}
212   /* Box contents */
213div.box div.contents {
214   margin-top: 3px;
215}
216
217
218/******** Table of Contents Section ********/
219
220/* Controls for switching between printing and viewing modes */
221div#printerControls {
222   white-space: nowrap;
223   font-weight: bold;
224   padding: 5px;
225   margin: 5px;
226}
227/* Controls that can collapse or expand all XML Instance
228   Representation and Schema Component Representation boxes */
229div#globalControls {
230   padding: 10px;
231   margin: 5px;
232}
233
234
235/******** Schema Document Properties Section ********/
236
237/* Table displaying the namespaces declared in the schema */
238table.namespaces th {
239}
240table.namespaces td {
241}
242/* Target namespace of the schema */
243span.targetNS {
244}
245
246
247/******** Schema Components' Sections ********/
248
249/* Name of schema component */
250.name {
251}
252
253/* Hierarchy table */
254table.hierarchy {
255   width: 90%;
256}
257table.hierarchy th {
258   font-weight: normal;
259   font-style: italic;
260   width: 20%;
261}
262table.hierarchy th, table.hierarchy td {
263   padding: 5px;
264}
265
266/* XML Instance Representation table */
267div.sample {
268   width: 90%;
269}
270div.sample div.contents {
271   padding: 5px;
272   font-family: Courier New, sans-serif;
273   font-size: 10pt;
274}
275   /* Normal elements and attributes */
276div.sample div.contents, div.sample div.contents a {
277   color: black;
278}
279   /* Group Headers */
280div.sample div.contents .group, div.sample div.contents .group a {
281   color: #999; /* Light gray */
282}
283   /* Type Information */
284div.sample div.contents .type, div.sample div.contents .type a {
285   color: #999; /* Light gray */
286}
287   /* Occurrence Information */
288div.sample div.contents .occurs, div.sample div.contents .occurs a {
289   color: #999; /* Light gray */
290}
291   /* Fixed values */
292div.sample div.contents .fixed {
293   color: #063; /* Green */
294   font-weight: bold;
295}
296   /* Simple type constraints */
297div.sample div.contents .constraint, div.sample div.contents .constraint a {
298   color: #999; /* Light gray */
299}
300   /* Elements and attributes inherited from base type */
301div.sample div.contents .inherited, div.sample div.contents .inherited a {
302   color: #666; /* Dark gray */
303}
304   /* Elements and attributes added to or changed from base type */
305div.sample div.contents .newFields {
306   font-weight: bold;
307}
308   /* Other type of information */
309div.sample div.contents .other, div.sample div.contents .other a {
310   color: #369; /* Blue */
311   font-style: italic;
312}
313   /* Link to open up window displaying documentation */
314div.sample div.contents a.documentation {
315   text-decoration: none;
316   padding-left: 3px;
317   padding-right: 3px;
318   padding-top: 0px;
319   padding-bottom: 0px;
320   font-weight: bold;
321   font-size: 11pt;
322   background-color: #FFD;
323   color: #069;
324}
325   /* Invert colors when hovering over link to open up window
326      displaying documentation */
327div.sample div.contents a.documentation:hover {
328   color: #FFD;
329   background-color: #069;
330}
331
332/* Schema Component Representation table */
333div.schemaComponent {
334   width: 90%;
335}
336div.schemaComponent div.contents {
337   font-family: Courier New, sans-serif;
338   font-size: 10pt;
339   padding: 5px;
340}
341   /* Syntax characters */
342div.schemaComponent div.contents {
343   color: #00f; /* blue */
344}
345   /* Element and attribute tags */
346div.schemaComponent div.contents .scTag {
347   color: #933; /* maroon */
348}
349   /* Element and attribute content */
350div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a {
351   color: black;
352   font-weight: bold;
353}
354   /* Comments */
355div.schemaComponent div.contents .comment {
356   color: #999; /* Light gray */
357}
358
359/******** Legend Section ********/
360
361div#legend table, div#legend div {
362   margin-bottom: 3px;
363}
364div#legend div.hint {
365   color: #999; /* Light gray */
366   width: 90%;
367   margin-left: 1em;
368   margin-bottom: 2em;
369}
370
371
372/******** Glossary Section ********/
373
374/* Glossary Terms */
375.glossaryTerm {
376   font-weight: bold;
377}
378
379/********* Details *************/
380.detailsToc {
381  color: #666; /* Light gray */
382}
383
384.details {
385  color: #666; /* Light gray */
386  text-decoration:none;
387}
388
389/******** Footer ********/
390
391.footer {
392   font-size: 8pt;
393}
394</style>
395      <script type="text/javascript">
396<!--
397         
398         
399/**
400 * Counter of documentation windows
401 * Used to give each window a unique name
402 */
403var windowCount = 0;
404         
405/**
406 * Opens up a window displaying the documentation
407 * of a schema component in the XML Instance
408 * Representation table.
409 *
410 * @param compDesc      Description of schema component
411 * @param compName      Name of schema component
412 * @param docTextArray Array containing the paragraphs
413 *                           of the new document
414 */
415function viewDocumentation(compDesc, compName, docTextArray) {
416  var width = 400;
417  var height = 200;
418  var locX = 100;
419  var locY = 200;
420
421  /* Generate content */
422  var actualText = "<html>";
423  actualText += "<head><title>";
424  actualText += compDesc;
425  if (compName != '') {
426     actualText += ": " + compName;
427  }
428  actualText += "</title></head>";
429  actualText += "<body bgcolor=\"#FFFFEE\">";
430  // Title
431  actualText += "<p style=\"font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; letter-spacing:1px;\">";
432  actualText += compDesc;
433  if (compName != '') {
434     actualText += ": <span style=\"color:#006699\">" + compName + "</span>";
435  }
436  actualText += "</p>";
437  // Documentation
438  var idx;
439  for (idx = 0; idx < docTextArray.length; idx++) {
440     actualText += "<p style=\"font-family: Arial, sans-serif; font-size: 10pt;\">" + docTextArray[idx] + "</p>";
441  }
442  // Link to close window
443  actualText += "<a href=\"javascript:void(0)\" onclick=\"window.close();\" style=\"font-family: Arial, sans-serif; font-size: 8pt;\">Close</a>";
444  actualText += "</body></html>";
445
446  /* Display window */
447  windowCount++;
448  var docWindow = window.open("", "documentation"+windowCount, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable,alwaysRaised,dependent,titlebar=no,width="+width+",height="+height+",screenX="+locX+",left="+locX+",screenY="+locY+",top="+locY);
449  docWindow.document.write(actualText);
450}         
451     
452// -->
453</script>
454   </head>
455   <body>
456      <h1>
457         <a name="top">Documentation for obj_object_profiled_data_schema</a>
458      </h1>
459      <h2>Table of Contents</h2>
460      <ul>
461         <li>
462            <a href="#SchemaProperties">Schema Document Properties</a>
463         </li>
464         <li>
465                           Global Declarations
466                        <ul>
467               <li>
468                  <a href="obj_object_profiled_data_schema.xsd.html_h736480977.html">Element: <strong>objects</strong>
469                  </a>
470               </li>
471            </ul>
472         </li>
473         <li>
474                           Global Definitions
475                        <ul>
476               <li>
477                  <a href="obj_object_profiled_data_schema.xsd.html_h-1931220815.html">Attribute Group: <strong>attgrp_uid</strong>
478                  </a>
479               </li>
480               <li>
481                  <a href="obj_object_profiled_data_schema.xsd.html_h-1245219945.html">Complex Type: <strong>abstractContextualObject</strong>
482                  </a>
483               </li>
484               <li>
485                  <a href="obj_object_profiled_data_schema.xsd.html_h-1198754857.html">Complex Type: <strong>abstractMeasure</strong>
486                  </a>
487               </li>
488               <li>
489                  <a href="obj_object_profiled_data_schema.xsd.html_h1790635751.html">Complex Type: <strong>abstractSingularDataObject</strong>
490                  </a>
491               </li>
492               <li>
493                  <a href="obj_object_profiled_data_schema.xsd.html_h-1314153054.html">Complex Type: <strong>amountOfSubstanceMeasure</strong>
494                  </a>
495               </li>
496               <li>
497                  <a href="obj_object_profiled_data_schema.xsd.html_h-484474128.html">Complex Type: <strong>auditType</strong>
498                  </a>
499               </li>
500               <li>
501                  <a href="obj_object_profiled_data_schema.xsd.html_h-588696567.html">Complex Type: <strong>binaryInteractionCoefficient</strong>
502                  </a>
503               </li>
504               <li>
505                  <a href="obj_object_profiled_data_schema.xsd.html_h-950486957.html">Complex Type: <strong>compressibilityMeasure</strong>
506                  </a>
507               </li>
508               <li>
509                  <a href="obj_object_profiled_data_schema.xsd.html_h505980265.html">Complex Type: <strong>crewCount</strong>
510                  </a>
511               </li>
512               <li>
513                  <a href="obj_object_profiled_data_schema.xsd.html_h376706324.html">Complex Type: <strong>cs_businessAssociate</strong>
514                  </a>
515               </li>
516               <li>
517                  <a href="obj_object_profiled_data_schema.xsd.html_h1610479391.html">Complex Type: <strong>cs_commonData</strong>
518                  </a>
519               </li>
520               <li>
521                  <a href="obj_object_profiled_data_schema.xsd.html_h-333205119.html">Complex Type: <strong>cs_connectedNode</strong>
522                  </a>
523               </li>
524               <li>
525                  <a href="obj_object_profiled_data_schema.xsd.html_h-877954801.html">Complex Type: <strong>cs_curveData</strong>
526                  </a>
527               </li>
528               <li>
529                  <a href="obj_object_profiled_data_schema.xsd.html_h378560248.html">Complex Type: <strong>cs_curveDefinition</strong>
530                  </a>
531               </li>
532               <li>
533                  <a href="obj_object_profiled_data_schema.xsd.html_h-1155717723.html">Complex Type: <strong>cs_customData</strong>
534                  </a>
535               </li>
536               <li>
537                  <a href="obj_object_profiled_data_schema.xsd.html_h941142899.html">Complex Type: <strong>cs_datedComment</strong>
538                  </a>
539               </li>
540               <li>
541                  <a href="obj_object_profiled_data_schema.xsd.html_h619651539.html">Complex Type: <strong>cs_densityValue</strong>
542                  </a>
543               </li>
544               <li>
545                  <a href="obj_object_profiled_data_schema.xsd.html_h337438931.html">Complex Type: <strong>cs_documentInfo</strong>
546                  </a>
547               </li>
548               <li>
549                  <a href="obj_object_profiled_data_schema.xsd.html_h1361205498.html">Complex Type: <strong>cs_dtsBoxInformation</strong>
550                  </a>
551               </li>
552               <li>
553                  <a href="obj_object_profiled_data_schema.xsd.html_h-1348333071.html">Complex Type: <strong>cs_dtsCalibration</strong>
554                  </a>
555               </li>
556               <li>
557                  <a href="obj_object_profiled_data_schema.xsd.html_h-1942658888.html">Complex Type: <strong>cs_dtsCalibrationParameter</strong>
558                  </a>
559               </li>
560               <li>
561                  <a href="obj_object_profiled_data_schema.xsd.html_h321709411.html">Complex Type: <strong>cs_dtsErrorReport</strong>
562                  </a>
563               </li>
564               <li>
565                  <a href="obj_object_profiled_data_schema.xsd.html_h534339123.html">Complex Type: <strong>cs_dtsFiber</strong>
566                  </a>
567               </li>
568               <li>
569                  <a href="obj_object_profiled_data_schema.xsd.html_h1260129480.html">Complex Type: <strong>cs_dtsFiberEndPoint</strong>
570                  </a>
571               </li>
572               <li>
573                  <a href="obj_object_profiled_data_schema.xsd.html_h1248063737.html">Complex Type: <strong>cs_dtsFiberInformation</strong>
574                  </a>
575               </li>
576               <li>
577                  <a href="obj_object_profiled_data_schema.xsd.html_h467683914.html">Complex Type: <strong>cs_dtsFiberInstalledPoints</strong>
578                  </a>
579               </li>
580               <li>
581                  <a href="obj_object_profiled_data_schema.xsd.html_h-1186310485.html">Complex Type: <strong>cs_dtsInstrumentBox</strong>
582                  </a>
583               </li>
584               <li>
585                  <a href="obj_object_profiled_data_schema.xsd.html_h-36789697.html">Complex Type: <strong>cs_dtsInstrumentBoxCalibration</strong>
586                  </a>
587               </li>
588               <li>
589                  <a href="obj_object_profiled_data_schema.xsd.html_h1461382277.html">Complex Type: <strong>cs_dtsOneWayLoss</strong>
590                  </a>
591               </li>
592               <li>
593                  <a href="obj_object_profiled_data_schema.xsd.html_h848799500.html">Complex Type: <strong>cs_dtsOtdr</strong>
594                  </a>
595               </li>
596               <li>
597                  <a href="obj_object_profiled_data_schema.xsd.html_h11549889.html">Complex Type: <strong>cs_dtsProcessedWellLog</strong>
598                  </a>
599               </li>
600               <li>
601                  <a href="obj_object_profiled_data_schema.xsd.html_h-285301136.html">Complex Type: <strong>cs_dtsPumpActivity</strong>
602                  </a>
603               </li>
604               <li>
605                  <a href="obj_object_profiled_data_schema.xsd.html_h-1636712553.html">Complex Type: <strong>cs_dtsPumpLogRow</strong>
606                  </a>
607               </li>
608               <li>
609                  <a href="obj_object_profiled_data_schema.xsd.html_h-921319861.html">Complex Type: <strong>cs_dtsPumpLogTable</strong>
610                  </a>
611               </li>
612               <li>
613                  <a href="obj_object_profiled_data_schema.xsd.html_h-957062572.html">Complex Type: <strong>cs_dtsRefractiveIndex</strong>
614                  </a>
615               </li>
616               <li>
617                  <a href="obj_object_profiled_data_schema.xsd.html_h-1495884681.html">Complex Type: <strong>cs_dtsSingleInstalledPoint</strong>
618                  </a>
619               </li>
620               <li>
621                  <a href="obj_object_profiled_data_schema.xsd.html_h2062396550.html">Complex Type: <strong>cs_fluidResultCceTestStep</strong>
622                  </a>
623               </li>
624               <li>
625                  <a href="obj_object_profiled_data_schema.xsd.html_h1257753888.html">Complex Type: <strong>cs_fluidResultCompositeComposition</strong>
626                  </a>
627               </li>
628               <li>
629                  <a href="obj_object_profiled_data_schema.xsd.html_h-40533875.html">Complex Type: <strong>cs_fluidResultComposition</strong>
630                  </a>
631               </li>
632               <li>
633                  <a href="obj_object_profiled_data_schema.xsd.html_h1925634344.html">Complex Type: <strong>cs_fluidResultConstantCompositionExpansionTest</strong>
634                  </a>
635               </li>
636               <li>
637                  <a href="obj_object_profiled_data_schema.xsd.html_h1955180851.html">Complex Type: <strong>cs_fluidResultConstantVolumeDepletionTest</strong>
638                  </a>
639               </li>
640               <li>
641                  <a href="obj_object_profiled_data_schema.xsd.html_h1116174695.html">Complex Type: <strong>cs_fluidResultContaminant</strong>
642                  </a>
643               </li>
644               <li>
645                  <a href="obj_object_profiled_data_schema.xsd.html_h136094418.html">Complex Type: <strong>cs_fluidResultCvdTestStep</strong>
646                  </a>
647               </li>
648               <li>
649                  <a href="obj_object_profiled_data_schema.xsd.html_h-31601448.html">Complex Type: <strong>cs_fluidResultDataQuality</strong>
650                  </a>
651               </li>
652               <li>
653                  <a href="obj_object_profiled_data_schema.xsd.html_h628272781.html">Complex Type: <strong>cs_fluidResultDifferentialLiberationTest</strong>
654                  </a>
655               </li>
656               <li>
657                  <a href="obj_object_profiled_data_schema.xsd.html_h-1202316551.html">Complex Type: <strong>cs_fluidResultDifferentialLiberationTestStep</strong>
658                  </a>
659               </li>
660               <li>
661                  <a href="obj_object_profiled_data_schema.xsd.html_h535970196.html">Complex Type: <strong>cs_fluidResultJCurveTest</strong>
662                  </a>
663               </li>
664               <li>
665                  <a href="obj_object_profiled_data_schema.xsd.html_h1932972672.html">Complex Type: <strong>cs_fluidResultJCurveTestStep</strong>
666                  </a>
667               </li>
668               <li>
669                  <a href="obj_object_profiled_data_schema.xsd.html_h582474796.html">Complex Type: <strong>cs_fluidResultPhaseComposition</strong>
670                  </a>
671               </li>
672               <li>
673                  <a href="obj_object_profiled_data_schema.xsd.html_h-1262914111.html">Complex Type: <strong>cs_fluidResultSaturationTest</strong>
674                  </a>
675               </li>
676               <li>
677                  <a href="obj_object_profiled_data_schema.xsd.html_h733882413.html">Complex Type: <strong>cs_fluidResultSaturationTestStep</strong>
678                  </a>
679               </li>
680               <li>
681                  <a href="obj_object_profiled_data_schema.xsd.html_h-1533088966.html">Complex Type: <strong>cs_fluidResultSeparatorTest</strong>
682                  </a>
683               </li>
684               <li>
685                  <a href="obj_object_profiled_data_schema.xsd.html_h411711782.html">Complex Type: <strong>cs_fluidResultSeparatorTestStep</strong>
686                  </a>
687               </li>
688               <li>
689                  <a href="obj_object_profiled_data_schema.xsd.html_h1729231043.html">Complex Type: <strong>cs_fluidResultStockTank</strong>
690                  </a>
691               </li>
692               <li>
693                  <a href="obj_object_profiled_data_schema.xsd.html_h-517261743.html">Complex Type: <strong>cs_fluidResultTransportPropertiesTest</strong>
694                  </a>
695               </li>
696               <li>
697                  <a href="obj_object_profiled_data_schema.xsd.html_h-1864513174.html">Complex Type: <strong>cs_fluidResultTransportTestStep</strong>
698                  </a>
699               </li>
700               <li>
701                  <a href="obj_object_profiled_data_schema.xsd.html_h-2074729804.html">Complex Type: <strong>cs_fluidResultVolumeReference</strong>
702                  </a>
703               </li>
704               <li>
705                  <a href="obj_object_profiled_data_schema.xsd.html_h597731286.html">Complex Type: <strong>cs_generalAddress</strong>
706                  </a>
707               </li>
708               <li>
709                  <a href="obj_object_profiled_data_schema.xsd.html_h-2063507186.html">Complex Type: <strong>cs_geographicContext</strong>
710                  </a>
711               </li>
712               <li>
713                  <a href="obj_object_profiled_data_schema.xsd.html_h585031269.html">Complex Type: <strong>cs_nameTag</strong>
714                  </a>
715               </li>
716               <li>
717                  <a href="obj_object_profiled_data_schema.xsd.html_h645742322.html">Complex Type: <strong>cs_northSeaOffshore</strong>
718                  </a>
719               </li>
720               <li>
721                  <a href="obj_object_profiled_data_schema.xsd.html_h-90330723.html">Complex Type: <strong>cs_offshoreLocation</strong>
722                  </a>
723               </li>
724               <li>
725                  <a href="obj_object_profiled_data_schema.xsd.html_h1104948842.html">Complex Type: <strong>cs_personName</strong>
726                  </a>
727               </li>
728               <li>
729                  <a href="obj_object_profiled_data_schema.xsd.html_h-1185798751.html">Complex Type: <strong>cs_productFlowChangeLog</strong>
730                  </a>
731               </li>
732               <li>
733                  <a href="obj_object_profiled_data_schema.xsd.html_h-1497844223.html">Complex Type: <strong>cs_productFlowExpectedPortProperty</strong>
734                  </a>
735               </li>
736               <li>
737                  <a href="obj_object_profiled_data_schema.xsd.html_h-1581825020.html">Complex Type: <strong>cs_productFlowExpectedUnitProperty</strong>
738                  </a>
739               </li>
740               <li>
741                  <a href="obj_object_profiled_data_schema.xsd.html_h1457553133.html">Complex Type: <strong>cs_productFlowExternalReference</strong>
742                  </a>
743               </li>
744               <li>
745                  <a href="obj_object_profiled_data_schema.xsd.html_h-215126629.html">Complex Type: <strong>cs_productFlowNetwork</strong>
746                  </a>
747               </li>
748               <li>
749                  <a href="obj_object_profiled_data_schema.xsd.html_h-482474956.html">Complex Type: <strong>cs_productFlowPort</strong>
750                  </a>
751               </li>
752               <li>
753                  <a href="obj_object_profiled_data_schema.xsd.html_h-1417035601.html">Complex Type: <strong>cs_productFlowQualifierExpected</strong>
754                  </a>
755               </li>
756               <li>
757                  <a href="obj_object_profiled_data_schema.xsd.html_h-482327241.html">Complex Type: <strong>cs_productFlowUnit</strong>
758                  </a>
759               </li>
760               <li>
761                  <a href="obj_object_profiled_data_schema.xsd.html_h529433413.html">Complex Type: <strong>cs_productFlowlExternalPort</strong>
762                  </a>
763               </li>
764               <li>
765                  <a href="obj_object_profiled_data_schema.xsd.html_h-153968931.html">Complex Type: <strong>cs_productVolumeAlert</strong>
766                  </a>
767               </li>
768               <li>
769                  <a href="obj_object_profiled_data_schema.xsd.html_h22017116.html">Complex Type: <strong>cs_productVolumeBusinessAccountInfo</strong>
770                  </a>
771               </li>
772               <li>
773                  <a href="obj_object_profiled_data_schema.xsd.html_h8743471.html">Complex Type: <strong>cs_productVolumeBusinessOwnershipShare</strong>
774                  </a>
775               </li>
776               <li>
777                  <a href="obj_object_profiled_data_schema.xsd.html_h-184388539.html">Complex Type: <strong>cs_productVolumeBusinessSubUnit</strong>
778                  </a>
779               </li>
780               <li>
781                  <a href="obj_object_profiled_data_schema.xsd.html_h1671697603.html">Complex Type: <strong>cs_productVolumeBusinessUnit</strong>
782                  </a>
783               </li>
784               <li>
785                  <a href="obj_object_profiled_data_schema.xsd.html_h-719411045.html">Complex Type: <strong>cs_productVolumeComponentContent</strong>
786                  </a>
787               </li>
788               <li>
789                  <a href="obj_object_profiled_data_schema.xsd.html_h1278178511.html">Complex Type: <strong>cs_productVolumeDestination</strong>
790                  </a>
791               </li>
792               <li>
793                  <a href="obj_object_profiled_data_schema.xsd.html_h-977543806.html">Complex Type: <strong>cs_productVolumeFacility</strong>
794                  </a>
795               </li>
796               <li>
797                  <a href="obj_object_profiled_data_schema.xsd.html_h-1667385459.html">Complex Type: <strong>cs_productVolumeFlow</strong>
798                  </a>
799               </li>
800               <li>
801                  <a href="obj_object_profiled_data_schema.xsd.html_h808151896.html">Complex Type: <strong>cs_productVolumeParameterSet</strong>
802                  </a>
803               </li>
804               <li>
805                  <a href="obj_object_profiled_data_schema.xsd.html_h-752461081.html">Complex Type: <strong>cs_productVolumeParameterValue</strong>
806                  </a>
807               </li>
808               <li>
809                  <a href="obj_object_profiled_data_schema.xsd.html_h-54718368.html">Complex Type: <strong>cs_productVolumePeriod</strong>
810                  </a>
811               </li>
812               <li>
813                  <a href="obj_object_profiled_data_schema.xsd.html_h-1903441859.html">Complex Type: <strong>cs_productVolumePortDifference</strong>
814                  </a>
815               </li>
816               <li>
817                  <a href="obj_object_profiled_data_schema.xsd.html_h-1327004112.html">Complex Type: <strong>cs_productVolumeProduct</strong>
818                  </a>
819               </li>
820               <li>
821                  <a href="obj_object_profiled_data_schema.xsd.html_h46922799.html">Complex Type: <strong>cs_productVolumeRelatedFacility</strong>
822                  </a>
823               </li>
824               <li>
825                  <a href="obj_object_profiled_data_schema.xsd.html_h1281246100.html">Complex Type: <strong>cs_productVolumeSaleEvent</strong>
826                  </a>
827               </li>
828               <li>
829                  <a href="obj_object_profiled_data_schema.xsd.html_h-638941890.html">Complex Type: <strong>cs_productVolumeSalesDetail</strong>
830                  </a>
831               </li>
832               <li>
833                  <a href="obj_object_profiled_data_schema.xsd.html_h458309269.html">Complex Type: <strong>cs_productVolumeSalesSet</strong>
834                  </a>
835               </li>
836               <li>
837                  <a href="obj_object_profiled_data_schema.xsd.html_h-157636557.html">Complex Type: <strong>cs_productionOperationActivity</strong>
838                  </a>
839               </li>
840               <li>
841                  <a href="obj_object_profiled_data_schema.xsd.html_h-1975027795.html">Complex Type: <strong>cs_productionOperationAlarm</strong>
842                  </a>
843               </li>
844               <li>
845                  <a href="obj_object_profiled_data_schema.xsd.html_h-1851117485.html">Complex Type: <strong>cs_productionOperationCargoShipOperation</strong>
846                  </a>
847               </li>
848               <li>
849                  <a href="obj_object_profiled_data_schema.xsd.html_h328676630.html">Complex Type: <strong>cs_productionOperationHSE</strong>
850                  </a>
851               </li>
852               <li>
853                  <a href="obj_object_profiled_data_schema.xsd.html_h1034101810.html">Complex Type: <strong>cs_productionOperationInstallationReport</strong>
854                  </a>
855               </li>
856               <li>
857                  <a href="obj_object_profiled_data_schema.xsd.html_h1597063457.html">Complex Type: <strong>cs_productionOperationLostProduction</strong>
858                  </a>
859               </li>
860               <li>
861                  <a href="obj_object_profiled_data_schema.xsd.html_h1858911265.html">Complex Type: <strong>cs_productionOperationMarineOperation</strong>
862                  </a>
863               </li>
864               <li>
865                  <a href="obj_object_profiled_data_schema.xsd.html_h-1376359855.html">Complex Type: <strong>cs_productionOperationOperationalComment</strong>
866                  </a>
867               </li>
868               <li>
869                  <a href="obj_object_profiled_data_schema.xsd.html_h-591016714.html">Complex Type: <strong>cs_productionOperationSafety</strong>
870                  </a>
871               </li>
872               <li>
873                  <a href="obj_object_profiled_data_schema.xsd.html_h1328987002.html">Complex Type: <strong>cs_productionOperationShutdown</strong>
874                  </a>
875               </li>
876               <li>
877                  <a href="obj_object_profiled_data_schema.xsd.html_h2044540246.html">Complex Type: <strong>cs_productionOperationThirdPartyProcessing</strong>
878                  </a>
879               </li>
880               <li>
881                  <a href="obj_object_profiled_data_schema.xsd.html_h-39907629.html">Complex Type: <strong>cs_productionOperationWaterCleaningQuality</strong>
882                  </a>
883               </li>
884               <li>
885                  <a href="obj_object_profiled_data_schema.xsd.html_h-1776267696.html">Complex Type: <strong>cs_productionOperationWeather</strong>
886                  </a>
887               </li>
888               <li>
889                  <a href="obj_object_profiled_data_schema.xsd.html_h-26613228.html">Complex Type: <strong>cs_refProductFlow</strong>
890                  </a>
891               </li>
892               <li>
893                  <a href="obj_object_profiled_data_schema.xsd.html_h1814974341.html">Complex Type: <strong>cs_refWellWellbore</strong>
894                  </a>
895               </li>
896               <li>
897                  <a href="obj_object_profiled_data_schema.xsd.html_h557385547.html">Complex Type: <strong>cs_refWellWellboreRig</strong>
898                  </a>
899               </li>
900               <li>
901                  <a href="obj_object_profiled_data_schema.xsd.html_h-1930294706.html">Complex Type: <strong>cs_relativeCoordinate</strong>
902                  </a>
903               </li>
904               <li>
905                  <a href="obj_object_profiled_data_schema.xsd.html_h-548101939.html">Complex Type: <strong>cs_volumeValue</strong>
906                  </a>
907               </li>
908               <li>
909                  <a href="obj_object_profiled_data_schema.xsd.html_h-1491742889.html">Complex Type: <strong>cs_wellContext</strong>
910                  </a>
911               </li>
912               <li>
913                  <a href="obj_object_profiled_data_schema.xsd.html_h-1833440233.html">Complex Type: <strong>cs_wellDatum</strong>
914                  </a>
915               </li>
916               <li>
917                  <a href="obj_object_profiled_data_schema.xsd.html_h1019227711.html">Complex Type: <strong>cs_wellTestBottomholeData</strong>
918                  </a>
919               </li>
920               <li>
921                  <a href="obj_object_profiled_data_schema.xsd.html_h1116279933.html">Complex Type: <strong>cs_wellTestCumulative</strong>
922                  </a>
923               </li>
924               <li>
925                  <a href="obj_object_profiled_data_schema.xsd.html_h766652950.html">Complex Type: <strong>cs_wellTestFluidLevelTest</strong>
926                  </a>
927               </li>
928               <li>
929                  <a href="obj_object_profiled_data_schema.xsd.html_h-191192832.html">Complex Type: <strong>cs_wellTestFluidRate</strong>
930                  </a>
931               </li>
932               <li>
933                  <a href="obj_object_profiled_data_schema.xsd.html_h72477321.html">Complex Type: <strong>cs_wellTestInjectionTestData</strong>
934                  </a>
935               </li>
936               <li>
937                  <a href="obj_object_profiled_data_schema.xsd.html_h-1542233929.html">Complex Type: <strong>cs_wellTestInjectionTestResults</strong>
938                  </a>
939               </li>
940               <li>
941                  <a href="obj_object_profiled_data_schema.xsd.html_h1562053327.html">Complex Type: <strong>cs_wellTestInterval</strong>
942                  </a>
943               </li>
944               <li>
945                  <a href="obj_object_profiled_data_schema.xsd.html_h-2055009136.html">Complex Type: <strong>cs_wellTestPointData</strong>
946                  </a>
947               </li>
948               <li>
949                  <a href="obj_object_profiled_data_schema.xsd.html_h1380727999.html">Complex Type: <strong>cs_wellTestProductionTestData</strong>
950                  </a>
951               </li>
952               <li>
953                  <a href="obj_object_profiled_data_schema.xsd.html_h20470465.html">Complex Type: <strong>cs_wellTestProductionTestResults</strong>
954                  </a>
955               </li>
956               <li>
957                  <a href="obj_object_profiled_data_schema.xsd.html_h1740659813.html">Complex Type: <strong>cs_wellTestSeparatorData</strong>
958                  </a>
959               </li>
960               <li>
961                  <a href="obj_object_profiled_data_schema.xsd.html_h1287302614.html">Complex Type: <strong>cs_wellTestTestVolume</strong>
962                  </a>
963               </li>
964               <li>
965                  <a href="obj_object_profiled_data_schema.xsd.html_h-121289342.html">Complex Type: <strong>cs_wellTestWellheadData</strong>
966                  </a>
967               </li>
968               <li>
969                  <a href="obj_object_profiled_data_schema.xsd.html_h1452152571.html">Complex Type: <strong>densityMeasure</strong>
970                  </a>
971               </li>
972               <li>
973                  <a href="obj_object_profiled_data_schema.xsd.html_h1273944132.html">Complex Type: <strong>dimensionlessMeasure</strong>
974                  </a>
975               </li>
976               <li>
977                  <a href="obj_object_profiled_data_schema.xsd.html_h1983341009.html">Complex Type: <strong>dynamicViscosityMeasure</strong>
978                  </a>
979               </li>
980               <li>
981                  <a href="obj_object_profiled_data_schema.xsd.html_h-2083244600.html">Complex Type: <strong>emailQualifierStruct</strong>
982                  </a>
983               </li>
984               <li>
985                  <a href="obj_object_profiled_data_schema.xsd.html_h439384976.html">Complex Type: <strong>endpointQualifiedDate</strong>
986                  </a>
987               </li>
988               <li>
989                  <a href="obj_object_profiled_data_schema.xsd.html_h1334835837.html">Complex Type: <strong>endpointQualifiedDateTime</strong>
990                  </a>
991               </li>
992               <li>
993                  <a href="obj_object_profiled_data_schema.xsd.html_h-984451932.html">Complex Type: <strong>enumList</strong>
994                  </a>
995               </li>
996               <li>
997                  <a href="obj_object_profiled_data_schema.xsd.html_h-1770726114.html">Complex Type: <strong>enumListSet</strong>
998                  </a>
999               </li>
1000               <li>
1001                  <a href="obj_object_profiled_data_schema.xsd.html_h-444248533.html">Complex Type: <strong>enumValue</strong>
1002                  </a>
1003               </li>
1004               <li>
1005                  <a href="obj_object_profiled_data_schema.xsd.html_h-645864913.html">Complex Type: <strong>eventType</strong>
1006                  </a>
1007               </li>
1008               <li>
1009                  <a href="obj_object_profiled_data_schema.xsd.html_h970983430.html">Complex Type: <strong>facilityIdentifierStruct</strong>
1010                  </a>
1011               </li>
1012               <li>
1013                  <a href="obj_object_profiled_data_schema.xsd.html_h782485690.html">Complex Type: <strong>fileCreationType</strong>
1014                  </a>
1015               </li>
1016               <li>
1017                  <a href="obj_object_profiled_data_schema.xsd.html_h891233991.html">Complex Type: <strong>frequencyMeasure</strong>
1018                  </a>
1019               </li>
1020               <li>
1021                  <a href="obj_object_profiled_data_schema.xsd.html_h-531681067.html">Complex Type: <strong>generalMeasureType</strong>
1022                  </a>
1023               </li>
1024               <li>
1025                  <a href="obj_object_profiled_data_schema.xsd.html_h-2100352987.html">Complex Type: <strong>generalQualifiedMeasure</strong>
1026                  </a>
1027               </li>
1028               <li>
1029                  <a href="obj_object_profiled_data_schema.xsd.html_h1199995234.html">Complex Type: <strong>indexCurve</strong>
1030                  </a>
1031               </li>
1032               <li>
1033                  <a href="obj_object_profiled_data_schema.xsd.html_h-2051681461.html">Complex Type: <strong>indexedObject</strong>
1034                  </a>
1035               </li>
1036               <li>
1037                  <a href="obj_object_profiled_data_schema.xsd.html_h1288242028.html">Complex Type: <strong>integerQualifiedCount</strong>
1038                  </a>
1039               </li>
1040               <li>
1041                  <a href="obj_object_profiled_data_schema.xsd.html_h513209620.html">Complex Type: <strong>kindQualifiedString</strong>
1042                  </a>
1043               </li>
1044               <li>
1045                  <a href="obj_object_profiled_data_schema.xsd.html_h283461459.html">Complex Type: <strong>lengthMeasure</strong>
1046                  </a>
1047               </li>
1048               <li>
1049                  <a href="obj_object_profiled_data_schema.xsd.html_h418171686.html">Complex Type: <strong>lengthPerLengthMeasure</strong>
1050                  </a>
1051               </li>
1052               <li>
1053                  <a href="obj_object_profiled_data_schema.xsd.html_h134549688.html">Complex Type: <strong>lostVolumeAndReason</strong>
1054                  </a>
1055               </li>
1056               <li>
1057                  <a href="obj_object_profiled_data_schema.xsd.html_h-1588894038.html">Complex Type: <strong>massConcentrationMeasure</strong>
1058                  </a>
1059               </li>
1060               <li>
1061                  <a href="obj_object_profiled_data_schema.xsd.html_h1384030779.html">Complex Type: <strong>massConcentrationMeasurePercent</strong>
1062                  </a>
1063               </li>
1064               <li>
1065                  <a href="obj_object_profiled_data_schema.xsd.html_h-2000742345.html">Complex Type: <strong>massFlowRateMeasure</strong>
1066                  </a>
1067               </li>
1068               <li>
1069                  <a href="obj_object_profiled_data_schema.xsd.html_h1236476485.html">Complex Type: <strong>massMeasure</strong>
1070                  </a>
1071               </li>
1072               <li>
1073                  <a href="obj_object_profiled_data_schema.xsd.html_h-327397763.html">Complex Type: <strong>measuredDepthCoord</strong>
1074                  </a>
1075               </li>
1076               <li>
1077                  <a href="obj_object_profiled_data_schema.xsd.html_h-166734879.html">Complex Type: <strong>modulusOfCompressionMeasure</strong>
1078                  </a>
1079               </li>
1080               <li>
1081                  <a href="obj_object_profiled_data_schema.xsd.html_h177822399.html">Complex Type: <strong>molarFractionMeasurePercent</strong>
1082                  </a>
1083               </li>
1084               <li>
1085                  <a href="obj_object_profiled_data_schema.xsd.html_h-2045096690.html">Complex Type: <strong>molarVolumeMeasure</strong>
1086                  </a>
1087               </li>
1088               <li>
1089                  <a href="obj_object_profiled_data_schema.xsd.html_h-269190043.html">Complex Type: <strong>nameStruct</strong>
1090                  </a>
1091               </li>
1092               <li>
1093                  <a href="obj_object_profiled_data_schema.xsd.html_h1038065875.html">Complex Type: <strong>obj_dtsInstalledSystem</strong>
1094                  </a>
1095               </li>
1096               <li>
1097                  <a href="obj_object_profiled_data_schema.xsd.html_h2115271168.html">Complex Type: <strong>obj_dtsInstalledSystems</strong>
1098                  </a>
1099               </li>
1100               <li>
1101                  <a href="obj_object_profiled_data_schema.xsd.html_h15974214.html">Complex Type: <strong>obj_dtsMeasurement</strong>
1102                  </a>
1103               </li>
1104               <li>
1105                  <a href="obj_object_profiled_data_schema.xsd.html_h495200749.html">Complex Type: <strong>obj_dtsMeasurements</strong>
1106                  </a>
1107               </li>
1108               <li>
1109                  <a href="obj_object_profiled_data_schema.xsd.html_h-419084359.html">Complex Type: <strong>obj_fluidAnalysis</strong>
1110                  </a>
1111               </li>
1112               <li>
1113                  <a href="obj_object_profiled_data_schema.xsd.html_h1976012086.html">Complex Type: <strong>obj_fluidAnalysisResult</strong>
1114                  </a>
1115               </li>
1116               <li>
1117                  <a href="obj_object_profiled_data_schema.xsd.html_h1126832637.html">Complex Type: <strong>obj_fluidAnalysisResults</strong>
1118                  </a>
1119               </li>
1120               <li>
1121                  <a href="obj_object_profiled_data_schema.xsd.html_h-106713126.html">Complex Type: <strong>obj_fluidAnalysiss</strong>
1122                  </a>
1123               </li>
1124               <li>
1125                  <a href="obj_object_profiled_data_schema.xsd.html_h-1159324217.html">Complex Type: <strong>obj_fluidSample</strong>
1126                  </a>
1127               </li>
1128               <li>
1129                  <a href="obj_object_profiled_data_schema.xsd.html_h-1579312244.html">Complex Type: <strong>obj_fluidSamples</strong>
1130                  </a>
1131               </li>
1132               <li>
1133                  <a href="obj_object_profiled_data_schema.xsd.html_h364124231.html">Complex Type: <strong>obj_objects</strong>
1134                  </a>
1135               </li>
1136               <li>
1137                  <a href="obj_object_profiled_data_schema.xsd.html_h1786879129.html">Complex Type: <strong>obj_productFlowModel</strong>
1138                  </a>
1139               </li>
1140               <li>
1141                  <a href="obj_object_profiled_data_schema.xsd.html_h-441321734.html">Complex Type: <strong>obj_productFlowModels</strong>
1142                  </a>
1143               </li>
1144               <li>
1145                  <a href="obj_object_profiled_data_schema.xsd.html_h-222703140.html">Complex Type: <strong>obj_productVolume</strong>
1146                  </a>
1147               </li>
1148               <li>
1149                  <a href="obj_object_profiled_data_schema.xsd.html_h1686137367.html">Complex Type: <strong>obj_productVolumes</strong>
1150                  </a>
1151               </li>
1152               <li>
1153                  <a href="obj_object_profiled_data_schema.xsd.html_h679928673.html">Complex Type: <strong>obj_productionOperation</strong>
1154                  </a>
1155               </li>
1156               <li>
1157                  <a href="obj_object_profiled_data_schema.xsd.html_h-397047502.html">Complex Type: <strong>obj_productionOperations</strong>
1158                  </a>
1159               </li>
1160               <li>
1161                  <a href="obj_object_profiled_data_schema.xsd.html_h931876769.html">Complex Type: <strong>obj_report</strong>
1162                  </a>
1163               </li>
1164               <li>
1165                  <a href="obj_object_profiled_data_schema.xsd.html_h-2108664403.html">Complex Type: <strong>obj_wellTest</strong>
1166                  </a>
1167               </li>
1168               <li>
1169                  <a href="obj_object_profiled_data_schema.xsd.html_h-944086938.html">Complex Type: <strong>obj_wellTests</strong>
1170                  </a>
1171               </li>
1172               <li>
1173                  <a href="obj_object_profiled_data_schema.xsd.html_h-1451773113.html">Complex Type: <strong>phoneNumberStruct</strong>
1174                  </a>
1175               </li>
1176               <li>
1177                  <a href="obj_object_profiled_data_schema.xsd.html_h1490166722.html">Complex Type: <strong>planeAngleMeasure</strong>
1178                  </a>
1179               </li>
1180               <li>
1181                  <a href="obj_object_profiled_data_schema.xsd.html_h1272623188.html">Complex Type: <strong>pressureMeasure</strong>
1182                  </a>
1183               </li>
1184               <li>
1185                  <a href="obj_object_profiled_data_schema.xsd.html_h296102602.html">Complex Type: <strong>queryParam</strong>
1186                  </a>
1187               </li>
1188               <li>
1189                  <a href="obj_object_profiled_data_schema.xsd.html_h65068842.html">Complex Type: <strong>refNameString</strong>
1190                  </a>
1191               </li>
1192               <li>
1193                  <a href="obj_object_profiled_data_schema.xsd.html_h-1060070440.html">Complex Type: <strong>safetyCount</strong>
1194                  </a>
1195               </li>
1196               <li>
1197                  <a href="obj_object_profiled_data_schema.xsd.html_h497871565.html">Complex Type: <strong>securityInfoType</strong>
1198                  </a>
1199               </li>
1200               <li>
1201                  <a href="obj_object_profiled_data_schema.xsd.html_h-1566115358.html">Complex Type: <strong>standardVolumeMeasure</strong>
1202                  </a>
1203               </li>
1204               <li>
1205                  <a href="obj_object_profiled_data_schema.xsd.html_h838391814.html">Complex Type: <strong>standardVolumePerStandardVolumeMeasure</strong>
1206                  </a>
1207               </li>
1208               <li>
1209                  <a href="obj_object_profiled_data_schema.xsd.html_h12614339.html">Complex Type: <strong>standardVolumePerVolumeMeasure</strong>
1210                  </a>
1211               </li>
1212               <li>
1213                  <a href="obj_object_profiled_data_schema.xsd.html_h-115027262.html">Complex Type: <strong>temperatureSlopeMeasure</strong>
1214                  </a>
1215               </li>
1216               <li>
1217                  <a href="obj_object_profiled_data_schema.xsd.html_h483063823.html">Complex Type: <strong>thermalConductivityMeasure</strong>
1218                  </a>
1219               </li>
1220               <li>
1221                  <a href="obj_object_profiled_data_schema.xsd.html_h-607763263.html">Complex Type: <strong>thermodynamicTemperatureMeasure</strong>
1222                  </a>
1223               </li>
1224               <li>
1225                  <a href="obj_object_profiled_data_schema.xsd.html_h-699105204.html">Complex Type: <strong>timeMeasure</strong>
1226                  </a>
1227               </li>
1228               <li>
1229                  <a href="obj_object_profiled_data_schema.xsd.html_h738192522.html">Complex Type: <strong>typeOptionalClassString</strong>
1230                  </a>
1231               </li>
1232               <li>
1233                  <a href="obj_object_profiled_data_schema.xsd.html_h-638685508.html">Complex Type: <strong>velocityMeasure</strong>
1234                  </a>
1235               </li>
1236               <li>
1237                  <a href="obj_object_profiled_data_schema.xsd.html_h-749652847.html">Complex Type: <strong>volumeFlowRateMeasure</strong>
1238                  </a>
1239               </li>
1240               <li>
1241                  <a href="obj_object_profiled_data_schema.xsd.html_h1728085839.html">Complex Type: <strong>volumeFlowRateQualifiedMeasure</strong>
1242                  </a>
1243               </li>
1244               <li>
1245                  <a href="obj_object_profiled_data_schema.xsd.html_h-1683212129.html">Complex Type: <strong>volumeMeasure</strong>
1246                  </a>
1247               </li>
1248               <li>
1249                  <a href="obj_object_profiled_data_schema.xsd.html_h940264169.html">Complex Type: <strong>volumePerStandardVolumeMeasure</strong>
1250                  </a>
1251               </li>
1252               <li>
1253                  <a href="obj_object_profiled_data_schema.xsd.html_h-2131132250.html">Complex Type: <strong>volumePerVolumeMeasure</strong>
1254                  </a>
1255               </li>
1256               <li>
1257                  <a href="obj_object_profiled_data_schema.xsd.html_h1377473727.html">Complex Type: <strong>volumePerVolumeMeasurePercent</strong>
1258                  </a>
1259               </li>
1260               <li>
1261                  <a href="obj_object_profiled_data_schema.xsd.html_h1456352001.html">Complex Type: <strong>volumeQualifiedMeasure</strong>
1262                  </a>
1263               </li>
1264               <li>
1265                  <a href="obj_object_profiled_data_schema.xsd.html_h-456498133.html">Complex Type: <strong>wellElevationCoord</strong>
1266                  </a>
1267               </li>
1268               <li>
1269                  <a href="obj_object_profiled_data_schema.xsd.html_h109044400.html">Complex Type: <strong>wellKnownNameStruct</strong>
1270                  </a>
1271               </li>
1272               <li>
1273                  <a href="obj_object_profiled_data_schema.xsd.html_h-1554483320.html">Complex Type: <strong>workMeasure</strong>
1274                  </a>
1275               </li>
1276               <li>
1277                  <a href="obj_object_profiled_data_schema.xsd.html_h1725584497.html">Model Group: <strong>grp_commonPropertiesProductVolume</strong>
1278                  </a>
1279               </li>
1280               <li>
1281                  <a href="obj_object_profiled_data_schema.xsd.html_h151610688.html">Model Group: <strong>grp_dtsInstalledSystem</strong>
1282                  </a>
1283               </li>
1284               <li>
1285                  <a href="obj_object_profiled_data_schema.xsd.html_h-228408781.html">Model Group: <strong>grp_dtsMeasurement</strong>
1286                  </a>
1287               </li>
1288               <li>
1289                  <a href="obj_object_profiled_data_schema.xsd.html_h1097052972.html">Model Group: <strong>grp_fluidAnalysis</strong>
1290                  </a>
1291               </li>
1292               <li>
1293                  <a href="obj_object_profiled_data_schema.xsd.html_h265705065.html">Model Group: <strong>grp_fluidAnalysisResult</strong>
1294                  </a>
1295               </li>
1296               <li>
1297                  <a href="obj_object_profiled_data_schema.xsd.html_h-1006678219.html">Model Group: <strong>grp_fluidResultCommonTestGroup</strong>
1298                  </a>
1299               </li>
1300               <li>
1301                  <a href="obj_object_profiled_data_schema.xsd.html_h683592186.html">Model Group: <strong>grp_fluidSample</strong>
1302                  </a>
1303               </li>
1304               <li>
1305                  <a href="obj_object_profiled_data_schema.xsd.html_h-1136945082.html">Model Group: <strong>grp_productFlowModel</strong>
1306                  </a>
1307               </li>
1308               <li>
1309                  <a href="obj_object_profiled_data_schema.xsd.html_h1293434191.html">Model Group: <strong>grp_productVolume</strong>
1310                  </a>
1311               </li>
1312               <li>
1313                  <a href="obj_object_profiled_data_schema.xsd.html_h-1030378348.html">Model Group: <strong>grp_productionOperation</strong>
1314                  </a>
1315               </li>
1316               <li>
1317                  <a href="obj_object_profiled_data_schema.xsd.html_h1749241434.html">Model Group: <strong>grp_wellTest</strong>
1318                  </a>
1319               </li>
1320               <li>
1321                  <a href="obj_object_profiled_data_schema.xsd.html_h1328353188.html">Simple Type: <strong>AddressKindEnum</strong>
1322                  </a>
1323               </li>
1324               <li>
1325                  <a href="obj_object_profiled_data_schema.xsd.html_h1317722523.html">Simple Type: <strong>AddressQualifier</strong>
1326                  </a>
1327               </li>
1328               <li>
1329                  <a href="obj_object_profiled_data_schema.xsd.html_h-2115912291.html">Simple Type: <strong>BusinessUnitKind</strong>
1330                  </a>
1331               </li>
1332               <li>
1333                  <a href="obj_object_profiled_data_schema.xsd.html_h-1481851099.html">Simple Type: <strong>CalculationMethod</strong>
1334                  </a>
1335               </li>
1336               <li>
1337                  <a href="obj_object_profiled_data_schema.xsd.html_h642855734.html">Simple Type: <strong>ContactPreference</strong>
1338                  </a>
1339               </li>
1340               <li>
1341                  <a href="obj_object_profiled_data_schema.xsd.html_h-1303991360.html">Simple Type: <strong>CrewType</strong>
1342                  </a>
1343               </li>
1344               <li>
1345                  <a href="obj_object_profiled_data_schema.xsd.html_h-1503337392.html">Simple Type: <strong>DataQuality</strong>
1346                  </a>
1347               </li>
1348               <li>
1349                  <a href="obj_object_profiled_data_schema.xsd.html_h-2046685877.html">Simple Type: <strong>ElevCodeEnum</strong>
1350                  </a>
1351               </li>
1352               <li>
1353                  <a href="obj_object_profiled_data_schema.xsd.html_h1451919536.html">Simple Type: <strong>EndpointQualifier</strong>
1354                  </a>
1355               </li>
1356               <li>
1357                  <a href="obj_object_profiled_data_schema.xsd.html_h2024266841.html">Simple Type: <strong>EosModelKind</strong>
1358                  </a>
1359               </li>
1360               <li>
1361                  <a href="obj_object_profiled_data_schema.xsd.html_h-503100831.html">Simple Type: <strong>FacilityParameter</strong>
1362                  </a>
1363               </li>
1364               <li>
1365                  <a href="obj_object_profiled_data_schema.xsd.html_h-258320950.html">Simple Type: <strong>FiberMode</strong>
1366                  </a>
1367               </li>
1368               <li>
1369                  <a href="obj_object_profiled_data_schema.xsd.html_h-399055177.html">Simple Type: <strong>FlowQualifier</strong>
1370                  </a>
1371               </li>
1372               <li>
1373                  <a href="obj_object_profiled_data_schema.xsd.html_h1220644125.html">Simple Type: <strong>FlowSubQualifier</strong>
1374                  </a>
1375               </li>
1376               <li>
1377                  <a href="obj_object_profiled_data_schema.xsd.html_h269115797.html">Simple Type: <strong>FluidAnalysisKind</strong>
1378                  </a>
1379               </li>
1380               <li>
1381                  <a href="obj_object_profiled_data_schema.xsd.html_h1141732888.html">Simple Type: <strong>FluidComponent</strong>
1382                  </a>
1383               </li>
1384               <li>
1385                  <a href="obj_object_profiled_data_schema.xsd.html_h-170370612.html">Simple Type: <strong>FluidComponentKind</strong>
1386                  </a>
1387               </li>
1388               <li>
1389                  <a href="obj_object_profiled_data_schema.xsd.html_h1624312483.html">Simple Type: <strong>FluidSampleKind</strong>
1390                  </a>
1391               </li>
1392               <li>
1393                  <a href="obj_object_profiled_data_schema.xsd.html_h-313899732.html">Simple Type: <strong>FluidSampleTestAcquisition</strong>
1394                  </a>
1395               </li>
1396               <li>
1397                  <a href="obj_object_profiled_data_schema.xsd.html_h-2145317128.html">Simple Type: <strong>InjectionFluid</strong>
1398                  </a>
1399               </li>
1400               <li>
1401                  <a href="obj_object_profiled_data_schema.xsd.html_h-965375367.html">Simple Type: <strong>InstalledFiberPoint</strong>
1402                  </a>
1403               </li>
1404               <li>
1405                  <a href="obj_object_profiled_data_schema.xsd.html_h-825575847.html">Simple Type: <strong>ItemState</strong>
1406                  </a>
1407               </li>
1408               <li>
1409                  <a href="obj_object_profiled_data_schema.xsd.html_h200276927.html">Simple Type: <strong>MeasureClass</strong>
1410                  </a>
1411               </li>
1412               <li>
1413                  <a href="obj_object_profiled_data_schema.xsd.html_h140140219.html">Simple Type: <strong>MeasuredDepthUom</strong>
1414                  </a>
1415               </li>
1416               <li>
1417                  <a href="obj_object_profiled_data_schema.xsd.html_h-953472321.html">Simple Type: <strong>NameTagLocation</strong>
1418                  </a>
1419               </li>
1420               <li>
1421                  <a href="obj_object_profiled_data_schema.xsd.html_h-335059788.html">Simple Type: <strong>NameTagNumberingScheme</strong>
1422                  </a>
1423               </li>
1424               <li>
1425                  <a href="obj_object_profiled_data_schema.xsd.html_h-385059434.html">Simple Type: <strong>NameTagTechnology</strong>
1426                  </a>
1427               </li>
1428               <li>
1429                  <a href="obj_object_profiled_data_schema.xsd.html_h1088395132.html">Simple Type: <strong>OTDRReason</strong>
1430                  </a>
1431               </li>
1432               <li>
1433                  <a href="obj_object_profiled_data_schema.xsd.html_h1546313014.html">Simple Type: <strong>OperationKind</strong>
1434                  </a>
1435               </li>
1436               <li>
1437                  <a href="obj_object_profiled_data_schema.xsd.html_h1550287059.html">Simple Type: <strong>PercentUom</strong>
1438                  </a>
1439               </li>
1440               <li>
1441                  <a href="obj_object_profiled_data_schema.xsd.html_h297681635.html">Simple Type: <strong>PhoneType</strong>
1442                  </a>
1443               </li>
1444               <li>
1445                  <a href="obj_object_profiled_data_schema.xsd.html_h1582104723.html">Simple Type: <strong>ProductFlowPortType</strong>
1446                  </a>
1447               </li>
1448               <li>
1449                  <a href="obj_object_profiled_data_schema.xsd.html_h-1100429875.html">Simple Type: <strong>ReasonLost</strong>
1450                  </a>
1451               </li>
1452               <li>
1453                  <a href="obj_object_profiled_data_schema.xsd.html_h-274618100.html">Simple Type: <strong>ReportingFacility</strong>
1454                  </a>
1455               </li>
1456               <li>
1457                  <a href="obj_object_profiled_data_schema.xsd.html_h846911511.html">Simple Type: <strong>ReportingFlow</strong>
1458                  </a>
1459               </li>
1460               <li>
1461                  <a href="obj_object_profiled_data_schema.xsd.html_h-1881917846.html">Simple Type: <strong>ReportingPeriod</strong>
1462                  </a>
1463               </li>
1464               <li>
1465                  <a href="obj_object_profiled_data_schema.xsd.html_h-2135613082.html">Simple Type: <strong>ReportingProduct</strong>
1466                  </a>
1467               </li>
1468               <li>
1469                  <a href="obj_object_profiled_data_schema.xsd.html_h-1768875970.html">Simple Type: <strong>ReportingProperty</strong>
1470                  </a>
1471               </li>
1472               <li>
1473                  <a href="obj_object_profiled_data_schema.xsd.html_h-151665132.html">Simple Type: <strong>ReservoirFluidKind</strong>
1474                  </a>
1475               </li>
1476               <li>
1477                  <a href="obj_object_profiled_data_schema.xsd.html_h-1919540367.html">Simple Type: <strong>SafetyType</strong>
1478                  </a>
1479               </li>
1480               <li>
1481                  <a href="obj_object_profiled_data_schema.xsd.html_h-1790045060.html">Simple Type: <strong>SaleDestinationType</strong>
1482                  </a>
1483               </li>
1484               <li>
1485                  <a href="obj_object_profiled_data_schema.xsd.html_h279013474.html">Simple Type: <strong>SaleEventKind</strong>
1486                  </a>
1487               </li>
1488               <li>
1489                  <a href="obj_object_profiled_data_schema.xsd.html_h-1360931064.html">Simple Type: <strong>SalesFlowPart</strong>
1490                  </a>
1491               </li>
1492               <li>
1493                  <a href="obj_object_profiled_data_schema.xsd.html_h-2000873299.html">Simple Type: <strong>StandardTempPress</strong>
1494                  </a>
1495               </li>
1496               <li>
1497                  <a href="obj_object_profiled_data_schema.xsd.html_h-138065989.html">Simple Type: <strong>TestReason</strong>
1498                  </a>
1499               </li>
1500               <li>
1501                  <a href="obj_object_profiled_data_schema.xsd.html_h-2098445538.html">Simple Type: <strong>ValueStatus</strong>
1502                  </a>
1503               </li>
1504               <li>
1505                  <a href="obj_object_profiled_data_schema.xsd.html_h1775597536.html">Simple Type: <strong>VolumeReferenceKind</strong>
1506                  </a>
1507               </li>
1508               <li>
1509                  <a href="obj_object_profiled_data_schema.xsd.html_h-675345518.html">Simple Type: <strong>WellVerticalCoordinateUom</strong>
1510                  </a>
1511               </li>
1512               <li>
1513                  <a href="obj_object_profiled_data_schema.xsd.html_h-2072364383.html">Simple Type: <strong>abstractBoolean</strong>
1514                  </a>
1515               </li>
1516               <li>
1517                  <a href="obj_object_profiled_data_schema.xsd.html_h4458249.html">Simple Type: <strong>abstractCommentString</strong>
1518                  </a>
1519               </li>
1520               <li>
1521                  <a href="obj_object_profiled_data_schema.xsd.html_h-321233963.html">Simple Type: <strong>abstractDate</strong>
1522                  </a>
1523               </li>
1524               <li>
1525                  <a href="obj_object_profiled_data_schema.xsd.html_h-32100286.html">Simple Type: <strong>abstractDateTime</strong>
1526                  </a>
1527               </li>
1528               <li>
1529                  <a href="obj_object_profiled_data_schema.xsd.html_h544766520.html">Simple Type: <strong>abstractDouble</strong>
1530                  </a>
1531               </li>
1532               <li>
1533                  <a href="obj_object_profiled_data_schema.xsd.html_h1236568808.html">Simple Type: <strong>abstractInt</strong>
1534                  </a>
1535               </li>
1536               <li>
1537                  <a href="obj_object_profiled_data_schema.xsd.html_h-461701680.html">Simple Type: <strong>abstractMaximumLengthString</strong>
1538                  </a>
1539               </li>
1540               <li>
1541                  <a href="obj_object_profiled_data_schema.xsd.html_h-2081823389.html">Simple Type: <strong>abstractNameString</strong>
1542                  </a>
1543               </li>
1544               <li>
1545                  <a href="obj_object_profiled_data_schema.xsd.html_h-628010572.html">Simple Type: <strong>abstractNonNegativeCount</strong>
1546                  </a>
1547               </li>
1548               <li>
1549                  <a href="obj_object_profiled_data_schema.xsd.html_h-141661617.html">Simple Type: <strong>abstractPositiveCount</strong>
1550                  </a>
1551               </li>
1552               <li>
1553                  <a href="obj_object_profiled_data_schema.xsd.html_h-1354261195.html">Simple Type: <strong>abstractShort</strong>
1554                  </a>
1555               </li>
1556               <li>
1557                  <a href="obj_object_profiled_data_schema.xsd.html_h978738808.html">Simple Type: <strong>abstractString</strong>
1558                  </a>
1559               </li>
1560               <li>
1561                  <a href="obj_object_profiled_data_schema.xsd.html_h1793354754.html">Simple Type: <strong>abstractTypeEnum</strong>
1562                  </a>
1563               </li>
1564               <li>
1565                  <a href="obj_object_profiled_data_schema.xsd.html_h1894820026.html">Simple Type: <strong>abstractUidString</strong>
1566                  </a>
1567               </li>
1568               <li>
1569                  <a href="obj_object_profiled_data_schema.xsd.html_h1902304045.html">Simple Type: <strong>abstractUomEnum</strong>
1570                  </a>
1571               </li>
1572               <li>
1573                  <a href="obj_object_profiled_data_schema.xsd.html_h-1896972457.html">Simple Type: <strong>amountOfSubstanceUom</strong>
1574                  </a>
1575               </li>
1576               <li>
1577                  <a href="obj_object_profiled_data_schema.xsd.html_h532072232.html">Simple Type: <strong>beaufortScaleIntegerCode</strong>
1578                  </a>
1579               </li>
1580               <li>
1581                  <a href="obj_object_profiled_data_schema.xsd.html_h-793122037.html">Simple Type: <strong>commentString</strong>
1582                  </a>
1583               </li>
1584               <li>
1585                  <a href="obj_object_profiled_data_schema.xsd.html_h1701747336.html">Simple Type: <strong>compressibilityUom</strong>
1586                  </a>
1587               </li>
1588               <li>
1589                  <a href="obj_object_profiled_data_schema.xsd.html_h518884755.html">Simple Type: <strong>date</strong>
1590                  </a>
1591               </li>
1592               <li>
1593                  <a href="obj_object_profiled_data_schema.xsd.html_h674073904.html">Simple Type: <strong>densityUom</strong>
1594                  </a>
1595               </li>
1596               <li>
1597                  <a href="obj_object_profiled_data_schema.xsd.html_h-357449368.html">Simple Type: <strong>descriptionString</strong>
1598                  </a>
1599               </li>
1600               <li>
1601                  <a href="obj_object_profiled_data_schema.xsd.html_h950819577.html">Simple Type: <strong>dimensionlessUom</strong>
1602                  </a>
1603               </li>
1604               <li>
1605                  <a href="obj_object_profiled_data_schema.xsd.html_h-794184954.html">Simple Type: <strong>dynamicViscosityUom</strong>
1606                  </a>
1607               </li>
1608               <li>
1609                  <a href="obj_object_profiled_data_schema.xsd.html_h1710646012.html">Simple Type: <strong>frequencyUom</strong>
1610                  </a>
1611               </li>
1612               <li>
1613                  <a href="obj_object_profiled_data_schema.xsd.html_h-399087894.html">Simple Type: <strong>kindString</strong>
1614                  </a>
1615               </li>
1616               <li>
1617                  <a href="obj_object_profiled_data_schema.xsd.html_h-573894949.html">Simple Type: <strong>lengthPerLengthUom</strong>
1618                  </a>
1619               </li>
1620               <li>
1621                  <a href="obj_object_profiled_data_schema.xsd.html_h-778393208.html">Simple Type: <strong>lengthUom</strong>
1622                  </a>
1623               </li>
1624               <li>
1625                  <a href="obj_object_profiled_data_schema.xsd.html_h221961323.html">Simple Type: <strong>listOfString</strong>
1626                  </a>
1627               </li>
1628               <li>
1629                  <a href="obj_object_profiled_data_schema.xsd.html_h2055323524.html">Simple Type: <strong>logicalBoolean</strong>
1630                  </a>
1631               </li>
1632               <li>
1633                  <a href="obj_object_profiled_data_schema.xsd.html_h1638665311.html">Simple Type: <strong>massConcentrationUom</strong>
1634                  </a>
1635               </li>
1636               <li>
1637                  <a href="obj_object_profiled_data_schema.xsd.html_h447253612.html">Simple Type: <strong>massFlowRateUom</strong>
1638                  </a>
1639               </li>
1640               <li>
1641                  <a href="obj_object_profiled_data_schema.xsd.html_h-94384774.html">Simple Type: <strong>massUom</strong>
1642                  </a>
1643               </li>
1644               <li>
1645                  <a href="obj_object_profiled_data_schema.xsd.html_h103656726.html">Simple Type: <strong>modulusOfCompressionUom</strong>
1646                  </a>
1647               </li>
1648               <li>
1649                  <a href="obj_object_profiled_data_schema.xsd.html_h-1131035453.html">Simple Type: <strong>molarVolumeUom</strong>
1650                  </a>
1651               </li>
1652               <li>
1653                  <a href="obj_object_profiled_data_schema.xsd.html_h-1085718213.html">Simple Type: <strong>month</strong>
1654                  </a>
1655               </li>
1656               <li>
1657                  <a href="obj_object_profiled_data_schema.xsd.html_h-269201247.html">Simple Type: <strong>nameString</strong>
1658                  </a>
1659               </li>
1660               <li>
1661                  <a href="obj_object_profiled_data_schema.xsd.html_h-1583229326.html">Simple Type: <strong>nonNegativeCount</strong>
1662                  </a>
1663               </li>
1664               <li>
1665                  <a href="obj_object_profiled_data_schema.xsd.html_h64363967.html">Simple Type: <strong>nonNegativeFraction</strong>
1666                  </a>
1667               </li>
1668               <li>
1669                  <a href="obj_object_profiled_data_schema.xsd.html_h1905071479.html">Simple Type: <strong>planeAngleUom</strong>
1670                  </a>
1671               </li>
1672               <li>
1673                  <a href="obj_object_profiled_data_schema.xsd.html_h-939241903.html">Simple Type: <strong>positiveCount</strong>
1674                  </a>
1675               </li>
1676               <li>
1677                  <a href="obj_object_profiled_data_schema.xsd.html_h468105993.html">Simple Type: <strong>pressureUom</strong>
1678                  </a>
1679               </li>
1680               <li>
1681                  <a href="obj_object_profiled_data_schema.xsd.html_h-2115546177.html">Simple Type: <strong>refString</strong>
1682                  </a>
1683               </li>
1684               <li>
1685                  <a href="obj_object_profiled_data_schema.xsd.html_h118689235.html">Simple Type: <strong>refWellDatum</strong>
1686                  </a>
1687               </li>
1688               <li>
1689                  <a href="obj_object_profiled_data_schema.xsd.html_h1792248419.html">Simple Type: <strong>schemaVersionString</strong>
1690                  </a>
1691               </li>
1692               <li>
1693                  <a href="obj_object_profiled_data_schema.xsd.html_h519349766.html">Simple Type: <strong>str2</strong>
1694                  </a>
1695               </li>
1696               <li>
1697                  <a href="obj_object_profiled_data_schema.xsd.html_h-1080026357.html">Simple Type: <strong>str32</strong>
1698                  </a>
1699               </li>
1700               <li>
1701                  <a href="obj_object_profiled_data_schema.xsd.html_h1989023812.html">Simple Type: <strong>thermalConductivityUom</strong>
1702                  </a>
1703               </li>
1704               <li>
1705                  <a href="obj_object_profiled_data_schema.xsd.html_h-1686139402.html">Simple Type: <strong>thermodynamicTemperatureUom</strong>
1706                  </a>
1707               </li>
1708               <li>
1709                  <a href="obj_object_profiled_data_schema.xsd.html_h2046248705.html">Simple Type: <strong>timeUom</strong>
1710                  </a>
1711               </li>
1712               <li>
1713                  <a href="obj_object_profiled_data_schema.xsd.html_h-622169519.html">Simple Type: <strong>timestamp</strong>
1714                  </a>
1715               </li>
1716               <li>
1717                  <a href="obj_object_profiled_data_schema.xsd.html_h1953291708.html">Simple Type: <strong>uidString</strong>
1718                  </a>
1719               </li>
1720               <li>
1721                  <a href="obj_object_profiled_data_schema.xsd.html_h526607149.html">Simple Type: <strong>unitlessQuantity</strong>
1722                  </a>
1723               </li>
1724               <li>
1725                  <a href="obj_object_profiled_data_schema.xsd.html_h-1077149633.html">Simple Type: <strong>uomString</strong>
1726                  </a>
1727               </li>
1728               <li>
1729                  <a href="obj_object_profiled_data_schema.xsd.html_h1026157937.html">Simple Type: <strong>velocityUom</strong>
1730                  </a>
1731               </li>
1732               <li>
1733                  <a href="obj_object_profiled_data_schema.xsd.html_h52094406.html">Simple Type: <strong>volumeFlowRateUom</strong>
1734                  </a>
1735               </li>
1736               <li>
1737                  <a href="obj_object_profiled_data_schema.xsd.html_h1737393243.html">Simple Type: <strong>volumePerVolumeUom</strong>
1738                  </a>
1739               </li>
1740               <li>
1741                  <a href="obj_object_profiled_data_schema.xsd.html_h1489379540.html">Simple Type: <strong>volumeUom</strong>
1742                  </a>
1743               </li>
1744               <li>
1745                  <a href="obj_object_profiled_data_schema.xsd.html_h590363709.html">Simple Type: <strong>workUom</strong>
1746                  </a>
1747               </li>
1748               <li>
1749                  <a href="obj_object_profiled_data_schema.xsd.html_h519513634.html">Simple Type: <strong>year</strong>
1750                  </a>
1751               </li>
1752            </ul>
1753         </li>
1754      </ul>
1755      <ul id="legendTOC" style="margin-top: 0em">
1756         <li>
1757            <a href="#Legend">Legend</a>
1758         </li>
1759      </ul>
1760      <ul id="glossaryTOC" style="margin-top: 0em">
1761         <li>
1762            <a href="#Glossary">Glossary</a>
1763         </li>
1764      </ul>
1765      <div style="text-align: right; clear: both;">
1766         <a href="#top">top</a>
1767      </div>
1768      <hr/>
1769      <h2>
1770         <a name="SchemaProperties">Schema Document Properties</a>
1771      </h2>
1772      <table class="properties">
1773         <tr>
1774            <th>
1775               <a title="Look up 'Target Namespace' in glossary"
1776                  href="obj_object_profiled_data_schema.xsd.html#term_TargetNS">Target Namespace</a>
1777            </th>
1778            <td>
1779               <span class="targetNS">http://www.witsml.org/schemas/131</span>
1780            </td>
1781         </tr>
1782         <tr>
1783            <th>Version</th>
1784            <td>1.3.1</td>
1785         </tr>
1786         <tr>
1787            <th>Element and Attribute Namespaces</th>
1788            <td>
1789               <ul>
1790                  <li>Global element and attribute declarations belong to this schema's target namespace.</li>
1791                  <li>By default, local element declarations belong to this schema's target namespace.</li>
1792                  <li>By default, local attribute declarations have no namespace.</li>
1793               </ul>
1794            </td>
1795         </tr>
1796      </table>
1797      <h3>Declared Namespaces</h3>
1798      <table class="namespaces">
1799         <tr>
1800            <th>Prefix</th>
1801            <th>Namespace</th>
1802         </tr>
1803         <tr>
1804            <td>
1805               <a name="ns_xml">xml</a>
1806            </td>
1807            <td>http://www.w3.org/XML/1998/namespace</td>
1808         </tr>
1809         <tr>
1810            <td>
1811               <a name="ns_witsml">witsml</a>
1812            </td>
1813            <td>
1814               <span class="targetNS">http://www.witsml.org/schemas/131</span>
1815            </td>
1816         </tr>
1817         <tr>
1818            <td>
1819               <a name="ns_xsd">xsd</a>
1820            </td>
1821            <td>http://www.w3.org/2001/XMLSchema</td>
1822         </tr>
1823      </table>
1824      <div class="schemaComponent box">
1825         <div>
1826            <input type="button" id="schema_scbox_button" class="control"
1827                   onclick="switchState('schema_scbox'); return false;"
1828                   style="display: none"/> 
1829            <span class="caption">Schema Component Representation</span>
1830         </div>
1831         <div id="schema_scbox" class="contents">
1832            <div style="margin-left: 0em">&lt;<span class="scTag">xsd:schema</span> 
1833               <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>" <span class="scTag">attributeFormDefault</span>="<span class="scContent">unqualified</span>" <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.witsml.org/schemas/131</span>" <span class="scTag">version</span>="<span class="scContent">1.3.1</span>"&gt;<div class="scContent" style="margin-left: 1.5em">...</div>&lt;/<span class="scTag">xsd:schema</span>&gt;</div>
1834         </div>
1835         <script type="text/javascript">
1836<!--
1837          setState('schema_scbox', false);
1838// -->
1839</script>
1840      </div>
1841      <div style="text-align: right; clear: both;">
1842         <a href="#top">top</a>
1843      </div>
1844      <hr/>
1845      <div id="legend">
1846         <h2>
1847            <a name="Legend">Legend</a>
1848         </h2>
1849         <div style="float: left; width: 15em;">
1850            <h3 style="margin-bottom: 0px;">Complex Type:</h3>
1851            <div class="hint" style="margin-left: 0em;">Schema Component Type</div>
1852         </div>
1853         <div style="float: left; width: 15em;">
1854            <h3 style="margin-bottom: 0px;">
1855               <span class="name">AusAddress</span>
1856            </h3>
1857            <div class="hint" style="margin-left: 0em;">Schema Component Name</div>
1858         </div>
1859         <table class="hierarchy" style="clear : both">
1860            <tr>
1861               <th>Super-types:</th>
1862               <td>
1863                  <span class="type" style="color: #0000FF; text-decoration:underline;">Address</span> &lt; <span class="current">AusAddress</span> (by extension)</td>
1864            </tr>
1865            <tr>
1866               <th>Sub-types:</th>
1867               <td>
1868                  <ul>
1869                     <li>
1870                        <span class="type" style="color: #0000FF; text-decoration:underline;">QLDAddress</span> (by restriction)</li>
1871                  </ul>
1872               </td>
1873            </tr>
1874         </table>
1875         <div class="hint">If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.</div>
1876         <table class="properties">
1877            <tr>
1878               <th>Name</th>
1879               <td>AusAddress</td>
1880            </tr>
1881            <tr>
1882               <th>
1883                  <a title="Look up 'Abstract' in glossary"
1884                     href="obj_object_profiled_data_schema.xsd.html#term_Abstract">Abstract</a>
1885               </th>
1886               <td>no</td>
1887            </tr>
1888         </table>
1889         <div class="hint">The table above displays the properties of this schema component.</div>
1890         <div class="sample box">
1891            <div>
1892               <span class="caption">XML Instance Representation</span>
1893            </div>
1894            <div class="contents">
1895               <span style="margin-left: 0em">&lt;...</span>
1896               <span class="newFields">
1897                  <span> country="<span class="fixed">Australia</span>"</span>
1898               </span>&gt; <br/>
1899               <span style="margin-left: 1.5em" class="inherited">&lt;unitNo&gt; <span class="type">string</span> &lt;/unitNo&gt; <span class="occurs">[0..1]</span>
1900               </span>
1901               <br/>
1902               <span style="margin-left: 1.5em" class="inherited">&lt;houseNo&gt; <span class="type">string</span> &lt;/houseNo&gt; <span class="occurs">[1]</span>
1903               </span>
1904               <br/>
1905               <span style="margin-left: 1.5em" class="inherited">&lt;street&gt; <span class="type">string</span> &lt;/street&gt; <span class="occurs">[1]</span>
1906               </span>
1907               <br/>
1908               <span class="group" style="margin-left: 1.5em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a>
1909                  <span class="occurs">[1]</span>
1910               </span>
1911               <br/>
1912               <span style="margin-left: 3em" class="inherited">&lt;city&gt; <span class="type">string</span> &lt;/city&gt; <span class="occurs">[1]</span>
1913               </span>
1914               <br/>
1915               <span style="margin-left: 3em" class="inherited">&lt;town&gt; <span class="type">string</span> &lt;/town&gt; <span class="occurs">[1]</span>
1916               </span>
1917               <br/>
1918               <span class="group" style="margin-left: 1.5em">End Choice</span>
1919               <br/>
1920               <span class="newFields">
1921                  <span style="margin-left: 1.5em">&lt;state&gt; <span class="type" style="text-decoration:underline;">AusStates</span> &lt;/state&gt; <span class="occurs">[1]</span>
1922                  </span>
1923                  <br/>
1924                  <span style="margin-left: 1.5em">&lt;postcode&gt; <span class="constraint">string &lt;&lt;<em>pattern</em> = [1-9][0-9]{3}&gt;&gt;</span> &lt;/postcode&gt; <span class="occurs">[1]</span>
1925                     <a href="javascript:void(0)" title="View Documentation" class="documentation"
1926                        onclick="docArray = new Array('Post code must be a four-digit number.'); viewDocumentation('Element', 'postcode', docArray);">?</a>
1927                  </span>
1928                  <br/>
1929               </span>
1930               <span style="margin-left: 0em">&lt;/...&gt;</span>
1931               <br/>
1932            </div>
1933         </div>
1934         <div class="hint">
1935            <p>The XML Instance Representation table above shows the schema component's content as an XML instance.</p>
1936            <ul>
1937               <li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
1938               <li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
1939               <li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <span style="font-weight: bold">bold</span>.</li>
1940               <li>If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".</li>
1941               <li>Otherwise, the type of the element/attribute is displayed.
1942               <ul>
1943                     <li>If the element/attribute's type is in the schema, a link is provided to it.</li>
1944                     <li>For local simple type definitions, the constraints are displayed in angle brackets, e.g. &lt;&lt;<em>pattern</em> = [1-9][0-9]{3}&gt;&gt;.</li>
1945                  </ul>
1946               </li>
1947               <li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. &lt;postcode&gt;.</li>
1948            </ul>
1949         </div>
1950         <div class="schemaComponent box">
1951            <div>
1952               <span class="caption">Schema Component Representation</span>
1953            </div>
1954            <div class="contents">
1955               <span style="margin-left: 0em">&lt;<span class="scTag">complexType</span>
1956                  <span class="scTag">name</span>="<span class="scContent">AusAddress</span>"&gt;</span>
1957               <br/>
1958               <span style="margin-left: 1.5em">&lt;<span class="scTag">complexContent</span>&gt;</span>
1959               <br/>
1960               <span style="margin-left: 3em">&lt;<span class="scTag">extension</span>
1961                  <span class="scTag">base</span>="<span class="scContent">
1962                     <span class="type" style="text-decoration:underline;">Address</span>
1963                  </span>"&gt;</span>
1964               <br/>
1965               <span style="margin-left: 4.5em">&lt;<span class="scTag">sequence</span>&gt;</span>
1966               <br/>
1967               <span style="margin-left: 6em">&lt;<span class="scTag">element</span>
1968                  <span class="scTag">name</span>="<span class="scContent">state</span>" <span class="scTag">type</span>="<span class="scContent">
1969                     <span class="type" style="text-decoration:underline;">AusStates</span>
1970                  </span>"/&gt;</span>
1971               <br/>
1972               <span style="margin-left: 6em">&lt;<span class="scTag">element</span>
1973                  <span class="scTag">name</span>="<span class="scContent">postcode</span>"&gt;</span>
1974               <br/>
1975               <span style="margin-left: 7.5em">&lt;<span class="scTag">simpleType</span>&gt;</span>
1976               <br/>
1977               <span style="margin-left: 9em">&lt;<span class="scTag">restriction</span>
1978                  <span class="scTag">base</span>="<span class="scContent">
1979                     <span class="type">string</span>
1980                  </span>"&gt;</span>
1981               <br/>
1982               <span style="margin-left: 10.5em">&lt;<span class="scTag">pattern</span>
1983                  <span class="scTag">value</span>="<span class="scContent">[1-9][0-9]{3}</span>"/&gt;</span>
1984               <br/>
1985               <span style="margin-left: 9em">&lt;/<span class="scTag">restriction</span>&gt;</span>
1986               <br/>
1987               <span style="margin-left: 7.5em">&lt;/<span class="scTag">simpleType</span>&gt;</span>
1988               <br/>
1989               <span style="margin-left: 6em">&lt;/<span class="scTag">element</span>&gt;</span>
1990               <br/>
1991               <span style="margin-left: 4.5em">&lt;/<span class="scTag">sequence</span>&gt;</span>
1992               <br/>
1993               <span style="margin-left: 4.5em">&lt;<span class="scTag">attribute</span>
1994                  <span class="scTag">name</span>="<span class="scContent">country</span>" <span class="scTag">type</span>="<span class="scContent">
1995                     <span class="type">string</span>
1996                  </span>" <span class="scTag">fixed</span>="<span class="scContent">Australia</span>"/&gt;</span>
1997               <br/>
1998               <span style="margin-left: 3em">&lt;/<span class="scTag">extension</span>&gt;</span>
1999               <br/>
2000               <span style="margin-left: 1.5em">&lt;/<span class="scTag">complexContent</span>&gt;</span>
2001               <br/>
2002               <span style="margin-left: 0em">&lt;/<span class="scTag">complexType</span>&gt;</span>
2003               <br/>
2004            </div>
2005         </div>
2006         <div class="hint">The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)</div>
2007         <div style="text-align: right; clear: both;">
2008            <a href="#top">top</a>
2009         </div>
2010         <hr/>
2011      </div>
2012      <div id="glossary">
2013         <h2>
2014            <a name="Glossary">Glossary</a>
2015         </h2>
2016         <p>
2017            <span class="glossaryTerm">
2018               <a name="term_Abstract">Abstract</a> 
2019            </span>(Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.</p>
2020         <p>
2021            <span class="glossaryTerm">
2022               <a name="term_All">All Model Group</a> 
2023            </span>Child elements can be provided <em>in any order</em> in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-all"
2024               href="http://www.w3.org/TR/xmlschema-1/#element-all">http://www.w3.org/TR/xmlschema-1/#element-all</a>.</p>
2025         <p>
2026            <span class="glossaryTerm">
2027               <a name="term_Choice">Choice Model Group</a> 
2028            </span>
2029            <em>Only one</em> from the list of child elements and model groups can be provided in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-choice"
2030               href="http://www.w3.org/TR/xmlschema-1/#element-choice">http://www.w3.org/TR/xmlschema-1/#element-choice</a>.</p>
2031         <p>
2032            <span class="glossaryTerm">
2033               <a name="term_CollapseWS">Collapse Whitespace Policy</a> 
2034            </span>Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.</p>
2035         <p>
2036            <span class="glossaryTerm">
2037               <a name="term_ElemBlock">Disallowed Substitutions</a> 
2038            </span>(Applies to element declarations). If <em>substitution</em> is specified, then <a title="Look up 'substitution group' in glossary"
2039               href="obj_object_profiled_data_schema.xsd.html#term_SubGroup">substitution group</a> members cannot be used in place of the given element declaration to validate element instances. If <em>derivation methods</em>, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an <code>xsi:type</code> attribute.</p>
2040         <p>
2041            <span class="glossaryTerm">
2042               <a name="term_Key">Key Constraint</a> 
2043            </span>Like <a title="Look up 'Uniqueness Constraint' in glossary"
2044               href="obj_object_profiled_data_schema.xsd.html#term_Unique">Uniqueness Constraint</a>, but additionally requires that the specified value(s) must be provided. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions"
2045               href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p>
2046         <p>
2047            <span class="glossaryTerm">
2048               <a name="term_KeyRef">Key Reference Constraint</a> 
2049            </span>Ensures that the specified value(s) must match value(s) from a <a title="Look up 'Key Constraint' in glossary"
2050               href="obj_object_profiled_data_schema.xsd.html#term_Key">Key Constraint</a> or <a title="Look up 'Uniqueness Constraint' in glossary"
2051               href="obj_object_profiled_data_schema.xsd.html#term_Unique">Uniqueness Constraint</a>. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions"
2052               href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p>
2053         <p>
2054            <span class="glossaryTerm">
2055               <a name="term_ModelGroup">Model Group</a> 
2056            </span>Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: <a title="http://www.w3.org/TR/xmlschema-1/#Model_Groups"
2057               href="http://www.w3.org/TR/xmlschema-1/#Model_Groups">http://www.w3.org/TR/xmlschema-1/#Model_Groups</a>.</p>
2058         <p>
2059            <span class="glossaryTerm">
2060               <a name="term_Nillable">Nillable</a> 
2061            </span>(Applies to element declarations). If an element declaration is nillable, instances can use the <code>xsi:nil</code> attribute. The <code>xsi:nil</code> attribute is the boolean attribute, <em>nil</em>, from the <em>http://www.w3.org/2001/XMLSchema-instance</em> namespace. If an element instance has an <code>xsi:nil</code> attribute set to true, it can be left empty, even though its element declaration may have required content.</p>
2062         <p>
2063            <span class="glossaryTerm">
2064               <a name="term_Notation">Notation</a> 
2065            </span>A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: <a title="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations"
2066               href="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations">http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations</a>.</p>
2067         <p>
2068            <span class="glossaryTerm">
2069               <a name="term_PreserveWS">Preserve Whitespace Policy</a> 
2070            </span>Preserve whitespaces exactly as they appear in instances.</p>
2071         <p>
2072            <span class="glossaryTerm">
2073               <a name="term_TypeFinal">Prohibited Derivations</a> 
2074            </span>(Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.</p>
2075         <p>
2076            <span class="glossaryTerm">
2077               <a name="term_TypeBlock">Prohibited Substitutions</a> 
2078            </span>(Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.</p>
2079         <p>
2080            <span class="glossaryTerm">
2081               <a name="term_ReplaceWS">Replace Whitespace Policy</a> 
2082            </span>Replace tab, line feed, and carriage return characters with space character (Unicode character 32).</p>
2083         <p>
2084            <span class="glossaryTerm">
2085               <a name="term_Sequence">Sequence Model Group</a> 
2086            </span>Child elements and model groups must be provided <em>in the specified order</em> in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-sequence"
2087               href="http://www.w3.org/TR/xmlschema-1/#element-sequence">http://www.w3.org/TR/xmlschema-1/#element-sequence</a>.</p>
2088         <p>
2089            <span class="glossaryTerm">
2090               <a name="term_SubGroup">Substitution Group</a> 
2091            </span>Elements that are <em>members</em> of a substitution group can be used wherever the <em>head</em> element of the substitution group is referenced.</p>
2092         <p>
2093            <span class="glossaryTerm">
2094               <a name="term_ElemFinal">Substitution Group Exclusions</a> 
2095            </span>(Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.</p>
2096         <p>
2097            <span class="glossaryTerm">
2098               <a name="term_TargetNS">Target Namespace</a> 
2099            </span>The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.</p>
2100         <p>
2101            <span class="glossaryTerm">
2102               <a name="term_Unique">Uniqueness Constraint</a> 
2103            </span>Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions"
2104               href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p>
2105         <div style="text-align: right; clear: both;">
2106            <a href="#top">top</a>
2107         </div>
2108         <hr/>
2109      </div>
2110      <p class="footer">Generated by <a href="http://www.oxygenxml.com">&lt;oXygen/&gt; XML Editor</a> using a modified version of <a href="http://titanium.dstc.edu.au/xml/xs3p">xs3p</a> that adds schema diagrams and chunking support. Last modified: <script type="text/javascript">
2111<!--
2112          document.write(document.lastModified);
2113// -->
2114</script>
2115      </p>
2116   </body>
2117</html>
Note: See TracBrowser for help on using the browser.