簡單來說,就是把各個Data Domain Model內定義的QNAME,
用程式控制來取得完整的QName String。
QNAME Format:{NameSapce}Name
Example:{http://www.alfresco.org/model/content/1.0}content
簡單分析contentModel.xml的結構:
model(root)
--imports
--namespaces
--constrains
--types
--title--parent
--archive
--association
--child-association
--properties
--property
--aspects
--aspect--title(aspect標題)
--properties(aspect擁有的屬性集)
--property
--title(property標題)
--type(屬性資料型態)
--default(資料是否有預設值)
--protected
--index
--mandatory
--mandotory-aspects
--aspect--associations
--association
--child-association
看ContentModel.xml原始碼
Reference:
ContentModel.java
沒有留言:
張貼留言
留個話吧:)