May 12, 2004 #1 omom Programmer Joined Apr 21, 2004 Messages 3 Location US I have a string defined: <xsd:element name="name" minOccurs="1" maxOccurs="1"> <xsd:simpleType base="xsd:string"/> </xsd:element> Is there a way to define a maximum number of characters it is allowed to have?
I have a string defined: <xsd:element name="name" minOccurs="1" maxOccurs="1"> <xsd:simpleType base="xsd:string"/> </xsd:element> Is there a way to define a maximum number of characters it is allowed to have?
May 12, 2004 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US Use the maxLength attribute. Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first Upvote 0 Downvote
Use the maxLength attribute. Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first