Handling Null Properties
There are several ways of handling null concept property values:
- Enabling Use of the Nillable Attribute
The presence of the xsd:nillable attribute in an XSD element means that the corresponding element in the XML file permits null values. - Enabling Null Property Values to Appear When Serializing Concepts to XML
By default concept properties with null values are excluded when concept objects (instances) are serialized to XML. You can override this behavior. - Examples of Nillable Attribute and Null Properties Settings
These examples illustrate the effect of the following properties on concept serialization: - Special Treatment of Numeric and Boolean Null Values
- Setting Runtime Properties for Special Treatment of Null Values
- Property Reference for Null Property Handling
Set the following properties in the studio.tra file as needed to configure the output for your needs before you generate the EAR file.
Copyright © TIBCO Software Inc. All rights reserved.