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

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

Documentation
        Defines the relationship of a type and a site
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringhref
          Link to the detailed site information 
xs:stringname
          Type name 
Source
<xs:complexType name="enabledType">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element name="name" 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.