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