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

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

Documentation
The parent object.
Properties
This component is not nillable.

Model
<...>
(parentDefName, asset* )
</...>


Nested Element Summary
xs:stringasset
          The asset id of this parent, in the format "{assettype}:{assetid}". 
xs:stringparentDefName
          The name of the definition of this parent. 
Source
<xs:complexType name="parent">
<xs:sequence>
<xs:element name="parentDefName" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="asset" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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