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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:DigitalDocumentMetadata

Element information

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

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

Type: cac:DocumentMetadataType

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 the document.
    3. cbc:FormatID [1..1]An identifier for the document format (e.g. standard business vocabularies).
    4. cbc:VersionID [1..1]An identifier for a precise version of a document format.
    5. cbc:SchemaURI [0..1]The Uniform Resource Identifier (URI) of a schema definition for the business document (e.g. a namespace URI for XML schemas, a message ID for non-xml legacy documents).
    6. cbc:DocumentTypeCode [0..1]The type of document, expressed as a code.

Attributes

None

Used in

Sample instance

<cac:DigitalDocumentMetadata>
   <cbc:FormatID>UBL</cbc:FormatID>
   <cbc:VersionID>2.2</cbc:VersionID>
   <cbc:SchemaURI>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2</cbc:SchemaURI>
   <cbc:DocumentTypeCode listAgencyID="6" listID="UN/ECE 1001">380</cbc:DocumentTypeCode>
</cac:DigitalDocumentMetadata>