simpleType XmlRequiredDetailType
namespace http://api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element getCalendarEntries/required-detail
facets
Kind Value Annotation
enumeration WORKING_WEEK
enumeration FREE_BUSY
annotation
documentation
Enumerated value describing the working time information to be returned.
source <xs:simpleType name="XmlRequiredDetailType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value describing the working time information to be returned.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="WORKING_WEEK"/>
   
<xs:enumeration value="FREE_BUSY"/>
 
</xs:restriction>
</xs:simpleType>


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