cda datatypes nblock voc common

Element : TS (XML Type: TS )


Package : datatypes

XML Type : TS

Comments : A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.


Parent : QTY


Name Type cardinality Comment
value
Attribute : value
String 0...1

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TS">
      
<xs:annotation>
         
<xs:documentation>
            A quantity specifying a point on the axis of natural time.
            A point in time is most often represented as a calendar
            expression.
         
</xs:documentation>
         
<xs:appinfo>
            
<diff>PQ</diff>
         
</xs:appinfo>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="QTY">
            
<xs:attribute name="value" type="ts" use="optional" />
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>