xdw v3 oasis

Element : HXITCE (XML Type: HXIT_CE )


Summary

Package : v3

XML Type : HXIT_CE


Generalization

Parent : CE


Attributes
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.

Constraints

There are no specific rules for this element.


Schema declaration
<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>