Re: Accessing schema information from runtime system

2019-04-01 Thread Beckerle, Mike
ve a pointer to that one, used to get the global stuff. So even a suspension can get at the "root" of all UState info. From: Sloane, Brandon Sent: Monday, April 1, 2019 5:25:00 PM To: dev@daffodil.apache.org Subject: Re: Accessing schema information fr

Re: Accessing schema information from runtime system

2019-04-01 Thread Sloane, Brandon
e.org Subject: Re: Accessing schema information from runtime system The lookup table should become part of the SchemaSetRuntimeData. That way it is global to all. Get Outlook for Android<https://aka.ms/ghei36> From: Sloane, Brandon Sent: Monday, April 1, 2019

Re: Accessing schema information from runtime system

2019-04-01 Thread Beckerle, Mike
schema information from runtime system As part of the enum support proposal (https://cwiki.apache.org/confluence/display/DAFFODIL/Proposal%3A+Feature+to+support+enumerations+and+typeValueCalc), there is a need to lookup types by qname from within the runtime system. For instance, suppose the

Accessing schema information from runtime system

2019-04-01 Thread Sloane, Brandon
As part of the enum support proposal (https://cwiki.apache.org/confluence/display/DAFFODIL/Proposal%3A+Feature+to+support+enumerations+and+typeValueCalc), there is a need to lookup types by qname from within the runtime system. For instance, suppose the schema defined the following simpleType: