<xs:attributeGroup name="DateTimePaymentGroup">
<xs:attribute name="Tentative" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>The date the payment is due to arrive</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Actual" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>The actual date the payment arrived xxxDF may need to add another date for date it arrives and date it departs</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |