syncml:devinf
complexType PropParamType

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

Documentation
Specifies a supported parameter of a given property
      Restrictions: The content type capabilities of the device SHOULD be
      defined. If an enumeration of the possible parameter values is provided,
      then only these values are allowed. Note that in case a comma-seperated
      list is used to specify a possible ValEnum value the ordering of values
      is irrelevant (e.g. VOICE, HOME is the same as HOME,
      VOICE).

Model
<...>
(ParamName, DataType?, ValEnum*, DisplayName? )
</...>


Local Usage
PropertyType

Source
<xs:complexType name="PropParamType">
<xs:sequence>
<xs:element name="ParamName" type="xs:string"/>
<xs:element minOccurs="0" name="DataType" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ValEnum" type="xs:string"/>
<xs:element minOccurs="0" name="DisplayName" type="devinf:DisplayNameType"/>
</xs:sequence>
</xs:complexType>


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