require attribute - all but...
hello
I have an attribut that is required, but it can not accept 2 strings name 'aaa', 'bbb'. how do I write it?
(this is my attribute that I wrote and its type:
<xs:attribute name="collection-id" type="Default-collection-id" use="required"/>
<xs:simpleType name="Default-collection-id">
<xs:restriction base="xs:string"/>
</xs:simpleType>
how can I write that it accept every thing beside the 2 stirngs for example?
thanks
kfir
kfir
__________________
kfir
|