XML Tutorial/XML Schema/NMTOKENS

Материал из Web эксперт
Версия от 08:26, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

The NMTOKENS data type is derived from the NMTOKEN type

The value space is the set of finite-, nonzero-length sequences of values for NMTOKENS datatypes. 
The lexical space is the set of white-space-separated lists of values for NMTOKENS datatypes.
<!-- schema -->
<xsd:attribute name="degree" type="xsd:NMTOKENS"/>
<!-- instance document -->
<title degree="BA MS">Mister</title>