**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment partially copied from DateMonthYearType Comment has not been replicated to elements because it is considered a basic type. **************************************- xs:DateTime overloading: xft:DateTimeType can contain either a Date or Time or a DateTime. All three conform to the ISO standards. **************************************- A Date with the format MMYY is also supported This is used for Form of payment in certain cases such as for credit cards. **************************************- |
<xs:simpleType name="DateTimeType"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment partially copied from DateMonthYearType Comment has not been replicated to elements because it is considered a basic type. **************************************- xs:DateTime overloading: xft:DateTimeType can contain either a Date or Time or a DateTime. All three conform to the ISO standards. **************************************- A Date with the format MMYY is also supported This is used for Form of payment in certain cases such as for credit cards. **************************************-</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:date xs:time xs:dateTime MonthNamesCodeType DateMonthYearType DayOfWeekCodeType DateSeasonCodeType DayMomentCodeType"/> </xs:simpleType> |