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