IRISLIB database
PropertyParameters Class Reference

Internal. More...

Static Public Attributes

 XMLELEMENTREF = None
 Internal. More...
 
 XMLPROJECTION = None
 Set default XMLPROJECTION to attribute.
 
 XMLTYPECONSTRAINT = None
 Define this so that super class can set it. More...
 

Detailed Description

Internal.


Parameter definitions for properties within XGEN classes.

Member Data Documentation

◆ XMLELEMENTREF

XMLELEMENTREF = None
static

Internal.


Parameter definitions for properties within XGEN classes.

Define this so that super class can set it.

◆ XMLTYPECONSTRAINT

XMLTYPECONSTRAINT = None
static

Define this so that super class can set it.

How to interpret the type of this property.

  • EXPLICIT indicates that only this property's explicitly specified type in XML will be projected to XML.
  • CHOICE indicates that the schema for this property uses the XML schema choice group to allow multiple XML types for this property. The classes for these types are specified by the XMLCHOICELIST parameter or are all subclasses of this property's type if no XMLCHOICELIST parameter.
  • SUBSTITUTIONGROUP indicates that the schema for this property uses the XML schema substituionGroup to allow multiple XML types for this property. The classes for these types are all subclasses of this property's type.