Documentation for obj_object_profiled_data_schema

Simple Type: ReportingPeriod

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < ReportingPeriod (by restriction)
Sub-types: None
Name ReportingPeriod
Used by (from the same schema document) Complex Type cs_productVolumePeriod , Model Group grp_productionOperation , Model Group grp_productVolume , Complex Type safetyCount
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'day'|'week'|'month'|'year'|'year to date'|'month to date'|'daily year to date'|'daily month to date'|'total cumulative'|'report'|'report start'|'report end'|'previous period'|'midnight'|'noon'|'06:00'|'gas day'|'gas month'|'gas year'|'gas year to date'}
Documentation A time period for a report. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="ReportingPeriod">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="day"/>
<xsd:enumeration value="week"/>
<xsd:enumeration value="month"/>
<xsd:enumeration value="year"/>
<xsd:enumeration value="year to date"/>
<xsd:enumeration value="month to date"/>
<xsd:enumeration value="daily year to date"/>
<xsd:enumeration value="daily month to date"/>
<xsd:enumeration value="total cumulative"/>
<xsd:enumeration value="report"/>
<xsd:enumeration value="report start"/>
<xsd:enumeration value="report end"/>
<xsd:enumeration value="previous period"/>
<xsd:enumeration value="midnight"/>
<xsd:enumeration value="noon"/>
<xsd:enumeration value="06:00"/>
<xsd:enumeration value="gas day"/>
<xsd:enumeration value="gas month"/>
<xsd:enumeration value="gas year"/>
<xsd:enumeration value="gas year to date"/>
</xsd:restriction>
</xsd:simpleType>