Alfresco Namespaces
From AlfrescoWiki
[edit] Introduction
This page provides a reference for the namespaces used by Alfresco.
Namespace conventions:
Alfresco namespaces start with http://www.alfresco.org.
The top-level namespace sub-divisions are:
- model - identify an Alfresco data model
- view - identify a view of content held in the Alfresco Repository
- ws - identify an Alfresco Web Service definition
- test - identify a test definition
Each namespace typically ends with its version number.
[edit] Registry
Note: This list will expand / change between now and the next release.
[edit] Schema Locations
Alfresco models, XML schemas and WSDL files are located at:
http://www.alfresco.org/specification/nnn/schema
Where:
nnn is the associated namespace definition
schema is the schema file name
For example:
The CML XML schema can be located at:
http://www.alfresco.org/specification/ws/cml/1.0/cml.xsd
The Content Domain Model xml definition can be located at:
http://www.alfresco.org/specification/model/content/1.0/contentModel.xml
The Authentication Web Service WSDL can be located at:
http://www.alfresco.org/specification/ws/service/authentication/1.0/authentication-service.wsdl
However, as the above links will 403 upon clicking, the reality is that for any given install of Alfresco you can find your local copies of these files installed at (assuming tomcat): <wherever>/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/model
[_pw8_]

