cac:DocumentDistribution
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:DocumentDistributionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:ID [0..1]An identifier for this document distribution.
- cbc:DocumentTypeCode [0..1]The type of document, expressed as a code.
- cbc:DistributionTypeCode [0..1]The type of distribution, expressed as a code.
- cbc:DistributionType [0..*]The type of distribution, expressed as text.
- cbc:PrintQualifier [0..1]Text describing the interested party’s rights and limitations for distributing originals and copies of this document.
- cbc:CopyIndicator [0..1]An indicator that the document in this ditribution is a copy (true) or the original (false).
- cbc:MaximumCopiesNumeric [0..1]The maximum number of printed copies of the document that the interested party is allowed to make.
- cbc:MaximumOriginalsNumeric [0..1]The maximum number of printed originals of the document that the interested party is allowed to make.
- cac:Communication [0..1]A Communication used for this document distribution.
- cac:Party [1..1]The interested party to which the document should be distributed.
Attributes
None
Used in
- Type cac:CertificateOfOriginApplicationType (Element cac:CertificateOfOriginApplication)
- Type BillOfLadingType (Element BillOfLading)
- Type ForwardingInstructionsType (Element ForwardingInstructions)
- Type GoodsItemPassportType (Element GoodsItemPassport)
- Type ManifestType (Element Manifest)
- Type PackingListType (Element PackingList)
- Type WaybillType (Element Waybill)
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>