element getCalendarReferencesResponse
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p2.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
children calendar
annotation
documentation
Response element returning the calendar references for the identified model entity. The result is an ordered collection of calendar references obtained by navigating the organization model hierarchy to which the identified model entity belongs. Each entry identifies the organization model entity that holds the calendar reference.
source <xs:element name="getCalendarReferencesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element returning the calendar references for the identified model entity. The result is an ordered collection of calendar references obtained by navigating the organization model hierarchy to which the identified model entity belongs. Each entry identifies the organization model entity that holds the calendar reference.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="calendar" type="orgdto:XmlCalendarRef" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element getCalendarReferencesResponse/calendar
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p3.png
type XmlCalendarRef
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
calendar-alias  xs:string  required      
documentation
The alias by which the calendar is referenced by the organization model entity.
entity-type  OrganisationalEntityType  required      
documentation
The type identifier of the organization model entity to which the calendar reference belongs.
entity-guid  xs:string  required      
documentation
The unique identifier of the organization model entity to which the calendar reference belongs.
entity-name  xs:string  optional      
documentation
The name of the organization model entity to which the calendar reference belongs.
entity-label  xs:string  optional      
documentation
The display name of the organization model entity to which the calendar reference belongs. If this is not present, the entity-name value is used for display.
source <xs:element name="calendar" type="orgdto:XmlCalendarRef" minOccurs="0" maxOccurs="unbounded"/>


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