CustomizationID

Identifies a user-defined customization of UBL for a specific use.

General information is provided in the Specification IDs topic.

Element

ElementCardinalityDescription
Specification ID (Invoice/CustomizationID)1..1An identification of the specification containing the total set of rules regarding semantic content, cardinalities, and business rules to which the data contained in the instance document conforms. Specify urn:vertexinc:verbl:billing:1.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:CustomizationID>urn:vertexinc:vrbl:billing:1</cbc:CustomizationID>
    <!-- code omitted for clarity -->
</Invoice>