simpleType XmlCalendarType
namespace http://basic.api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute XmlCalendarBasic/@calendar-type
facets
Kind Value Annotation
enumeration BASE
enumeration OVERLAY
annotation
documentation
Enumerated value of possible types of WorkingCalendar. Base carries a time-zone and defines the working week as well as working day exclusions. Overlay only defines additional working day exclusions that can be applied to any Base Calendar.
source <xs:simpleType name="XmlCalendarType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value of possible types of WorkingCalendar. Base carries a time-zone and defines the working week as well as working day exclusions. Overlay only defines additional working day exclusions that can be applied to any Base Calendar.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="BASE"/>
   
<xs:enumeration value="OVERLAY"/>
 
</xs:restriction>
</xs:simpleType>

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