LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
com::sun::star::xsd::DataTypeClass Constant Group Reference

These constants specify the class used of an XDataType. More...

Variables

const short STRING = 1
 specifies an XSD compliant string type
const short BOOLEAN = 2
 specifies an XSD compliant boolean type
const short DECIMAL = 3
 specifies an XSD compliant decimal type
const short FLOAT = 4
 specifies an XSD compliant float type
const short DOUBLE = 5
 specifies an XSD compliant double type
const short DURATION = 6
 specifies an XSD compliant duration type
const short DATETIME = 7
 specifies an XSD compliant datetime type
const short TIME = 8
 specifies an XSD compliant time type
const short DATE = 9
 specifies an XSD compliant date type
const short gYearMonth = 10
 specifies an XSD compliant gYearMonth type
const short gYear = 11
 specifies an XSD compliant gYear type
const short gMonthDay = 12
 specifies an XSD compliant gMonthDay type
const short gDay = 13
 specifies an XSD compliant gDay type
const short gMonth = 14
 specifies an XSD compliant gMonth type
const short hexBinary = 15
 specifies an XSD compliant hexBinary type
const short base64Binary = 16
 specifies an XSD compliant base64Binary type
const short anyURI = 17
 specifies an XSD compliant anyURI type
const short QName = 18
 specifies an XSD compliant QName type
const short NOTATION = 19
 specifies an XSD compliant NOTATION type

Detailed Description

These constants specify the class used of an XDataType.

Variable Documentation

◆ anyURI

const short anyURI = 17

◆ base64Binary

const short base64Binary = 16

◆ BOOLEAN

const short BOOLEAN = 2

◆ DATE

const short DATE = 9

◆ DATETIME

const short DATETIME = 7

◆ DECIMAL

const short DECIMAL = 3

◆ DOUBLE

const short DOUBLE = 5

◆ DURATION

const short DURATION = 6

◆ FLOAT

const short FLOAT = 4

◆ gDay

const short gDay = 13

◆ gMonth

const short gMonth = 14

◆ gMonthDay

const short gMonthDay = 12

◆ gYear

const short gYear = 11

◆ gYearMonth

const short gYearMonth = 10

◆ hexBinary

const short hexBinary = 15

◆ NOTATION

const short NOTATION = 19

◆ QName

const short QName = 18

◆ STRING

const short STRING = 1

◆ TIME

const short TIME = 8