IRISLIB database
SASchema Class Reference

This class implements SASchema for the DeepSee Quality Measure model classes. More...

Inheritance diagram for SASchema:
Collaboration diagram for SASchema:

Static Public Attributes

 ROOTCLASSES = None
 This is comma-separated list of the classes whose xml elements. More...
 
 XMLNAMESPACE = None
 This is the namespace value used to identify this SA schema. More...
 
- Static Public Attributes inherited from SASchemaClass
 ROOTCLASSES = None
 This class is the base class for Studio Assist schema generators that are based on XML-enabled class definitions. More...
 
 SACATEGORY = None
 Optional. More...
 
 XMLNAMESPACE = None
 This is the namespace value used to identify this SA schema. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from SASchemaClass
_.Library.Status GetAttrsForClass (_.Library.String pClass, pAttrList)
 Given a class (and default namespace) find the list of XML attributes. More...
 
_.Library.Status GetElementsForClass (_.Library.String pClass, pElementList, pReferencedClasses)
 Given a class (and default namespace) find the list of XML elements. More...
 
_.Library.Status GetXMLElementsForClass (_.Library.String pClass, pElements)
 Return an array of XML element names that could be used within a. More...
 
_.Library.String GetXMLNameForClass (_.Library.String pClass)
 Return the XML name for the given class (or "" if there is none). More...
 
_.Library.Boolean IsUpToDate (_.Library.String pChecksum, _.Library.String pParameter)
 Subclass should override this method. More...
 
_.Library.Status OutputToStream (_.Stream.Object pStream, _.Library.String pChecksum, _.Library.String pParameter)
 Output SASchema definition into a stream.
 
_.Library.String SchemaToPrefix (_.Library.String pSchema)
 Convert a schema name to a reasonable "prefix".
 
_.Library.String XMLName2DisplayName (_.Library.String pName, _.Library.String pCurrentNS)
 Take an element and make sure it has the correct namespace prefix. More...
 
- Static Public Member Functions inherited from SASchema
_.Library.Status OutputToFile (pFilename)
 Output the SASchema definition to a file. More...
 

Detailed Description

This class implements SASchema for the DeepSee Quality Measure model classes.

Member Data Documentation

◆ ROOTCLASSES

ROOTCLASSES = None
static

This is comma-separated list of the classes whose xml elements.

can be used as the root level element of a document.

◆ XMLNAMESPACE

XMLNAMESPACE = None
static

This is the namespace value used to identify this SA schema.

This corresponds to the XMLNamespace keyword of a Studio XData block.