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

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

Documentation
    
Properties
This component is not nillable.

Model
<...>
(key?, value? )
</...>


Nested Element Summary
xs:stringkey
          Key for the map of history attribute. 
xs:stringvalue
          Value for the map of history attribute. 
Source
<xs:complexType name="keyValuePair">
<xs:sequence>
<xs:element minOccurs="0" name="key" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="value" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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