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

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

Documentation
        The dimension object represents either a Dimension or a DimensionParent.
      
Properties
This component is not nillable.

Model
<...>
(group?, name?, assettype, id )
</...>


Nested Element Summary
xs:stringassettype
          The asset type of this dimension. 
xs:stringgroup
          The name of the group which this dimension belongs to. 
xs:longid
          The ID of this dimension. 
xs:stringname
          The name of this dimension. 
Source
<xs:complexType name="dimensionValue">
<xs:sequence>
<xs:element minOccurs="0" name="group" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element name="assettype" type="xs:string">
</xs:element>
<xs:element name="id" type="xs:long">
</xs:element>
</xs:sequence>
</xs:complexType>


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