Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Namespaces.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## XMP namespace definitions

The XMP namespaces define a set of properties. In any given XMP Packet, a property may be absent or present.For any given XMP, there is no requirement that all properties from a given namespace must be present. For structured properties, there is no requirement that all fields be present (unless otherwise specified by a namespace).
The XMP namespaces define a set of properties. In any given XMP Packet, a property may be absent or present. For any given XMP, there is no requirement that all properties from a given namespace must be present. For structured properties, there is no requirement that all fields be present (unless otherwise specified by a namespace).

XMP metadata may include properties from one or more of the namespaces. For example, a typical subset used by many Adobe applications might include the following:

Expand All @@ -9,7 +9,7 @@ XMP metadata may include properties from one or more of the namespaces. For exam
* XMP rights management namespace: **xmpRights:WebStatement, xmpRights:Marked**
* XMP media management namespace: **xmpMM:DocumentID**

XMP defines namespaces into *two* catagories:
XMP defines namespaces into *two* categories:

1. *XMP standard namespaces*, provides namespace definitions for standard general-purpose namespaces.
2. *Specialized Namespaces*, provides namespace definitions for namespaces that are specialized for Adobe applications or usages
Expand Down