Package org.hl7.v3

Class EIVLPPDTS


public class EIVLPPDTS extends SXCMPPDTS
Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition. However, they are NOT allowed by the normative description of this type. Unfortunately, we cannot write a general purpose schematron contraints to provide that extra validation, thus applications must be aware that instance (fragments) that pass validation with this might might still not be legal.

Java class for EIVL_PPD_TS complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EIVL_PPD_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}SXCM_PPD_TS">
       <sequence>
         <element name="event" type="{urn:hl7-org:v3}EIVL.event" minOccurs="0"/>
         <element name="offset" type="{urn:hl7-org:v3}IVL_PPD_PQ" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>