OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: This is a very basic question...



> months, and I realized that I had no idea what a NCName was (it comes up a
> fair bit). Thinking further, I didn't really know what a qname
> was either. I
> have a rudimentary knowledge of what they do, but mostly because
> I've looked
> at examples and figured it out.

The glossary is XML Schema Part 1 defines both of these.

NCName
An NCName is a name with no colon, as defined in [XML-Namespaces]. When used
in connection with the XML representation of schema components in this
specification, this refers to the simple type NCName as defined in [XML
Schemas: Datatypes]

QName
A QName is a name with an optional namespace qualification, as defined in
[XML-Namespaces]. When used in connection with the XML representation of
schema components or references to them, this refers to the simple type
QName as defined in [XML Schemas: Datatypes]

Dave