LibreOffice
LibreOffice 7.4 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 #ifndef __com_sun_star_xsd_DataTypeClass_idl__
20 #define __com_sun_star_xsd_DataTypeClass_idl__
21 
22 
23 module com { module sun { module star { module xsd {
24 
25 
28 constants DataTypeClass
29 {
32  const short STRING = 1;
33 
36  const short BOOLEAN = 2;
37 
40  const short DECIMAL = 3;
41 
44  const short FLOAT = 4;
45 
48  const short DOUBLE = 5;
49 
52  const short DURATION = 6;
53 
56  const short DATETIME = 7;
57 
60  const short TIME = 8;
61 
64  const short DATE = 9;
65 
68  const short gYearMonth = 10;
69 
72  const short gYear = 11;
73 
76  const short gMonthDay = 12;
77 
80  const short gDay = 13;
81 
84  const short gMonth = 14;
85 
88  const short hexBinary = 15;
89 
92  const short base64Binary = 16;
93 
96  const short anyURI = 17;
97 
100  const short QName = 18;
101 
104  const short NOTATION = 19;
105 
106 };
107 
108 
109 }; }; }; };
110 
111 #endif
112 
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short BOOLEAN
specifies an XSD compliant boolean type
Definition: DataTypeClass.idl:36
const short DECIMAL
specifies an XSD compliant decimal type
Definition: DataTypeClass.idl:40
const short STRING
specifies an XSD compliant string type
Definition: DataTypeClass.idl:32
const short DATE
specifies an XSD compliant date type
Definition: DataTypeClass.idl:64
const short gYear
specifies an XSD compliant gYear type
Definition: DataTypeClass.idl:72
const short DURATION
specifies an XSD compliant duration type
Definition: DataTypeClass.idl:52
const short gMonthDay
specifies an XSD compliant gMonthDay type
Definition: DataTypeClass.idl:76
const short hexBinary
specifies an XSD compliant hexBinary type
Definition: DataTypeClass.idl:88
const short NOTATION
specifies an XSD compliant NOTATION type
Definition: DataTypeClass.idl:104
const short FLOAT
specifies an XSD compliant float type
Definition: DataTypeClass.idl:44
const short QName
specifies an XSD compliant QName type
Definition: DataTypeClass.idl:100
const short base64Binary
specifies an XSD compliant base64Binary type
Definition: DataTypeClass.idl:92
const short DATETIME
specifies an XSD compliant datetime type
Definition: DataTypeClass.idl:56
const short DOUBLE
specifies an XSD compliant double type
Definition: DataTypeClass.idl:48
const short gYearMonth
specifies an XSD compliant gYearMonth type
Definition: DataTypeClass.idl:68
const short anyURI
specifies an XSD compliant anyURI type
Definition: DataTypeClass.idl:96
const short gMonth
specifies an XSD compliant gMonth type
Definition: DataTypeClass.idl:84
const short gDay
specifies an XSD compliant gDay type
Definition: DataTypeClass.idl:80
const short TIME
specifies an XSD compliant time type
Definition: DataTypeClass.idl:60
Definition: Ambiguous.idl:22