Poland KSF: Buyer's Subordinate Local Government Indicator (FA(3))

You can specify whether or not a Buyer is a local Government body.

Elements

Use the SubordinateLocalGovernmentUnitIndicator (Extn) Extension to model this information:

NameCardinalityDescription
Subordinate Local Government Unit Indicator (Invoice/AccountingCustomerParty/UBLExtensions/ UBLExtension/ExtensionContent/AccountingCustomerParty/ SubordinateLocalGovernmentUnitIndicator)0..1A flag indicating if the buyer is a Subordinate Local Government Unit.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->  
    <cac:AccountingCustomerParty>
        <cec:UBLExtensions>
            <cec:UBLExtension>
                <cec:ExtensionContent>
                    <!-- Code omitted for clarity -->  
                    <vrbl:AccountingCustomerParty>
                        <vrbl:SubordinateLocalGovernmentUnitIndicator>true</vrbl:SubordinateLocalGovernmentUnitIndicator>
                    </vrbl:AccountingCustomerParty>
                    <!-- Code omitted for clarity -->  
                </cec:ExtensionContent>
            </cec:UBLExtension>
        </cec:UBLExtensions>
	</cac:AccountingCustomerParty>
    <!-- Code omitted for clarity -->  
</ubl:Invoice>