-
Notifications
You must be signed in to change notification settings - Fork 19
XPath function for accessing FeatureTypes from Schema #37
Copy link
Copy link
Open
Labels
Type: DiscussionInput is required. Requirements and/or importance may be unclearInput is required. Requirements and/or importance may be unclearType: create EIPCreate an EIP for this EnhancementCreate an EIP for this Enhancementimportance: mediumLeave a comment if you think the importance is higherLeave a comment if you think the importance is highermodule: BSX-TDBaseX Test DriverBaseX Test Drivermodule: SUI-TDSopUI Test DriverSopUI Test Driverstale
Metadata
Metadata
Assignees
Labels
Type: DiscussionInput is required. Requirements and/or importance may be unclearInput is required. Requirements and/or importance may be unclearType: create EIPCreate an EIP for this EnhancementCreate an EIP for this Enhancementimportance: mediumLeave a comment if you think the importance is higherLeave a comment if you think the importance is highermodule: BSX-TDBaseX Test DriverBaseX Test Drivermodule: SUI-TDSopUI Test DriverSopUI Test Driverstale
This enhancement requires the implementation of a XQuery module that can be loaded by BaseX-based ETSs. The module should provide XPath functions for determining all FeatureTypes in an XML document by reading and analysing the associated schema.
etf:feature-members( rootNodeOrSchemaLocation )should return a sequence of all Feature member nodes in the Feature Collection.etf:feature-type-names( rootNodeOrSchemaLocation )should return a sequence of strings with the names of all Feature Type names.See also: http://docs.basex.org/wiki/Java_Bindings