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
          
xs:stringparentDefName
          
Source
<xs:complexType name="parent">
<xs:sequence>
<xs:element name="parentDefName" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="asset" type="xs:string"/>
</xs:sequence>
</xs:complexType>


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