cda datatypes nblock voc common

Element : HXITCE (XML Type: HXIT_CE )


Package : datatypes

XML Type : HXIT_CE


Parent : CE


Name Type cardinality Comment
validTime
Element : validTime
IVLTS 0...1 The time interval during which the given information was, is, or is expected to be valid. The interval can be open or closed, as well as infinite or undefined on either side.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HXIT_CE">
      
<xs:complexContent>
         
<xs:extension base="CE">
            
<xs:sequence>
               
<xs:element maxOccurs="1" minOccurs="0" name="validTime" type="IVL_TS">
                  
<xs:annotation>
                     
<xs:documentation>
                        The time interval during which the given information
                        was, is, or is expected to be valid. The interval can
                        be open or closed, as well as infinite or undefined on
                        either side.
                     
</xs:documentation>
                  
</xs:annotation>
               
</xs:element>
            
</xs:sequence>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>