package org.hl7.v3; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * * A name for an organization. A sequence of name parts. * * * <p> * Java class for ON complex type. * * <p> * The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ON"> * <complexContent> * <restriction base="{urn:hl7-org:v3}EN"> * <sequence> * <choice maxOccurs="unbounded" minOccurs="0"> * <element name="delimiter" type="{urn:hl7-org:v3}en.delimiter"/> * <element name="prefix" type="{urn:hl7-org:v3}en.prefix"/> * <element name="suffix" type="{urn:hl7-org:v3}en.suffix"/> * </choice> * <element name="validTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/> * </sequence> * <attribute name="use" type="{urn:hl7-org:v3}set_EntityNameUse" /> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ON") public class ON extends EN { }