Loading TOC...

sc.facets

sc.facets(
   [arg as schemaComponent()]
) as Sequence

Summary

Returns the facets of the component, if any. Only simple types have facets. The context item is used if no argument is given.

Parameters
arg The item whose facets are to be returned.

Example

sc.facets(sc.typeNamed(xs.QName('xs:NCName')));
  =>
whiteSpace=collapse
pattern=([\i-[:]][\c-[:]]*)

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.