<xs:simpleType name="NCNameList">
<xs:annotation>
<xs:appinfo>
<mdr:definition>A set of values, representing a list of token with the lexical value space of NCName. The tokens are seperated by whitespace.</mdr:definition>
</xs:appinfo>
</xs:annotation>
<xs:list itemType="xs:NCName"/>
</xs:simpleType> |