| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}associationDefBean (restriction)
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.
Nested Element Summary | |
xs:string | childAssetType Referenced asset type. |
dependencyTypeEnum | dependencyType Dependency type. |
xs:string | description Description of this association. |
xs:boolean | isMultiple Indicates whether multiple assets of a child asset type could be specified, when creating parent asset. |
xs:string | name Association name. |
xs:string | subtypes Referenced subtypes, if any. |
<xs:complexType name="associationDefBean"><xs:sequence></xs:complexType><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="isMultiple" type="xs:boolean"></xs:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |