riv.ehr.patientsummary._1.IVLWIDTHCO Maven / Gradle / Ivy
package riv.ehr.patientsummary._1;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for IVL.WIDTH_CO complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="IVL.WIDTH_CO">
* <complexContent>
* <restriction base="{urn:riv:ehr:patientsummary:1}IVL_CO">
* <sequence>
* <element name="originalText" type="{urn:riv:ehr:patientsummary:1}ED.TEXT" minOccurs="0"/>
* <element name="low" type="{urn:riv:ehr:patientsummary:1}CO" maxOccurs="0" minOccurs="0"/>
* <element name="high" type="{urn:riv:ehr:patientsummary:1}CO" maxOccurs="0" minOccurs="0"/>
* <element name="width" type="{urn:riv:ehr:patientsummary:1}QTY" minOccurs="0"/>
* <element name="any" type="{urn:riv:ehr:patientsummary:1}CO" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IVL.WIDTH_CO")
public class IVLWIDTHCO
extends IVLCO
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy