syncml:devinf
element DevInf

Documentation
Specifies the root or document element
      type of the Device Information document. This element type is mandatory
      and MUST be the root or document element.

Model
<DevInf>
(VerDTD, Man, Mod, OEM?, FwV, SwV, HwV, DevID, DevTyp, UTC?, SupportLargeObjs?, SupportNumberOfChanges?, DataStore+, Ext* )
</DevInf>


Source
<xs:element name="DevInf">
<xs:complexType>
<xs:sequence>
<xs:element name="VerDTD" type="xs:string">
</xs:element>
<xs:element name="Man" type="xs:string">
</xs:element>
<xs:element name="Mod" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="OEM" type="xs:string">
</xs:element>
<xs:element name="FwV" type="xs:string">
</xs:element>
<xs:element name="SwV" type="xs:string">
</xs:element>
<xs:element name="HwV" type="xs:string">
</xs:element>
<xs:element name="DevID" type="xs:string">
</xs:element>
<xs:element name="DevTyp" type="devinf:DevTypType">
</xs:element>
<xs:element minOccurs="0" name="UTC">
<xs:complexType/>
</xs:element>
<xs:element minOccurs="0" name="SupportLargeObjs">
<xs:complexType/>
</xs:element>
<xs:element minOccurs="0" name="SupportNumberOfChanges">
<xs:complexType/>
</xs:element>
<xs:element maxOccurs="unbounded" name="DataStore" type="devinf:DataStoreType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Ext" type="devinf:ExtType">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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