cac:ParticipantParty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:ParticipantPartyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:InitiatingPartyIndicator [0..1]An indicator that this party is playing the role of the initiator within a transaction (true) or not (false).
- cbc:PrivatePartyIndicator [0..1]An indicator that this party is a private entity (true) or not (false).
- cbc:PublicPartyIndicator [0..1]An indicator that this party is a public (governmental) entity (true) or not (false).
- cbc:ServiceProviderPartyIndicator [0..1]An indicator that this party is a service provider (true) or not (false).
- cac:Party [1..1]The participant party itself.
- cac:LegalContact [0..1]A legal contact associated to this participant for sending legal notices.
- cac:TechnicalContact [0..1]A technical contact associated to this participant.
- cac:SupportContact [0..1]A support contact associated to this participant.
- cac:CommercialContact [0..1]A commercial contact associated to this participant.
Attributes
None
Used in
- Type DigitalAgreementType (Element DigitalAgreement)
Sample instance
<cac:ParticipantParty> <cbc:PrivatePartyIndicator>true</cbc:PrivatePartyIndicator> <cac:Party> <cbc:EndpointID schemeAgencyID="9" schemeID="GLN">1234567987654</cbc:EndpointID> <cac:PartyName> <cbc:Name>Vendor Inc.</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:CityName>New York</cbc:CityName> <cac:Country> <cbc:IdentificationCode>US</cbc:IdentificationCode> </cac:Country> </cac:PostalAddress> </cac:Party> <cac:LegalContact> <cbc:Name>John Smith</cbc:Name> <cbc:ElectronicMail>john.smith@vendor.net</cbc:ElectronicMail> </cac:LegalContact> <cac:TechnicalContact> <cbc:Name>Paul McQueen</cbc:Name> <cbc:ElectronicMail>paul.mcqueen@vendor.net</cbc:ElectronicMail> </cac:TechnicalContact> <cac:SupportContact> <cbc:Name>Paul McQueen</cbc:Name> <cbc:ElectronicMail>paul.mcqueen@vendor.net</cbc:ElectronicMail> </cac:SupportContact> <cac:CommercialContact> <cbc:Name>Jennifer de Niro</cbc:Name> <cbc:ElectronicMail>jennifer.deniro@vendor.net</cbc:ElectronicMail> </cac:CommercialContact> </cac:ParticipantParty>