The required value attribute specifies the integer pair value of this entity attribute.
Source
<xs:complexType name="AttributeI2Type"><xs:annotation><xs:documentation>The AttributeI2Type defines an entity attribute of 'pair of integers' type.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AttributeBaseType"><xs:attribute name="value" type="I2Type" use="required"><xs:annotation><xs:documentation>The required value attribute specifies the integer pair value of this entity attribute.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="value" type="I2Type" use="required"><xs:annotation><xs:documentation>The required value attribute specifies the integer pair value of this entity attribute.</xs:documentation></xs:annotation></xs:attribute>