complexType XmlTimeSlotType
diagram dac_wsdl_diagrams/dac_wsdl_p555.png
namespace http://api.dac.n2.tibco.com
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 working times.
source <xs:complexType name="XmlTimeSlotType">
 
<xs:annotation>
   
<xs:documentation>Pairs of start and end working times.</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 XmlTimeSlotType/@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 XmlTimeSlotType/@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