<xs:element name="Value" type="xs:long" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Values inside all the elements of the array.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Size of the array.</xs:documentation></xs:annotation></xs:element>
Complex Type eml:IntegerConstantArray
Namespace
http://www.energistics.org/energyml/data/commonv2
Annotations
Represents an array of integer values where all values are identical. This an optimization for which an array of explicit integer values is not required.
<xs:complexType name="IntegerConstantArray"><xs:annotation><xs:documentation>Represents an array of integer values where all values are identical. This an optimization for which an array of explicit integer values is not required.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="eml:AbstractIntegerArray"><xs:sequence><xs:element name="Value" type="xs:long" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Values inside all the elements of the array.</xs:documentation></xs:annotation></xs:element><xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Size of the array.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>