riv.ehr.patientsummary._1.EDSTRUCTUREDTITLE 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 ED.STRUCTUREDTITLE complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ED.STRUCTUREDTITLE">
* <complexContent>
* <restriction base="{urn:riv:ehr:patientsummary:1}ED">
* <sequence>
* <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="0" minOccurs="0"/>
* <element name="xml" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Title" minOccurs="0"/>
* <element name="reference" type="{urn:riv:ehr:patientsummary:1}TEL.URL" minOccurs="0"/>
* <element name="integrityCheck" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
* <element name="thumbnail" type="{urn:riv:ehr:patientsummary:1}ED" minOccurs="0"/>
* <element name="description" type="{urn:riv:ehr:patientsummary:1}ST" minOccurs="0"/>
* <element name="translation" type="{urn:riv:ehr:patientsummary:1}ED" maxOccurs="0" minOccurs="0"/>
* </sequence>
* <attribute name="mediaType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="text/x-hl7-text+xml" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ED.STRUCTUREDTITLE")
public class EDSTRUCTUREDTITLE
extends ED
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy