complexType XmlRecurringInstance
diagram dac_workcal_diagrams/dac_workcal_p67.png
namespace http://basic.api.dac.n2.tibco.com
used by
element XmlRecurringExclusionDetail/occurrence
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:dateTime  required      
documentation
Start date-time of the recurring entry instance.
end  xs:dateTime  required      
documentation
End date-time of the recurring entry instance.
annotation
documentation
Used only to convey the start and end date-times covered by an instance of a recurring entry when retrieving Calendar Entries. The values will be time-zone neutral. That is, they should only expresses a value, but not the time-zone in which they applies. The time-zone will be implied from the Base Calendar to which it is applied.
source <xs:complexType name="XmlRecurringInstance">
 
<xs:annotation>
   
<xs:documentation>Used only to convey the start and end date-times covered by an instance of a recurring entry when retrieving Calendar Entries. The values will be time-zone neutral. That is, they should only expresses a value, but not the time-zone in which they applies. The time-zone will be implied from the Base Calendar to which it is applied.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="start" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>Start date-time of the recurring entry instance.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>End date-time of the recurring entry instance.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlRecurringInstance/@start
type xs:dateTime
properties
use required
annotation
documentation
Start date-time of the recurring entry instance.
source <xs:attribute name="start" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>Start date-time of the recurring entry instance.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlRecurringInstance/@end
type xs:dateTime
properties
use required
annotation
documentation
End date-time of the recurring entry instance.
source <xs:attribute name="end" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>End date-time of the recurring entry instance.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy