<xs:complexType name="SalesInformation">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Communicates the Sales Information like the sales person, and their commision, indcates the Sales Organizations involved and their commision rates.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="SalesPerson" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis" />
<xs:documentation source="http://www.openapplications.org/oagis">Is the Sales Person that were involved in the order.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0">
<xs:sequence>
<xs:element name="CommissionAmount" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Monitary Amount of the commision.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CommisionQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the Quantity of items in which the commision is received for.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:element name="OrderAmount" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the total Amount of the Order.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrderQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the total Ordered Quantity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PercentQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the Commision Percentage for the Sales Person or Organization.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element name="SalesOrganization" type="SalesOrganization" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the Sales Organizations involved in the sell.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|