complexType XmlTimeSlot
diagram dac_wsdl_diagrams/dac_wsdl_p669.png
namespace http://basic.api.dac.n2.tibco.com
used by
element XmlWorkingDay/time-slot
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:time  required      
documentation
Start time.
end  xs:time  required      
documentation
End time.
annotation
documentation
Pairs of start and end times that define a working period in a day. The values should 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="XmlTimeSlot">
 
<xs:annotation>
   
<xs:documentation>Pairs of start and end times that define a working period in a day. The values should 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:time" use="required">
   
<xs:annotation>
     
<xs:documentation>Start time.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end" type="xs:time" use="required">
   
<xs:annotation>
     
<xs:documentation>End time.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlTimeSlot/@start
type xs:time
properties
use required
annotation
documentation
Start time.
source <xs:attribute name="start" type="xs:time" use="required">
 
<xs:annotation>
   
<xs:documentation>Start time.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlTimeSlot/@end
type xs:time
properties
use required
annotation
documentation
End time.
source <xs:attribute name="end" type="xs:time" use="required">
 
<xs:annotation>
   
<xs:documentation>End time.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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