Class XmpPdfATypeMetadata
PDF/A ValueType Value Type - The PDF/A ValueType schema is required for all property value types which are not defined in the XMP 2004 specification [4], i.e. for value types outside of the following list: <ul><li> Array types (these are container types which may contain one or more fields): Alt, Bag, Seq </li><li> Basic value types: Boolean, (open and closed) Choice, Date, Dimensions, Integer, Lang Alt, Locale, MIMEType, ProperName, Real, Text, Thumbnail, URI, URL, XPath </li><li> Media Management value types: AgentName, RenditionClass, Resource-Event, ResourceRef, Version </li><li> Basic Job/Workflow value type: Job </li><li> EXIF schema value types: Flash, CFAPattern, DeviceSettings, GPSCoordinate, OECF/SFR, Rational </li></ul>
Assembly: FacturXDotNet.dll
public class XmpPdfATypeMetadata
Properties
Description
Description of the property value type.
public string? Description { get; set; }
Field
Optional description of the struc- tured fields.
public List<XmpPdfAFieldMetadata> Field { get; set; }
NamespaceUri
Property value type field namespace URI.
public string? NamespaceUri { get; set; }
Prefix
Preferred value type field namespace prefix.
public string? Prefix { get; set; }
Type
Property value type name.
public string? Type { get; set; }