SYNCML:SYNCML1.2
complexType TargetType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{SYNCML:SYNCML1.2}LocURIType (restriction)
|
+--{SYNCML:SYNCML1.2}TargetType (extension)

Model
<...>
LocURI (LocName?, Filter? )
</...>


Local Usage
ItemType, MapItemType, MapType, SearchType, SyncHdrType, SyncType

Source
<xs:complexType name="TargetType">
<xs:complexContent>
<xs:extension base="reppro:LocURIType">
<xs:sequence>
<xs:element minOccurs="0" name="LocName" type="xs:string"/>
<xs:element minOccurs="0" name="Filter" type="reppro:FilterType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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