complexType XmlCalendarLookup
diagram dac_wsdl_diagrams/dac_wsdl_p30.png
namespace http://basic.api.dac.n2.tibco.com
children calendar-ref org-model-entity
annotation
documentation
Used to perform a lookup of a Calendar instance using either a Calendar Reference or an Org-Model Entity.
A Calendar Reference can be used directly by the Calendar Component. An Org-Model Entity identifier will be passed to Directory Engine, in order to obtain any Calendar References that the identified entity may hold.
source <xs:complexType name="XmlCalendarLookup">
 
<xs:annotation>
   
<xs:documentation>Used to perform a lookup of a Calendar instance using either a Calendar Reference or an Org-Model Entity.
A Calendar Reference can be used directly by the Calendar Component. An Org-Model Entity identifier will be passed to Directory Engine, in order to obtain any Calendar References that the identified entity may hold.
</xs:documentation>
 
</xs:annotation>
 
<xs:choice minOccurs="1" maxOccurs="1">
   
<xs:element name="calendar-ref" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A Calendar Reference to identify the Calendar.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="org-model-entity" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies an Org-Model entity from which Calendar References can be obtained and the Calendar(s) can be identified.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

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