CustomAttributeCollection Data Type

A custom attribute collection

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
CustomAttributes list of CustomAttributeBase element 0/unbounded Gets the items.

Example

<CustomAttributeCollection>
  <CustomAttributes>
    <portalEditable>...</portalEditable>
    <enumerated>...</enumerated>
    <description>...</description>
    <targetManagedObjectTypes>...</targetManagedObjectTypes>
    <name>...</name>
    <value>...</value>
    <costItems>
      <name>...</name>
      <cost>...</cost>
      <costFormula>...</costFormula>
    </costItems>
    <regularExpression>...</regularExpression>
    <validationMessage>...</validationMessage>
  </CustomAttributes>
</CustomAttributeCollection>