syncml:devinf
complexType ExtType

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

Documentation
Specifies the non-standard, experimental extensions
      supported by the device. The extensions are specified in terms of the
      XML element type name and the value. Restrictions: The Ext element type
      MUST specify the extension element name. It may also specify one or more
      enumerated values. Multiple non-standard extensions can be specified by
      specifying the Ext element type multiple times. This element type is
      optional.

Model
<...>
(XNam, XVal* )
</...>


Local Usage
DevInf

Source
<xs:complexType name="ExtType">
<xs:sequence>
<xs:element name="XNam" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="XVal" type="xs:string">
</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.