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

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

Documentation
        The bean that lists the asset types enabled on a site.
    
Properties
This component is not nillable.

Model
<...>
(href?, type* )
</...>


Nested Element Summary
xs:stringhref
          The URL to the resource listing the asset types enabled on a site. 
enabledTypetype
          The name of an enabled asset type. 
Implementors
enabledTypesBean

Source
<xs:complexType name="enabledTypesBean">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="type" type="enabledType">
</xs:element>
</xs:sequence>
</xs:complexType>


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