A company uses an existing BizTalk Server 2010 solution to process customer orders. A customer sends you positional flat files containing orders. All dates in the customer flat file are provided as string data types in a YYYYMMDD format. The orchestration requires that the dates are treated as date data types in the YYYYMMDD format. You need to ensure that dates provided by the customer are specifiedas dates in the YYYYMMDD format and not strings. Which task or tasks should you perform by using the BizTalk Schema Editor?
A.
Change the Base Data Type property to xs:date and set the MinFacet and MaxFacet properties to yyyyMMdd for each field that contains a date.
B.
Create a SimpleType property with a regular expression Pattern equal to yyyyMMdd. Change the Base Data Type property to the SimpleType property for each field that contains a date.
C.
Create a SimpleType property with a regular expression Pattern equal to yyyyMMdd. Change the Data Type property to the SimpleType property for each field that contains a date.
D.
Change the Data Type property to xs:date and set the Custom Date/Time Format property to yyyyMMdd for each field that contains a date.