Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Element eml:StringConstantArray / eml:Value
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Value inside all the elements of the array.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String2000.tmp#String2000
Type eml:String2000
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 2000
Source
<xs:element name="Value" type="eml:String2000" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Value inside all the elements of the array.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:StringConstantArray / eml:Count
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Size of the array.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_PositiveLong.tmp#PositiveLong
Type eml:PositiveLong
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minInclusive 1
Source
<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:StringConstantArray
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Represents an array of Boolean values where all values are identical. This an optimization for which an array of explicit Boolean values is not required.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArrayBaseTypes_xsd_Complex_Type_eml_AbstractStringArray.tmp#AbstractStringArrayBaseTypes_xsd_Complex_Type_eml_StringConstantArray.tmp#StringConstantArray_ValueBaseTypes_xsd_Complex_Type_eml_StringConstantArray.tmp#StringConstantArray_Count
Type extension of eml:AbstractStringArray
Type hierarchy
Model
Children eml:Count, eml:Value
Source
<xs:complexType name="StringConstantArray">
  <xs:annotation>
    <xs:documentation>Represents an array of Boolean values where all values are identical. This an optimization for which an array of explicit Boolean values is not required.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractStringArray">
      <xs:sequence>
        <xs:element name="Value" type="eml:String2000" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Value 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>