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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:Attestation

Element information

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

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

Type: cac:AttestationType

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 this attestation.
    3. cbc:Name [0..1]A name of this attestation.
    4. cbc:Description [0..*]A textual description of this attestation.
    5. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    6. cbc:AcceptanceIndicator [0..1]Indicates whether the attestation has been accepted or not.
    7. cac:ValidityPeriod [0..1]The period during which this attestation is valid
    8. cac:IssuerParty [0..1]The party issuing this attestation
    9. cac:AttestationLine [1..*]An attestation or statement made and which forms part of this attestation

Attributes

None

Used in

Sample instance

<cac:Attestation>
   <cbc:ID>1</cbc:ID>
   <cbc:AcceptanceIndicator>true</cbc:AcceptanceIndicator>
   <cac:IssuerParty>
      <cac:PartyIdentification>
         <cbc:ID>1</cbc:ID>
      </cac:PartyIdentification>
   </cac:IssuerParty>
   <cac:AttestationLine>
      <cbc:Description languageID="EN">
						fish or aquatic invertebrates caught in the country or region’s domestic sea or in the open sea or farming aquatic animals
					</cbc:Description>
      <cbc:Description languageID="DK">
						fisk eller havdyr, der ikke er pattedyr, som er fanget enten i landets eller regionens egne have eller i det åbne hav eller som stammer
						fra opdræt på åbent hav
					</cbc:Description>
      <cbc:Description languageID="CN">
						本国海域或公海捕捞的鱼类或水生无脊椎动物或养殖水生动物
					</cbc:Description>
   </cac:AttestationLine>
</cac:Attestation>