(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: configuration :: backend ::

constants group SchemaAttribute
Description
These values are used to specify the behavior of a node or property in the schema.
Since
OOo 1.1.2
See also
NodeAttribute
During merging the values may be combined with node attributes.

Constants
REQUIRED indicates that a property value can't be null.  
LOCALIZED indicates that the content of the node or the value of the property may depend on the locale.  
EXTENSIBLE indicates that properties can be added to the node at runtime  
MASK can be used to mask the schema attributes from merged attributes  
Constants' Details
REQUIRED
const short REQUIRED = 1;
Description
indicates that a property value can't be null.
LOCALIZED
const short LOCALIZED = 2;
Description
indicates that the content of the node or the value of the property may depend on the locale.
EXTENSIBLE
const short EXTENSIBLE = 4;
Description
indicates that properties can be added to the node at runtime
MASK
const short MASK = 255;
Description
can be used to mask the schema attributes from merged attributes
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.