Package : datatypes
XML Type : ANY
Comments : Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.
Parent : CommonOperations
| Name |
Type |
cardinality |
Comment |
nullFlavor
Attribute
: nullFlavor
|
NullFlavor
|
0...1 |
An exceptional value expressing missing information and possibly the reason why the information is missing. |
__parent
Element
: __parent
|
EJavaObject
|
0...1 |
|
There are no specific rules for this element.
<xs:complexType
xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="ANY">
<xs:annotation>
<xs:documentation>
Defines the basic properties of every data value. This
is an abstract type, meaning that no value can be just
a data value without belonging to any concrete type.
Every concrete type is a specialization of this
general abstract DataValue type.
</xs:documentation>
</xs:annotation>
<xs:attribute name="nullFlavor" type="NullFlavor" use="optional">
<xs:annotation>
<xs:documentation>
An exceptional value expressing missing information
and possibly the reason why the information is missing.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>