<xs:simpleType name="ActivityStart">
<xs:annotation>
<xs:documentation>
- The date and time at which Activity started.
- For PriorAuthorizations, this refers to the date on which the Activity is scheduled/prescribed.
- Note: If the date, but not the time is not recorded, the time should be assumed to be 00:00
- Restrictions: Needs to be after 01/06/2012 and before the present.
</xs:documentation>
</xs:annotation>
<xs:restriction xmlns:q8="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q8:DateTimeForm" />
</xs:simpleType>
|