Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:NotifyParty
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:NotifyParty

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:PartyType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<cac:NotifyParty>
   <cac:PartyName>
      <cbc:Name>IYT Corporation</cbc:Name>
   </cac:PartyName>
   <cac:PostalAddress>
      <cbc:StreetName>Avon Way</cbc:StreetName>
      <cbc:BuildingName>Thereabouts</cbc:BuildingName>
      <cbc:BuildingNumber>56A</cbc:BuildingNumber>
      <cbc:CityName>Bridgtow</cbc:CityName>
      <cbc:PostalZone>ZZ99 1ZZ</cbc:PostalZone>
      <cbc:CountrySubentity>Avon</cbc:CountrySubentity>
      <cac:AddressLine>
         <cbc:Line>3rd Floor, Room 5</cbc:Line>
      </cac:AddressLine>
      <cac:Country>
         <cbc:IdentificationCode>GB</cbc:IdentificationCode>
      </cac:Country>
   </cac:PostalAddress>
   <cac:Contact>
      <cbc:Name>Mr Fred Churchill</cbc:Name>
      <cbc:Telephone>+44 127 2653214</cbc:Telephone>
      <cbc:Telefax>+44 127 2653215</cbc:Telefax>
      <cbc:ElectronicMail>fred@iytcorporation.gov.uk</cbc:ElectronicMail>
   </cac:Contact>
</cac:NotifyParty>