![JAR search and dependency download from the Maven repository](/logo.png)
com.adobe.xmp.core.namespace.XMPBasic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2012 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe license agreement accompanying it.
// =================================================================================================
package com.adobe.xmp.core.namespace;
public interface XMPBasic
{
final String URI = "http://ns.adobe.com/xap/1.0/";
final String STANDARD_PREFIX = "xmp";
final String ADVISORY = "advisory";
final String BASEURL = "baseURL";
final String CREATE_DATE = "CreateDate";
final String MODIFY_DATE = "ModifyDate";
final String METADATA_DATE = "MetadataDate";
final String CREATOR_TOOL = "CreatorTool";
// TODO add rest of namespace properties
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy