XML Tutorial/XML Schema/token
Версия от 18:22, 25 мая 2010; (обсуждение)
The token type is derived by using a whiteSpace value of collapse
<!-- schema -->
<xsd:element name="label" type="xsd:token"/>
<!-- instance document -->
<label>This is a token string</label>