DataType

I don't know where to write the definition of a new datatype.

For example, where I write this :

<xsd:simpleType name="restrictedString">
  <xsd:restriction base="xsd:string">
    <xsd:minLength value="1"/>
  </xsd:restriction>

Rodrigue Vaudan

Received on Monday, 29 October 2001 07:35:03 UTC