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