aymens

Untitled

Mar 21st, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.00 KB | None | 0 0
  1. <mapping name="property" class="org.alfresco.repo.dictionary.M2Property">
  2.   <value style="attribute" name="name" field="name"/>
  3.   <value name="title" field="title" usage="optional"/>
  4.   <value name="description" field="description" usage="optional"/>
  5.   <value name="type" field="propertyType"/>
  6.   <value name="protected" field="isProtected" usage="optional"/>
  7.   <structure name="mandatory" usage="optional">
  8.      <value style="attribute" name="enforced" field="isMandatoryEnforced" usage="optional"/>
  9.      <value style="text" field="isMandatory" />
  10.   </structure>
  11.   <value name="multiple" field="isMultiValued" usage="optional"/>
  12.   <value name="default" field="defaultValue" usage="optional"/>
  13.   <structure name="index" usage="optional">
  14.      <value style="attribute" name="enabled" field="isIndexed"/>
  15.      <value name="atomic" field="isIndexedAtomically" usage="optional"/>
  16.      <value name="stored" field="isStoredInIndex" usage="optional"/>
  17.      <value name="compressed" field="isCompressedWhenStoredInIndex" usage="optional"/>
Advertisement
Add Comment
Please, Sign In to add comment