:: 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
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.