Class XmpFacturXMetadata
Factur-X PDFA Extension Schema
Assembly: FacturXDotNet.dll
csharp
public class XmpFacturXMetadata
Properties
DocumentFileName
The name of the embedded XML document.
csharp
public string? DocumentFileName { get; set; }
DocumentType
The type of the hybrid document in capital letters, e.g. INVOICE or ORDER.
csharp
public XmpFacturXDocumentType? DocumentType { get; set; }
Version
The actual version of the standard applying to the embedded XML document.
csharp
public string? Version { get; set; }
ConformanceLevel
The conformance level of the embedded XML document.
csharp
public XmpFacturXConformanceLevel? ConformanceLevel { get; set; }
Fields
NamespaceUri
The namespace URI for the Factur-X PDFA Extension Schema.
csharp
public const string NamespaceUri = "urn:factur-x:pdfa:CrossIndustryDocument:invoice:1p0#"