http://www.fatwire.com/schema/rest/1.0
element deviceBean

Documentation
        Device Bean
      
Properties
This component is not nillable.

Model
<deviceBean>
(name?, description?, useragent?, deviceCapabilitiesBean?, deviceGroupBean* )
</deviceBean>


Nested Element Summary
xs:stringdescription
          Description of device. 
deviceCapabilitiesBeandeviceCapabilitiesBean
          capabilities of device. 
deviceGroupBeandeviceGroupBean
          List of matching device groups.While there can be many matching device groups, the one with highest priority is returned in cases where best matching device is required.There can be scenarios where all matching device groups is required, in which case it will be a list. 
xs:stringname
          Name of device. 
xs:stringuseragent
          Value of attribute 'useragent' of device. 
Source
<xs:element name="deviceBean">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="useragent" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="deviceCapabilitiesBean" type="deviceCapabilitiesBean">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="deviceGroupBean" type="deviceGroupBean">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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