crd:doubleArrayType

For vector coordinates we need arrays of doubles

Simple Type Information

Used By

Source

<xs:simpleType name="doubleArrayType">
  <xs:annotation>
    <xs:documentation>For vector coordinates we need arrays of doubles</xs:documentation>
  </xs:annotation>
  <xs:list itemType="xs:double"/>
</xs:simpleType>