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