complexType XmlDateRangeAttribute
diagram de_wsdl_diagrams/de_wsdl_p24325.png
namespace http://base.api.de.bpm.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
start-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's presence should begin.
end-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.
source <xs:complexType name="XmlDateRangeAttribute">
 
<xs:attribute name="start-date" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>The optional date and time on which the resource's presence should begin.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end-date" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlDateRangeAttribute/@start-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's presence should begin.
source <xs:attribute name="start-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional date and time on which the resource's presence should begin.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlDateRangeAttribute/@end-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.
source <xs:attribute name="end-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional date and time on which the resource's presence should end. If specified, a start-date must also be specified.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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