complexType XmlCalendarResponse
diagram dac_wsdl_diagrams/dac_wsdl_p46.png
namespace http://workcal.api.dac.n2.tibco.com
children base-calendar overlay-calendar
used by
elements getCalendarResponse saveCalendar saveCalendarResponse
annotation
documentation
A generic request/response type used to pass details of one of the possible Calendar types.
source <xs:complexType name="XmlCalendarResponse">
 
<xs:annotation>
   
<xs:documentation>A generic request/response type used to pass details of one of the possible Calendar types.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="base-calendar" type="dac:XmlBaseCalendar" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="overlay-calendar" type="dac:XmlOverlayCalendar" minOccurs="0" maxOccurs="1"/>
 
</xs:choice>
</xs:complexType>

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