SYNCML:SYNCML1.2
complexType SyncBodyType
- Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{SYNCML:SYNCML1.2}SyncBodyType (restriction)
- Documentation
Specifies the container for the body or contents of
the SyncML message.
- Model
- <...>
((Alert | Atomic | Copy | Exec | Get | Map | Put | Results | Search | Sequence | Status | Sync | Add | Move | Replace | Delete)+ , Final? )
</...>
- Local Usage
- SyncML
- Source
<xs:complexType name="SyncBodyType"> <xs:sequence> <xs:choice maxOccurs="unbounded"> </xs:choice> <xs:element minOccurs="0" name="Final"> <xs:complexType/>
</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.