patter value

does tsd3 support patter value as xsd tag?
thx
@nto

Correct me , if I’m wrong, but I think you are talking about the support of facet xs:pattern, see also http://www.w3.org/TR/xmlschema-2/#rf-pattern.

If yes, then the answer will be, that all of the facets (except whiteSpace) will be supported with the upcoming release of Tamino 4.1.1 by the end of the year.

Best regards,
Peter

[This message was edited by Admin on 12 Nov 2002 at 12:44.]

yes,
i’m wondering if i have an XSD with a definition a simple type e-mail like following

<xsd:simpleType name=“e-mail”>
<xsd:restriction base=“xsd:string”>
<xsd:pattern value=“@/”
</xsd:restriction>
</xsd:simpleType>

how can translate it into TSD schema, and is there an automatical tool that do it or i have to do it by myself?
Brgs
@nto

As TSD is a subset of XSD and as Peter wrote pattern will be supported with the upcoming version, you will have to change nothing. For the recent version you will have to drop the pattern facet in order to get your schema defined to Tamino.