Namespace
No namespace
Diagram
Properties
Used by
Model
ALL(
BuyerParty{0,1} RecipientParty{0,1} DeliveryParty{0,1} OrderParty{0,1} InvoiceeParty{0,1} PayerParty{0,1} SupplierParty{0,1} SellerParty{0,1} InvoicingParty{0,1} WarehouseParty{0,1} DespatchParty{0,1} TransportParty{0,1} FactorParty{0,1} ReminderServiceParty{0,1} RoamingParty{0,1} PayToParty{0,1} UltimateCustomerParty{0,1} AssortmentFeeParty{0,1} CampaignFeeParty{0,1} )
Children
AssortmentFeeParty , BuyerParty , CampaignFeeParty , DeliveryParty , DespatchParty , FactorParty , InvoiceeParty , InvoicingParty , OrderParty , PayToParty , PayerParty , RecipientParty , ReminderServiceParty , RoamingParty , SellerParty , SupplierParty , TransportParty , UltimateCustomerParty , WarehouseParty
Instance
<DocumentParties >
<BuyerParty context= "" > {0,1} </BuyerParty>
<RecipientParty context= "" > {0,1} </RecipientParty>
<DeliveryParty context= "" > {0,1} </DeliveryParty>
<OrderParty context= "" > {0,1} </OrderParty>
<InvoiceeParty context= "" > {0,1} </InvoiceeParty>
<PayerParty context= "" > {0,1} </PayerParty>
<SupplierParty context= "" > {0,1} </SupplierParty>
<SellerParty context= "" > {0,1} </SellerParty>
<InvoicingParty context= "" > {0,1} </InvoicingParty>
<WarehouseParty context= "" > {0,1} </WarehouseParty>
<DespatchParty context= "" > {0,1} </DespatchParty>
<TransportParty context= "" > {0,1} </TransportParty>
<FactorParty context= "" > {0,1} </FactorParty>
<ReminderServiceParty context= "" > {0,1} </ReminderServiceParty>
<RoamingParty context= "" > {0,1} </RoamingParty>
<PayToParty context= "" > {0,1} </PayToParty>
<UltimateCustomerParty context= "" > {0,1} </UltimateCustomerParty>
<AssortmentFeeParty context= "" > {0,1} </AssortmentFeeParty>
<CampaignFeeParty context= "" > {0,1} </CampaignFeeParty>
</DocumentParties>
Source
<xs:element name= "DocumentParties" >
<xs:complexType >
<xs:all >
<xs:element minOccurs= "0" maxOccurs= "1" name= "BuyerParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "RecipientParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "DeliveryParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "OrderParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "InvoiceeParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "PayerParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "SupplierParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "SellerParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "InvoicingParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "WarehouseParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "DespatchParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "TransportParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "FactorParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "ReminderServiceParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "RoamingParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "PayToParty" type= "PartyRecord" />
<xs:element minOccurs= "0" maxOccurs= "1" name= "UltimateCustomerParty" type= "PartyRecord" />
<!-- TO BE ADDED: START -->
<xs:element minOccurs= "0" maxOccurs= "1" name= "AssortmentFeeParty" type= "PartyRecord" >
<xs:annotation >
<xs:documentation > Party record of the payer of the assortment fee </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs= "0" maxOccurs= "1" name= "CampaignFeeParty" type= "PartyRecord" >
<xs:annotation >
<xs:documentation > Party record of the payer of the marketing campaign fee </xs:documentation>
</xs:annotation>
</xs:element>
<!-- TO BE ADDED: END -->
</xs:all>
</xs:complexType>
</xs:element>