<xs:simpleType name="doubleList">
<xs:annotation>
<xs:appinfo>
<mdr:definition>XML List based on XML Schema double type. An element of this type contains a space-separated list of double values</mdr:definition>
</xs:appinfo>
</xs:annotation>
<xs:list itemType="xs:double"/>
</xs:simpleType> |