http://www.fatwire.com/schema/rest/1.0
element associationDefBean

Documentation
        Defines an association with an asset type.
        It is typically used to preserve referential integrity in data.
        Associations may be either named or unnamed, but there may only be
        one unnamed association per asset type.
      
Properties
This component is not nillable.

Model
<associationDefBean>
(name, description?, childAssetType, subtypes*, dependencyType, isMultiple )
</associationDefBean>


Nested Element Summary
xs:stringchildAssetType
           The asset type to be allowed in this association, or "*" for any.  
dependencyTypeEnumdependencyType
           The dependency type.  
xs:stringdescription
           The description of this association.  
xs:booleanisMultiple
           Indicates whether multiple assets may be specified in this association.  
xs:stringname
          The name of this association. 
xs:stringsubtypes
           Subtypes or Flex Definitions in which this association will be available, or "*" for any.  
Source
<xs:element name="associationDefBean" type="associationDefBean">
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.