<xs:complexType name="Distribution">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">A distribution identifies how monetary amounts are distributed accross an organization.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Amount" type="Amounts" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The extended total amount of the distribution.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Ledger" type="LedgerId" minOccurs="0" />
<xs:element name="GLEntity" type="GLEntity" minOccurs="0" />
<xs:group ref="AccountingEntity" minOccurs="0" />
<xs:element name="Project" type="Project" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the Project that will pay for the order items</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|