BasedOn

BasedOn indicates whether data was produced from an in vivo measurement or from a computer simulation.

Simple Type Information

Used By

Element Summary/basedon

Source

<xsd:simpleType name="BasedOn">
  <xsd:annotation>
    <xsd:documentation>BasedOn indicates whether data was produced from an in vivo measurement or from a computer simulation.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Experiment"/>
    <xsd:enumeration value="Simulation"/>
  </xsd:restriction>
</xsd:simpleType>