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

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

Documentation
        The Struct data type represents a set of name-value pairs.
      
Properties
This component is not nillable.

Model
<...>
item*
</...>


Nested Element Summary
attributeitem
          An entry in the map represented by this struct. 
Source
<xs:complexType name="struct">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="item" type="attribute">
</xs:element>
</xs:sequence>
</xs:complexType>


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