element saveCalendarReferencesResponse
diagram dac_workcal_diagrams/dac_workcal_p39.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
children updated-calendar
annotation
documentation
Response element for saveCalendarReferences operation.
source <xs:element name="saveCalendarReferencesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for saveCalendarReferences operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="updated-calendar" type="dac:XmlUpdatedCalendar" minOccurs="1" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The identifier and version of a Calendar that has been updated as a result of the saved Calendar References.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element saveCalendarReferencesResponse/updated-calendar
diagram dac_workcal_diagrams/dac_workcal_p40.png
type XmlUpdatedCalendar
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
version  XmlLockVersion  required      
documentation
The version number used to detect concurrent updates to the same Calendar.
namespace  xs:string  optional      
documentation
Used to categorize, or group, named Calendars. Calendars sharing the same namespace must have unique names. A namespace of null is still considered a valid namespace.
name  xs:string  required      
documentation
The mandatory name of the calendar. This must be unique within the given namespace.
annotation
documentation
The identifier and version of a Calendar that has been updated as a result of the saved Calendar References.
source <xs:element name="updated-calendar" type="dac:XmlUpdatedCalendar" minOccurs="1" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The identifier and version of a Calendar that has been updated as a result of the saved Calendar References.</xs:documentation>
 
</xs:annotation>
</xs:element>


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