Enumeration of volume units. |
Attributes | Morphology/@volumeUnits, NeuroMLLevel3/@volumeUnits |
<xs:simpleType name="VolumeUnits"> <xs:annotation> <xs:documentation>Enumeration of volume units.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="cubic_millimeter"/> <!-- Note: changed to the American English spelling in v1.8.1...--> <xs:enumeration value="millilitre"/> <xs:enumeration value="litre"/> </xs:restriction> </xs:simpleType> |