complexType XmlCalendarAssignment
diagram dir_directoryservice_diagrams/dir_directoryservice_p218.png
namespace http://api.organisation.common.n2.tibco.com
type extension of XmlOrgModelVersion
properties
base XmlOrgModelVersion
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  optional      
documentation
The calendar alias to be assigned to the organization model entity. If not specified, or an empty string, any existing calendar assignment will be removed.
entity-guid  xs:string  required      
documentation
The unique identifier of the organization model entity to which the calendar reference is to be assigned.
annotation
documentation
Identifies the assignment of the given calendar alias to the identified organization model entity.
source <xs:complexType name="XmlCalendarAssignment">
 
<xs:annotation>
   
<xs:documentation>Identifies the assignment of the given calendar alias to the identified organization model entity.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlOrgModelVersion">
     
<xs:attribute name="calendar-alias" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>The calendar alias to be assigned to the organization model entity. If not specified, or an empty string, any existing calendar assignment will be removed.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="entity-guid" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>The unique identifier of the organization model entity to which the calendar reference is to be assigned.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlCalendarAssignment/@calendar-alias
type xs:string
properties
use optional
annotation
documentation
The calendar alias to be assigned to the organization model entity. If not specified, or an empty string, any existing calendar assignment will be removed.
source <xs:attribute name="calendar-alias" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The calendar alias to be assigned to the organization model entity. If not specified, or an empty string, any existing calendar assignment will be removed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCalendarAssignment/@entity-guid
type xs:string
properties
use required
annotation
documentation
The unique identifier of the organization model entity to which the calendar reference is to be assigned.
source <xs:attribute name="entity-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The unique identifier of the organization model entity to which the calendar reference is to be assigned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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