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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [0..1]An identifier for this document distribution.
    3. cbc:DocumentTypeCode [0..1]The type of document, expressed as a code.
    4. cbc:DistributionTypeCode [0..1]The type of distribution, expressed as a code.
    5. cbc:DistributionType [0..*]The type of distribution, expressed as text.
    6. cbc:PrintQualifier [0..1]Text describing the interested party’s rights and limitations for distributing originals and copies of this document.
    7. cbc:CopyIndicator [0..1]An indicator that the document in this ditribution is a copy (true) or the original (false).
    8. cbc:MaximumCopiesNumeric [0..1]The maximum number of printed copies of the document that the interested party is allowed to make.
    9. cbc:MaximumOriginalsNumeric [0..1]The maximum number of printed originals of the document that the interested party is allowed to make.
    10. cac:Communication [0..1]A Communication used for this document distribution.
    11. cac:Party [1..1]The interested party to which the document should be distributed.

Attributes

None

Used in

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>