Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xsd ::

unpublished constants group DataTypeClass
Usage Restrictions
not published
Description
These constants specify the class used of an XDataType

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.