Jump to content

How to define a empty string in Restriction list/XSD


Guest Sarath.Gangisetty

Recommended Posts

Guest Sarath.Gangisetty

How to add empty string in restrictions xsd definition file?<xs:simpleType name="carType"> <xs:restriction base="xs:string"> <xs:enumeration value=" "/> <xs:enumeration value="Audi"/> <xs:enumeration value="Golf"/> <xs:enumeration value="BMW"/> </xs:restriction></xs:simpleType>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...