attributeGroup XmlCalendarName
namespace http://basic.api.dac.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
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 namespace and name that uniquely identify a Calendar.
source <xs:attributeGroup name="XmlCalendarName">
 
<xs:annotation>
   
<xs:documentation>The namespace and name that uniquely identify a Calendar.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="namespace" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs: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.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<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:attributeGroup>

attribute XmlCalendarName/@namespace
type xs:string
properties
use optional
annotation
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.
source <xs:attribute name="namespace" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCalendarName/@name
type xs:string
properties
use required
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="required">
 
<xs:annotation>
   
<xs:documentation>The mandatory name of the calendar. This must be unique within the given namespace.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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