package org.hl7.v3; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * * A restriction of entity name that is effectively a simple string used * for a simple name for things and places. * * * <p>Java class for TN complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="TN"> * <complexContent> * <restriction base="{urn:hl7-org:v3}EN"> * <sequence> * <element name="validTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TN") public class TN extends EN { }