complexType XmlCalendarReference
diagram dac_workcal_diagrams/dac_workcal_p56.png
namespace http://basic.api.dac.n2.tibco.com
used by
element resolveReferencesResponse/reference
attributes
Name  Type  Use  Default  Fixed  Annotation
reference-guid  xs:string  required      
documentation
The external identifier for the Calendar Reference. This is the value held by Calendar clients in order to reference a Calendar instance.
namespace  xs:string  optional      
documentation
The namespace in which the calendar is located.
name  xs:string  optional      
documentation
The mandatory name of the calendar. This must be unique within the given namespace.
annotation
documentation
Identifies the relationship between a Calendar Reference (a GUID) and a Calendar Instance.
source <xs:complexType name="XmlCalendarReference">
 
<xs:annotation>
   
<xs:documentation>Identifies the relationship between a Calendar Reference (a GUID) and a Calendar Instance.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="reference-guid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The external identifier for the Calendar Reference. This is the value held by Calendar clients in order to reference a Calendar instance.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="namespace" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The namespace in which the calendar is located.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The mandatory name of the calendar. This must be unique within the given namespace.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlCalendarReference/@reference-guid
type xs:string
properties
use required
annotation
documentation
The external identifier for the Calendar Reference. This is the value held by Calendar clients in order to reference a Calendar instance.
source <xs:attribute name="reference-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The external identifier for the Calendar Reference. This is the value held by Calendar clients in order to reference a Calendar instance.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCalendarReference/@namespace
type xs:string
properties
use optional
annotation
documentation
The namespace in which the calendar is located.
source <xs:attribute name="namespace" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The namespace in which the calendar is located.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCalendarReference/@name
type xs:string
properties
use optional
annotation
documentation
The mandatory name of the calendar. This must be unique within the given namespace.
source <xs:attribute name="name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The mandatory name of the calendar. This must be unique within the given namespace.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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