<xsd:complexType name="CostingActivityType">
<xsd:sequence>
<xsd:element ref="GLEntityID" minOccurs="0" />
<xsd:element ref="DocumentDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>DateTime stamp in which this document recording the activity was created.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LastModificationDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the date and time the document was last modified. This is not the date and time that the BOD message was sent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ActivityDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This is the date the activity was recorded</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SourceActivity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|