complexType XmlCalendarLookup
diagram dac_deadline_diagrams/dac_deadline_p12.png
namespace http://basic.api.dac.n2.tibco.com
children calendar-ref org-model-entity
used by
element XmlCalcDeadlineRequest/calendar-lookup
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>

element XmlCalendarLookup/calendar-ref
diagram dac_deadline_diagrams/dac_deadline_p13.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A Calendar Reference to identify the Calendar.
source <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>

element XmlCalendarLookup/org-model-entity
diagram dac_deadline_diagrams/dac_deadline_p14.png
type XmlModelEntityId
properties
minOcc 0
maxOcc 1
content complex
children dynamic-id-attr qualifierSet
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.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
documentation
Identifies an Org-Model entity from which Calendar References can be obtained and the Calendar(s) can be identified.
source <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>


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