The I2Type is an array of two integer values.
<xs:simpleType name="I2Type"> <xs:annotation> <xs:documentation>The I2Type is an array of two integer values.</xs:documentation> </xs:annotation> <xs:restriction base="ListIntType"> <xs:length value="2"/> </xs:restriction> </xs:simpleType>