veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType BuyerPartyType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}BuyerPartyType (restriction)

Documentation
ABIE Buyer Party. Details details of an individual, a group or a body having a role in a business function. Buyer Party
Properties
This component is not nillable.

Model
<...>
(BuyerAssignedAccountID?, SellerAssignedAccountID?, AdditionalAccountID*, Party? )
</...>


Nested Element Summary
udt:IdentifierTypeAdditionalAccountID
           BBIE Buyer Party. 
udt:IdentifierTypeBuyerAssignedAccountID
           BBIE Buyer Party. 
 Party
           ASBIE Buyer Party. 
udt:IdentifierTypeSellerAssignedAccountID
           BBIE Buyer Party. 
Source
<xsd:complexType name="BuyerPartyType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="BuyerAssignedAccountID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SellerAssignedAccountID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="AdditionalAccountID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="Party">
</xsd:element>
</xsd:sequence>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.