<xsd:simpleType name="dtDATETIME"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{4}(\-(0[1-9]|1[0-2])(\-(0[1-9]|1[0-9]|2[0-9]|3[0-1])(T(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9])(:[0-5][0-9](\.[0-9]{1,}){0,1}){0,1}(([+\-]([0-1][0-9]|2[0-3])(:[0-5][0-9]))|Z){0,1}){0,1}){0,1}){0,1}"/> </xsd:restriction> </xsd:simpleType> |