syncml:devinf
complexType DSMemType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{syncml:devinf}DSMemType (restriction)

Documentation
Specifies the maximum memory and item identifier for a
      given local datastore.

Model
<...>
(SharedMem?, MaxMem?, MaxID? )
</...>


Local Usage
DataStoreType

Source
<xs:complexType name="DSMemType">
<xs:sequence>
<xs:element minOccurs="0" name="SharedMem">
<xs:complexType/>
</xs:element>
<xs:element minOccurs="0" name="MaxMem" type="xs:positiveInteger"/>
<xs:element minOccurs="0" name="MaxID" type="xs:positiveInteger"/>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.