<xsd:attribute name="qualifier" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
This expression enforces a comma-delimited list
</xsd:documentation>
</xsd:annotation>
<xsd:pattern value="(\p{L}* ?\p{L}*)?(,\p{L}+ ?\p{L}*)*" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|