xsd:NMTOKENS
The type xsd:NMTOKENS
represents a list of
Simple Type Information
Namespace: http://www.w3.org/2001/XMLSchema
Schema Document: datatypes.xsd
Content
- Based on xsd:NMTOKEN
- Minimum Length: 1
- White Space: collapse
Examples
Valid values | Comment |
---|---|
ABCD 123 | |
ABCD | one-item list |
Invalid values | Comment |
an empty value is not valid, unless xsi:nil is used |
Type Inheritance Chain
- xsd:anySimpleType
- restricted by xsd:string
- restricted by xsd:normalizedString
- restricted by xsd:token
- restricted by xsd:NMTOKEN
- used in list xsd:NMTOKENS
- restricted by xsd:NMTOKEN
- restricted by xsd:token
- restricted by xsd:normalizedString
- restricted by xsd:string