ext:UBLExtension
A single extension for private use.
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2
Schema document: common/UBL-CommonExtensionComponents-2.0.xsd
Type: ext:UBLExtensionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for the Extension assigned by the creator of the extension.
- cbc:Name [0..1] A name for the Extension assigned by the creator of the extension.
- ext:ExtensionAgencyID [0..1] An agency that maintains one or more Extensions.
- ext:ExtensionAgencyName [0..1] The name of the agency that maintains the Extension.
- ext:ExtensionVersionID [0..1] The version of the Extension.
- ext:ExtensionAgencyURI [0..1] A URI for the Agency that maintains the Extension.
- ext:ExtensionURI [0..1] A URI for the Extension.
- ext:ExtensionReasonCode [0..1] A code for reason the Extension is being included.
- ext:ExtensionReason [0..1] A description of the reason for the Extension.
- ext:ExtensionContent [1..1] The definition of the extension content.
Attributes
None
Used in
- Type ext:UBLExtensionsType (Element ext:UBLExtensions)
Sample instance
<ext:UBLExtension> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <ext:ExtensionAgencyID>normalizedString</ext:ExtensionAgencyID> <ext:ExtensionAgencyName>string</ext:ExtensionAgencyName> <ext:ExtensionVersionID>normalizedString</ext:ExtensionVersionID> <ext:ExtensionAgencyURI>normalizedString</ext:ExtensionAgencyURI> <ext:ExtensionURI>normalizedString</ext:ExtensionURI> <ext:ExtensionReasonCode>normalizedString</ext:ExtensionReasonCode> <ext:ExtensionReason>string</ext:ExtensionReason> <ext:ExtensionContent> <!--any element--> </ext:ExtensionContent> </ext:UBLExtension>