CustomizationID
Identifies a user-defined customization of UBL for a specific use.
General information is provided in the Customization ID section of the Routing Overview topic.
Details
Element | Value |
---|---|
Name | CustomizationID |
ComponentType | BBIE |
DictionaryEntryName | CustomizationIdentifier.Identifier |
Definition | Identifies a user-defined customization of UBL for a specific use. |
Cardinality | 0..1 |
ObjectClass | Invoice |
PropertyTerm | Customization Identifier |
RepresentationTerm | Identifier |
DataType | Identifier. Type |
Examples | NES |
minOccurs | 0 |
maxOccurs | 1 |
Element
Element | Description |
---|---|
Invoice/CustomizationID | Specify urn:vertexinc:verbl:billing:1 . |
Example
<ubl:Invoice xmlns:ubl="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:cec="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:vrbl="urn:vertexinc:vrbl:ExtensionComponent:1">
<-- Code omitted for clarity -->
<cbc:CustomizationID>urn:vertexinc:vrbl:billing:1</cbc:CustomizationID>
Updated about 2 months ago