attributeGroup XmlDuration
namespace http://api.de.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
startDate  xs:dateTime  optional      
documentation
Date/time at which the entity becomes available.
endDate  xs:dateTime  optional      
documentation
Date/time at which the entity becomes unavailable.
annotation
documentation
Duration of time, expressed as a start and end date/time. Both values are optional but, if an end date is given, a start date must also be provided.
source <xs:attributeGroup name="XmlDuration">
 
<xs:annotation>
   
<xs:documentation>Duration of time, expressed as a start and end date/time. Both values are optional but, if an end date is given, a start date must also be provided.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Date/time at which the entity becomes available.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Date/time at which the entity becomes unavailable.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute XmlDuration/@startDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the entity becomes available.
source <xs:attribute name="startDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the entity becomes available.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlDuration/@endDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the entity becomes unavailable.
source <xs:attribute name="endDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the entity becomes unavailable.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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