simpleType XmlFreeBusyType
namespace http://api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attributes XmlNewWorkingDayExceptionType/@free-busy XmlExistingWorkingDayExceptionType/@free-busy
facets
Kind Value Annotation
enumeration FREE
enumeration BUSY
annotation
documentation
Enumerated value of working time status; FREE representing available for work and BUSY unavailable for work.
source <xs:simpleType name="XmlFreeBusyType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value of working time status; FREE representing available for work and BUSY unavailable for work.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FREE"/>
   
<xs:enumeration value="BUSY"/>
 
</xs:restriction>
</xs:simpleType>


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