cac:Declaration
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:DeclarationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Name [0..*] The name of this declaration.
- cbc:DeclarationTypeCode [0..1] A code signifying the type of this declaration.
- cbc:Description [0..*] Text describing this declaration.
- cac:EvidenceSupplied [0..*] The evidence supporting this declaration.
Attributes
None
Used in
- Type cac:QualifyingPartyType (Elements cac:AdditionalQualifyingParty, cac:MainQualifyingParty, cac:QualifyingParty)
Sample instance
<cac:Declaration> <cbc:Name>string</cbc:Name> <cbc:DeclarationTypeCode>normalizedString</cbc:DeclarationTypeCode> <cbc:Description>string</cbc:Description> <cac:EvidenceSupplied> <cbc:ID>normalizedString</cbc:ID> </cac:EvidenceSupplied> </cac:Declaration>