Tscalar Data Type

Java class for Tscalar.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="Tscalar">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="String"/>
     <enumeration value="Long"/>
     <enumeration value="Double"/>
     <enumeration value="Float"/>
     <enumeration value="Integer"/>
     <enumeration value="Byte"/>
     <enumeration value="Char"/>
     <enumeration value="Boolean"/>
     <enumeration value="Short"/>
     <enumeration value="Password"/>
   </restriction>
 </simpleType>
 

Namespace
http://www.osgi.org/xmlns/metatype/v1.2.0
Schema
ocd.xsd
Values
value description
String
Long
Double
Float
Integer
Byte
Char
Boolean
Short
Password