xdw v3 oasis

Element : TTime (XML Type: tTime )


Package : oasis

XML Type : tTime


Name Type cardinality Comment
timePeriod
Element : timePeriod
String 0...1
pointOfTime
Element : pointOfTime
String 0...1

There are no specific rules for this element.


<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="tTime">
    
<xsd:choice>
      
<xsd:element name="timePeriod" type="xsd:duration" />
      
<xsd:element name="pointOfTime" type="xsd:dateTime" />
    
</xsd:choice>
  
</xsd:complexType>