riv.ehr.patientsummary._1.StrucDocParagraph 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 StrucDoc.Paragraph complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="StrucDoc.Paragraph">
* <complexContent>
* <extension base="{urn:riv:ehr:patientsummary:1}StrucDoc.Captioned">
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="footnote" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Footnote"/>
* <element name="footnoteRef" type="{urn:riv:ehr:patientsummary:1}StrucDoc.FootnoteRef"/>
* <element name="linkHtml" type="{urn:riv:ehr:patientsummary:1}StrucDoc.LinkHtml"/>
* <element name="sub" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Sub"/>
* <element name="sup" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Sup"/>
* <element name="content" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Content"/>
* <element name="br" type="{urn:riv:ehr:patientsummary:1}StrucDoc.Br"/>
* <element name="renderMultiMedia" type="{urn:riv:ehr:patientsummary:1}StrucDoc.RenderMultiMedia"/>
* </choice>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "StrucDoc.Paragraph")
public class StrucDocParagraph
extends StrucDocCaptioned
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy