DateTimePaymentGroup

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Actual xs:date optional
The actual date the payment arrived xxxDF may need to add another
date for date it arrives and date it departs
Tentative xs:date optional
The date the payment is due to arrive

Used By

Source

<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>