Value representing the global start for the lattice:i.e., iStart + jStart*ni + kStart*ni*nj
Diagram
Type
xs:long
Properties
content
simple
minOccurs
1
maxOccurs
1
Source
<xs:element name="StartValue" type="xs:long" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Value representing the global start for the lattice: i.e., iStart + jStart*ni + kStart*ni*nj</xs:documentation></xs:annotation></xs:element>
Represents an array of integers based on an origin and a multi-dimensional offset. The offset is based on a linearization of a multi-dimensional offset.If count(i) is the number of elements in the dimension i and offset(i) is the offset in the dimension i, then:globalOffsetInNDimension = startValue+ ni*offset(n) + n_1i*count(n)*offset(n-1) + .... + 0i*count(n)*count(n-1)*....count(1)*offset(0)
<xs:complexType name="IntegerLatticeArray"><xs:annotation><xs:documentation>Represents an array of integers based on an origin and a multi-dimensional offset. The offset is based on a linearization of a multi-dimensional offset. If count(i) is the number of elements in the dimension i and offset(i) is the offset in the dimension i, then: globalOffsetInNDimension = startValue+ ni*offset(n) + n_1i*count(n)*offset(n-1) + .... + 0i*count(n)*count(n-1)*....count(1)*offset(0)</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="eml:AbstractIntegerArray"><xs:sequence><xs:element name="StartValue" type="xs:long" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Value representing the global start for the lattice: i.e., iStart + jStart*ni + kStart*ni*nj</xs:documentation></xs:annotation></xs:element><xs:element name="Offset" type="eml:IntegerConstantArray" minOccurs="1" maxOccurs="unbounded"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>