simpleType XmlFreeBusyType
namespace http://api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
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>

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