alterCollectionCommand =  OMBALTER ( COLLECTION "QUOTED_STRING" ( [ 
          "renameClause" ] [ SET "setPropertiesClause" [ SET 
          "setReferenceIconSetClause" | UNSET "unsetReferenceIconSetClause" ] | 
          SET "setReferenceIconSetClause" | UNSET "unsetReferenceIconSetClause" 
          ] [ "alterCollectionReferences" ] ) )
     renameClause =  RENAME TO "QUOTED_STRING"
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     unsetReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET
     alterCollectionReferences =  ( "addReferenceClause" | 
          "removeReferenceClause" | "reconcileReferenceClause" )+
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     addReferenceClause =  ADD REFERENCE TO "componentRefClause"
     removeReferenceClause =  REMOVE REFERENCE TO "componentRefClause"
     reconcileReferenceClause =  RECONCILE
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )
     componentRefClause =  ( "UNQUOTED_STRING" "QUOTED_STRING" )
Basic properties for COLLECTION: Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: Empty string Business name of the collection Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Description of the collection
Alter the collections references, includes adding, dropping and reconciling the collection.