LibreOffice
LibreOffice 24.2 SDK API Reference
DataTypeClass.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 module com { module sun { module star { module xsd {
22 
23 
26 constants DataTypeClass
27 {
30  const short STRING = 1;
31 
34  const short BOOLEAN = 2;
35 
38  const short DECIMAL = 3;
39 
42  const short FLOAT = 4;
43 
46  const short DOUBLE = 5;
47 
50  const short DURATION = 6;
51 
54  const short DATETIME = 7;
55 
58  const short TIME = 8;
59 
62  const short DATE = 9;
63 
66  const short gYearMonth = 10;
67 
70  const short gYear = 11;
71 
74  const short gMonthDay = 12;
75 
78  const short gDay = 13;
79 
82  const short gMonth = 14;
83 
86  const short hexBinary = 15;
87 
90  const short base64Binary = 16;
91 
94  const short anyURI = 17;
95 
98  const short QName = 18;
99 
102  const short NOTATION = 19;
103 
104 };
105 
106 
107 }; }; }; };
108 
109 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short NOTATION
specifies an XSD compliant NOTATION type
Definition: DataTypeClass.idl:102
const short STRING
specifies an XSD compliant string type
Definition: DataTypeClass.idl:30
const short FLOAT
specifies an XSD compliant float type
Definition: DataTypeClass.idl:42
const short gYear
specifies an XSD compliant gYear type
Definition: DataTypeClass.idl:70
Definition: Ambiguous.idl:20
const short QName
specifies an XSD compliant QName type
Definition: DataTypeClass.idl:98
const short gYearMonth
specifies an XSD compliant gYearMonth type
Definition: DataTypeClass.idl:66
const short hexBinary
specifies an XSD compliant hexBinary type
Definition: DataTypeClass.idl:86
const short DATETIME
specifies an XSD compliant datetime type
Definition: DataTypeClass.idl:54
const short gDay
specifies an XSD compliant gDay type
Definition: DataTypeClass.idl:78
const short gMonthDay
specifies an XSD compliant gMonthDay type
Definition: DataTypeClass.idl:74
const short base64Binary
specifies an XSD compliant base64Binary type
Definition: DataTypeClass.idl:90
const short DECIMAL
specifies an XSD compliant decimal type
Definition: DataTypeClass.idl:38
const short DOUBLE
specifies an XSD compliant double type
Definition: DataTypeClass.idl:46
const short TIME
specifies an XSD compliant time type
Definition: DataTypeClass.idl:58
const short DATE
specifies an XSD compliant date type
Definition: DataTypeClass.idl:62
const short BOOLEAN
specifies an XSD compliant boolean type
Definition: DataTypeClass.idl:34
const short gMonth
specifies an XSD compliant gMonth type
Definition: DataTypeClass.idl:82
const short anyURI
specifies an XSD compliant anyURI type
Definition: DataTypeClass.idl:94
const short DURATION
specifies an XSD compliant duration type
Definition: DataTypeClass.idl:50