In this document:
Built-in APS types used for creating the platform resources inherit (implement) APS built-in types. Inheritance for some of APS resources is presented in the diagram. Key points:
http://aps-standard.org/types/
namespace.*Resource
APS type.poaApplication
APS type. It has many other APS resources presented by a few of APS types. The platform specific APS type IDs are
in the two namespaces, http://parallels.com/aps/types/
and http://odin.com/
.The suite of diagrams below shows the relationship for the platform built-in APS types. This helps to find out a list of resources bound to a certain platform resource. For example, an anti-spam application might need to know the list of MX records in a certain domain to modify them.
Diagram specifics:
When designing a package, you need to define relations between the application and the platform APS types. Key points when defining such relations:
An example of custom application relations is presented in the following diagram.