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

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

Documentation
        Short information about asset type.
        In spite of the full information it has the list of subtypes, registered for this asset type.
      
Properties
This component is not nillable.

Model
<...>
(href?, name, subtypes* )
</...>


Nested Element Summary
xs:stringhref
          REST URL, which can be used to obtain the detailed asset type information 
xs:stringname
          Asset type unique name 
xs:stringsubtypes
          The list of subtypes, registered for this asset type 
Source
<xs:complexType name="type">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="subtypes" type="xs:string">
</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.