simpleType XmlDayNameType
namespace http://api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration SU
enumeration MO
enumeration TU
enumeration WE
enumeration TH
enumeration FR
enumeration SA
annotation
documentation
Enumerated value of the short form of names of days of the week. Note: Order of elements to be preserved.
source <xs:simpleType name="XmlDayNameType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value of the short form of names of days of the week. Note: Order of elements to be preserved.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="SU"/>
   
<xs:enumeration value="MO"/>
   
<xs:enumeration value="TU"/>
   
<xs:enumeration value="WE"/>
   
<xs:enumeration value="TH"/>
   
<xs:enumeration value="FR"/>
   
<xs:enumeration value="SA"/>
 
</xs:restriction>
</xs:simpleType>

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