attributeGroup XmlPeriod
namespace http://basic.api.dac.n2.tibco.com
used by
elements getCalEntries saveCalendarEntry
complexType XmlCalendarEntries
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:dateTime  required      
documentation
Start date and time from which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
end  xs:dateTime  required      
documentation
End date and time to which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
annotation
documentation
Used to express a start and end date-time period.
source <xs:attributeGroup name="XmlPeriod">
 
<xs:annotation>
   
<xs:documentation>Used to express a start and end date-time period.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="start" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>Start date and time from which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>End date and time to which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute XmlPeriod/@start
type xs:dateTime
properties
use required
annotation
documentation
Start date and time from which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
source <xs:attribute name="start" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>Start date and time from which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlPeriod/@end
type xs:dateTime
properties
use required
annotation
documentation
End date and time to which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
source <xs:attribute name="end" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>End date and time to which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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