cda datatypes nblock voc common

Element : EIVLPPDTS (XML Type: EIVL_PPD_TS )


Package : datatypes

XML Type : EIVL_PPD_TS

Comments : 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.


Parent : SXCMPPDTS


Name Type cardinality Comment
event
Element : event
EIVLEvent 0...1 A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.
offset
Element : offset
IVLPPDPQ 0...1 An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EIVL_PPD_TS">
      
<xs:annotation>
         
<xs:documentation>
            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.
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="SXCM_PPD_TS">
            
<xs:sequence>
               
<xs:element maxOccurs="1" minOccurs="0" name="event" type="EIVL.event">
                  
<xs:annotation>
                     
<xs:documentation>
                        A code for a common (periodical) activity of daily
                        living based on which the event related periodic
                        interval is specified.
                     
</xs:documentation>
                  
</xs:annotation>
               
</xs:element>
               
<xs:element maxOccurs="1" minOccurs="0" name="offset" type="IVL_PPD_PQ">
                  
<xs:annotation>
                     
<xs:documentation>
                        An interval of elapsed time (duration, not absolute
                        point in time) that marks the offsets for the
                        beginning, width and end of the event-related periodic
                        interval measured from the time each such event
                        actually occurred.
                     
</xs:documentation>
                  
</xs:annotation>
               
</xs:element>
            
</xs:sequence>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>