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