cac:DocumentDistribution
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:DocumentDistributionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:PrintQualifier [1..1] The access right for a Party to distribute the document.
- cbc:MaximumCopiesNumeric [1..1] Specifies the maximum number of copies of the document that the user can print.
- cac:Party [1..1] Details of the Party who can access the document.
Attributes
None
Used in
- Type BillOfLadingType (Element BillOfLading)
- Type PackingListType (Element PackingList)
- Type WaybillType (Element Waybill)
- Type cac:CertificateOfOriginApplicationType (Element cac:CertificateOfOriginApplication)
Sample instance
<cac:DocumentDistribution> <cbc:PrintQualifier>Copies allowed</cbc:PrintQualifier> <cbc:MaximumCopiesNumeric>5</cbc:MaximumCopiesNumeric> <cac:Party> <cac:PartyName> <cbc:Name>Consortial</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:StreetName>Boston Road</cbc:StreetName> <cbc:BuildingName>Suite M-102</cbc:BuildingName> <cbc:BuildingNumber>630</cbc:BuildingNumber> <cbc:CityName>Billerica</cbc:CityName> <cbc:PostalZone>01821</cbc:PostalZone> <cbc:CountrySubentity>Massachusetts</cbc:CountrySubentity> <cbc:CountrySubentityCode>MA</cbc:CountrySubentityCode> <cac:Country> <cbc:IdentificationCode>US</cbc:IdentificationCode> </cac:Country> </cac:PostalAddress> <cac:Contact> <cbc:Name>Mrs Bouquet</cbc:Name> <cbc:Telephone> +1 158 1233714</cbc:Telephone> <cbc:Telefax>+ 1 158 1233856</cbc:Telefax> <cbc:ElectronicMail>bouquet@fpconsortial.com</cbc:ElectronicMail> </cac:Contact> </cac:Party> </cac:DocumentDistribution>