<?xml version="1.0"?>
<!-- test five: core quantity with ucd, dataType and values -->
<coreQuantity
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns="http://ivoa.org/Quantity"
      xsi:schemaLocation="http://ivoa.org/Quantity CoreQuantity.xsd"
      size="3"
>
   <ucd>meta.id</ucd>
   <string width="14"/>
   <!-- 3 string values -->
   <values>some data here</values>
</coreQuantity>
