Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml_schema [: <xml_schema option>] { <XML Schema elements> };

The XML Schema Options

The following XML schema options are available:

...


Note
titleNote!

Only one XML schema option can be used.


The XML Schema Elements


The XML Schema language supports the following element types:
  • simpleType
  • simpleType with restrictions
  • simpleType with union
  • complexType
  • complexType with sequence declarations
  • complexType with extension declarations
  • complexType with all declarations
  • Global element declarations and references
  • SimpleContent elements with extension declarations


Note
titleNote!

If you want to use union type, you must set the property mz.ultra.xml.restrictions according to your requirements.If you want to use unions and restrictions inside of unions, set this property to union. If you want to use restrictions everywhere, including inside the union type, set this property to on. See Platform Properties (2.3) for more information.