Hi, I want to have a pattern for a string in wsdl. The pattern is like: string/string e.g. : image/jpeg Is the following pattern correct? <xs:pattern value="([a-zA-Z])*/([a-zA-Z])*"/> I want to introduce this pattern for MIME types.
Is it correct? Please help me.
