
admin.groupSchema( namespace-uri as String, schema-location as String ) as element(gr.schema)
This function constructs a schema element with the specified prefix and URI.
| Parameters | |
|---|---|
| namespace-uri | The namespace URI for the schema. | 
| schema-location | The schema location. | 
  
  const admin = require('/MarkLogic/admin.xqy');
  admin.groupSchema("http://myuri/namespace", "/some/schema.xsd")
   //the schema element