
sc.typeNamed( arg as xs.QName ) as schemaType()
Returns the type with the given name, if any, as a schema component. If there is no such type, an undefined type error is raised.
| Parameters | |
|---|---|
| arg | The type name. |
sc.typeNamed('xs:integer');
=>
#xs:integer
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.