package org.hl7.v3;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
*
* Coded data, where the domain from which the codeset comes
* is ordered. The Coded Ordinal data type adds semantics
* related to ordering so that models that make use of such
* domains may introduce model elements that involve statements
* about the order of the terms in a domain.
*
*
* <p>Java class for CO complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="CO">
* <complexContent>
* <extension base="{urn:hl7-org:v3}CV">
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CO")
public class CO
extends CV
{
/**
*
*/
private static final long serialVersionUID = 1L;
}