namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:simpleType name="XmlDayName"> <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> |