For vector coordinates we need arrays of doubles |
Simple Types | crd:double2Type, crd:double3Type, crd:double4Type, crd:double9Type |
<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> |