Click or drag to resize

SampleXMLGeneratorOptionsAssignSchemaOrDTDEnum Enumeration

The SampleXMLGeneratorOptionsAssignSchemaOrDTDEnum enum allows to specify how the XML Schema or DTS is referenced in the generated XML instance.

Namespace:  Altova.RaptorXml.Xml
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public enum AssignSchemaOrDTDEnum
Members
  Member nameValueDescription
AssignRelatively0
AssignAbsolutely1
DoNotAssign2
See Also