syncml:devinf
complexType DataStoreType

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

Model
<...>
(SourceRef, DisplayName?, MaxGUIDSize?, Rx-Pref, Rx*, Tx-Pref, Tx*, CTCap+, DSMem?, SupportHierarchicalSync?, SyncCap, Filter-Rx*, FilterCap* )
</...>


Local Usage
DevInf

Source
<xs:complexType name="DataStoreType">
<xs:sequence>
<xs:element name="SourceRef" type="xs:anyURI">
</xs:element>
<xs:element minOccurs="0" name="DisplayName" type="devinf:DisplayNameType">
</xs:element>
<xs:element minOccurs="0" name="MaxGUIDSize" type="xs:positiveInteger">
</xs:element>
<xs:element name="Rx-Pref" type="devinf:CT-Ver-Type">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Rx" type="devinf:CT-Ver-Type">
</xs:element>
<xs:element name="Tx-Pref" type="devinf:CT-Ver-Type">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Tx" type="devinf:CT-Ver-Type">
</xs:element>
<xs:element maxOccurs="unbounded" name="CTCap" type="devinf:CTCapType">
</xs:element>
<xs:element minOccurs="0" name="DSMem" type="devinf:DSMemType">
</xs:element>
<xs:element minOccurs="0" name="SupportHierarchicalSync">
<xs:complexType/>
</xs:element>
<xs:element name="SyncCap" type="devinf:SyncCapType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Filter-Rx" type="devinf:CT-Ver-Type">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="FilterCap" type="devinf:FilterCapType">
</xs:element>
</xs:sequence>
</xs:complexType>


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