Package org.apache.tika.metadata
Interface XMPIdq
- 
public interface XMPIdq 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringNAMESPACE_URIstatic StringPREFIXstatic StringPREFIX_The xmpidq prefix followed by the colon delimiterstatic PropertySCHEMEA qualifier providing the name of the formal identification scheme used for an item in the xmp:Identifier array. 
 - 
 
- 
- 
Field Detail
- 
NAMESPACE_URI
static final String NAMESPACE_URI
- See Also:
 - Constant Field Values
 
 
- 
PREFIX
static final String PREFIX
- See Also:
 - Constant Field Values
 
 
- 
PREFIX_
static final String PREFIX_
The xmpidq prefix followed by the colon delimiter- See Also:
 - Constant Field Values
 
 
- 
SCHEME
static final Property SCHEME
A qualifier providing the name of the formal identification scheme used for an item in the xmp:Identifier array. 
 - 
 
 -