element <converter> (local)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
Content Model Diagram
XML Representation Summary
<converter
   
 = 
xsd:string
/>
Included in content model of elements (2):
object-to-xml-transformer, xml-to-object-transformer
Annotation
The core of XStream consists of a registry of Converters. The responsibility of a Converter is to provide a strategy for converting particular types of objects found in the object graph, to and from XML. XStream is provided with Converters for common types such as primitives, String, File, Collections, arrays, and Dates. For a list of defautl convers see: http://xstream.codehaus.org/converters.html
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="converter" type="converterType"/>

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.