<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>
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.
<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>