**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to DateTimeType and modified **************************************- To allow MMYY dates. This is used for Form of payment in certain cases such as for credit cards. **************************************- |
<xs:simpleType name="DateMonthYearType"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to DateTimeType and modified **************************************- To allow MMYY dates. This is used for Form of payment in certain cases such as for credit cards. **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="(0[1-9]|1[0-2])[\-]*[0-9][0-9]"/> </xs:restriction> </xs:simpleType> |