syncml:devinf
simpleType DevTypType

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

Documentation
Specifies the type of the source synchronization
      device. Restrictions: Type values for this element type can be e.g.
      pager, handheld, pda, phone, smartphone, server, workstation. Other
      values can also be specified.

Model

(('pager' | 'handheld' | 'pda' | 'phone' | 'smartphone' | 'server' | 'workstation') | )


Local Usage
DevInf

Source
<xs:simpleType name="DevTypType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="pager"/>
<xs:enumeration value="handheld"/>
<xs:enumeration value="pda"/>
<xs:enumeration value="phone"/>
<xs:enumeration value="smartphone"/>
<xs:enumeration value="server"/>
<xs:enumeration value="workstation"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:union>
</xs:simpleType>


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