Element: SCHEMACONFIG

Attributes

Name Type Optional
TYPEPOSTFIX STRING Yes This attribute holds the postfix which will be appended to schema complextype names when they will be converted to XMLBooster elements.
The default value for this attribute is "Type".
FORCEEXTERNALNAMESPACE BOOLEAN Yes Indicates that all the external elements (of the root schema) can be prefixed by its namespace.

Content

Optional SIMPLETYPEMAPPINGS

DTD declaration

<!ELEMENT SCHEMACONFIG
(SIMPLETYPEMAPPINGS?)
>

<!ATTLIST SCHEMACONFIG
TYPEPOSTFIX CDATA #IMPLIED
FORCEEXTERNALNAMESPACE (TRUE|YES|yes|Y|y|ON|On|on|true|True|1|FALSE|NO|no|N|n|OFF|Off|off|false|False|0) #IMPLIED
>