Class XmpPdfASchemaMetadata
PDF/A Schema Value Type - This schema describes a single extension schema which may comprise an arbitrary number of properties.
Assembly: FacturXDotNet.dll
csharp
public class XmpPdfASchemaMetadata
Properties
NamespaceUri
Schema namespace URI.
csharp
public string? NamespaceUri { get; set; }
Prefix
Preferred schema namespace prefix.
csharp
public string? Prefix { get; set; }
Property
Description of schema properties.
csharp
public List<XmpPdfAPropertyMetadata> Property { get; set; }
Schema
Optional description of schema.
csharp
public string? Schema { get; set; }
ValueType
Description of schema-specific value types.
csharp
public List<XmpPdfATypeMetadata> ValueType { get; set; }