syncml:devinf
complexType PropertyType

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

Documentation
Specifies a supported property of a given content
      type. Restrictions: The content type capabilities of the device SHOULD
      be defined.

Model
<...>
(PropName, DataType?, MaxOccur?, MaxSize?, NoTruncate?, ValEnum*, DisplayName?, PropParam* )
</...>


Local Usage
CTCapType

Source
<xs:complexType name="PropertyType">
<xs:sequence>
<xs:element name="PropName" type="xs:string"/>
<xs:element minOccurs="0" name="DataType" type="xs:string"/>
<xs:element minOccurs="0" name="MaxOccur" type="xs:positiveInteger"/>
<xs:element minOccurs="0" name="MaxSize" type="xs:positiveInteger"/>
<xs:element minOccurs="0" name="NoTruncate">
<xs:complexType/>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ValEnum" type="xs:string"/>
<xs:element minOccurs="0" name="DisplayName" type="devinf:DisplayNameType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="PropParam" type="devinf:PropParamType"/>
</xs:sequence>
</xs:complexType>


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