Class MetaDataFileXSDWriter

java.lang.Object
com.metaobjects.io.MetaDataWriter
All Implemented Interfaces:
com.metaobjects.io.MetaDataIO

public class MetaDataFileXSDWriter extends XMLDirectWriter<MetaDataFileXSDWriter>
v6.1.0: Registry-driven XSD Schema writer that creates schemas for validating metadata files. This generates XSD Schema that validates the structure of metadata XML files using dynamic type discovery from the TypeDefinition registry. Features: - Dynamic type enumeration from MetaDataRegistry - Inheritance-aware type definitions with annotations - Type-specific attribute validation - Automatic plugin type support - No hardcoded type lists