Interface | Description |
---|---|
XsdGenStrategy |
Author: Cezar Andrei ( cezar.andrei at bea.com )
Date: Jul 26, 2004
|
Class | Description |
---|---|
Inst2Xsd |
This class generates a set of XMLSchemas from an instance XML document.
|
Inst2XsdOptions |
Options:
Design
o Russian Doll Design - local elements and local types
o Salami Slice Design - global elements and local types
o Venetian Blind Design (default)- local elements and global complex types
Simple content types (leafs)
o smart (default) - try to find out the right simple shema type
o always xsd:string
Use enumeration - when there are multiple valid values in a list
o never
o only if not more than the value (default 10)- number option
|
RussianDollStrategy | |
RussianDollStrategy.SCTValidationContext | |
SalamiSliceStrategy | |
VenetianBlindStrategy |