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

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}associationDefBean (restriction)

Documentation
        Defines an association with another asset type.
        It is typically used to preserve the referential integrity in data.
        Association could be either named or unnamed.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringchildAssetType
           Referenced asset type.  
dependencyTypeEnumdependencyType
           Dependency type.  
xs:stringdescription
          Description of this association. 
xs:booleanisMultiple
           Indicates whether multiple assets of a child asset type could be specified, when creating parent asset.  
xs:stringname
          Association name. 
xs:stringsubtypes
           Referenced subtypes, if any.  
Implementors
associationDefBean

Source
<xs:complexType name="associationDefBean">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element name="childAssetType" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="subtypes" type="xs:string">
</xs:element>
<xs:element name="dependencyType" type="dependencyTypeEnum">
</xs:element>
<xs:element name="isMultiple" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.