element <null> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data)
Defined:
Used:
Content Model Diagram
XML Representation Summary
<null>
   
Content: 
{text}
</null>
Included in content model of elements (16):
array, array, constructor-arg, constructor-arg, context-property, entry, entry, key, key, list, list, property, property, recipients, set, set
Known Usage Locations
Annotation
Denotes a Java null value. Necessary because an empty "value" tag will resolve to an empty String, which will not be resolved to a null value unless a special PropertyEditor does so.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="null">
<xsd:complexType mixed="true">
<xsd:choice maxOccurs="unbounded" minOccurs="0"/>
</xsd:complexType>
</xsd:element>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.