Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element eml:IndexRange / eml:IndexMinimum
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The minimum index for the range over which the referenced data's conformance with the policy is being assessed.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
Source
<xs:element name="IndexMinimum" type="eml:String64" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The minimum index for the range over which the referenced data's conformance with the policy is being assessed.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:IndexRange / eml:IndexMaximum
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The maximum index for the range over which the referenced data's conformance with the policy is being assessed.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
Source
<xs:element name="IndexMaximum" type="eml:String64" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The maximum index for the range over which the referenced data's conformance with the policy is being assessed.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:IndexRange
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
In the case that the ReferencedData is indexed and the conformance with the DataAssurance policy applies to a range within that index space, this class represents that range.

The elements are string types because the index could be of numerous data types, including integer, float and date.
Diagram
DiagramDataAssurance_xsd_Complex_Type_eml_IndexRange.tmp#IndexRange_IndexMinimumDataAssurance_xsd_Complex_Type_eml_IndexRange.tmp#IndexRange_IndexMaximum
Used by
Model
Children eml:IndexMaximum, eml:IndexMinimum
Source
<xs:complexType name="IndexRange">
  <xs:annotation>
    <xs:documentation>In the case that the ReferencedData is indexed and the conformance with the DataAssurance policy applies to a range within that index space, this class represents that range. The elements are string types because the index could be of numerous data types, including integer, float and date.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="IndexMinimum" type="eml:String64" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The minimum index for the range over which the referenced data's conformance with the policy is being assessed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IndexMaximum" type="eml:String64" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The maximum index for the range over which the referenced data's conformance with the policy is being assessed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>