package org.hl7.v3; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; /** * * The character string data type stands for text data, * primarily intended for machine processing (e.g., * sorting, querying, indexing, etc.) Used for names, * symbols, and formal expressions. * * * <p>Java class for ST complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ST"> * <complexContent> * <restriction base="{urn:hl7-org:v3}ED"> * <sequence> * <element name="reference" type="{urn:hl7-org:v3}TEL" maxOccurs="0" minOccurs="0"/> * <element name="thumbnail" type="{urn:hl7-org:v3}ED" maxOccurs="0" minOccurs="0"/> * </sequence> * <attribute name="representation" type="{urn:hl7-org:v3}BinaryDataEncoding" fixed="TXT" /> * <attribute name="mediaType" type="{urn:hl7-org:v3}cs" fixed="text/plain" /> * <attribute name="language" type="{urn:hl7-org:v3}cs" /> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ST") @XmlSeeAlso({ SC.class, ADXP.class, ENXP.class }) public class ST extends ED { /** * */ private static final long serialVersionUID = 1L; }