<xsd:attribute name="separator" use="optional" default=";"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value=";" /> <xsd:enumeration value="&" /> </xsd:restriction> </xsd:simpleType> </xsd:attribute>