package xml
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class XsdSchemaConverter extends AnyRef
Value Members
- object XsdSchemaConverter
Utility to generate a Spark schema from an XSD.
Utility to generate a Spark schema from an XSD. Not all XSD schemas are simple tabular schemas, so not all elements or XSDs are supported.
Note: this is copied from com.databricks.spark.xml.util and extended with support for - support for attributeGroup - avoid Stackoverflow Error for recursive definitions by implementing max recursion depth - nested lists with maxOccurs >0 on xs:sequence tag - add comments from xsd to spark schema
- Annotations
- @Experimental()