simpleType XmlDayNameType
namespace http://api.dac.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute XmlDayType/@day-of-week
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>


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