Tagged Questions
-4
votes
2answers
59 views
Regex for validating numbers with certain length and beginning
I would like to validate a value which should have numbers only and length should be 11 and should not start with 129.
Is this possible as I am not very efficient in regular expressions?
-1
votes
1answer
59 views
Regex Number Range multiple ranges
I'm not very good at regular expressions, can someone help me with a regex with these specifications:
Any integer between 0-365 OR 888
1
vote
2answers
33 views
reg ex for email to limit character
How do I write a RegExp for an email so that it is a string less than 50 characters long and is ended with “.com” or “.org” or “.edu”, and the first character can not be a number?
Right now I have: ...
0
votes
1answer
57 views
Remove a particular tag(<xs:any>) from xsd file using C#
I am new to XSD. I have a XSD file where following is appearing couple of times in a xsd file.
<xs:any namespace="##any" minOccurs="0" maxOccurs="unbound">
<xs:annotation>
...
0
votes
2answers
204 views
XML Schema regular expression for specifying ASCII range
I am trying to place a restriction using regular expression and xsd:pattern to only allow characters that fall within a certain range of ASCII values with a maximum of 10 characters. Specifically from ...
0
votes
3answers
175 views
XSD regex not matching
I'm creating an XML file based on someone else's XSD specification, but I just can't figure out why it doesn't validate.
Here's the rule:
<xs:simpleType name="NonEmptyStringType">
...
0
votes
1answer
55 views
XML Validation in Netbeans with Regex
I have a string which looks like this...
1-Jan-1970 01:00:00
This can start with a space (as this one does), or a digit if the data is double digit.
I have constructed a Regex in an XSD file to ...
6
votes
1answer
125 views
Is there a difference between XSD:Pattern and C# Regex?
I can't really go into to much depth of my project for a number of constraining reasons.
Essentially I am trying to pre-validate an object before serializing it and then validating it against a ...
1
vote
3answers
116 views
XSD : Restrict 0(Zero) from pattern
Sample xsd
<xsd:simpleType name="test">
<xsd:restriction base="xsd:token">
<xsd:pattern value="[a-zA-Z0-9\-]{1,17}"/>
</xsd:restriction>
...
3
votes
1answer
178 views
Regular expression in XSD schema: mix and max size of two combined elements
I would like to create a restriction for an XSD type to only allow an element of size 0 to 64, a dot, and another element of size 0 to 64. I tried this, but without success.
<xs:simpleType ...
0
votes
1answer
959 views
xml regular expression/regex OR operator
I am trying to use a regex to read through my document to identify currency types whether they're $, £ or a €. The regex I've created doesn't seem to work, somebody please advise me what it should be. ...
4
votes
1answer
66 views
Within an XSD file, what does the pattern [ !-~]* actually check for?
I've searched far and wide and have yet to find anywhere that explains the Regular Expression: [ !-~]* or, for that matter ([!-~]|[ ])*[!-~]([!-~]|[ ])*
I've used multiple RegEx testers and they seem ...
1
vote
1answer
155 views
How can I use XML Schema regex in C#?
I have a 2 part question:
How can I get the regex expression of an XSD facet and then use it to determine if a string matches the restriction? In my mind, this is "How do I convert XML Schema regex ...
1
vote
2answers
45 views
Regular expression how to do the following test: if the expression contains '{' then accept the expression only if found another '}'?
I need to run the following test:
if the an expression contains '{' then accept the expression only if found another '}'
Valid expressions would be are 'aaa{aaa}aaa', '{aa}' , 'a{aa{aa}aa}aa', ...
0
votes
1answer
99 views
How can I use a regex in an XSD schema to restrict certain characters being repeated in a string?
For example, I want to validate a string containing a phone number to enforce first a '+' followed by 2 digits, then a sequence of either digits or a single instance of either a hyphen or a space. The ...
4
votes
2answers
110 views
Regular Expression or Library for validating the the Built in XSD types?
The XML Schema spec defines a lot of built in data types http://www.w3.org/TR/xmlschema-2/#built-in-datatypes is there Java library which can answer questions about weather a value is a a specific ...
0
votes
1answer
78 views
Regex for validating xsd:ID string in Python?
Would someone please suggest a regex for validating strings that are supposed to conform to xsd:ID (link).
The type xsd:ID is used for an attribute that uniquely identifies an element in an XML ...
1
vote
1answer
52 views
referencing a type from within an xsd pattern
I want to recognize all of my servers over my office network. They have a particular naming pattern which only I use. I've defined it in a simpleType.
Now I was told I have to filter my servers from ...
0
votes
1answer
215 views
XSD Datatype string with restriction :max. 2 digits only numbers
I have the requirement : max. 2 digits - only numbers , is the following code correct:
<xsd:simpleType name="cstCODE">
<xsd:restriction base="xsd:string">
<xsd:pattern ...
0
votes
1answer
68 views
how can I define a XSd Integer datatype with following restriction: the first digit should not be zero. (no zeros at the beginning)
how can I define a XSd Integer datatype with following restriction: the first digit should not be zero. (no zeros at the beginning)
0
votes
2answers
398 views
XSD Restriction based off of certain numbers in range using regular expression
I am working on creating an XSD for a web service that will take in an ID number as an element in the XML. These ID numbers consist of 10 consecutive digits ([0-9]{10}), but I was trying to create a ...
0
votes
4answers
105 views
What does this XSD Regex really equate to?
I am having a hard time figuring out this XSD Regex match. Here is the simpleType defininition:
<xs:simpleType name="data-fuelcorrfact">
<xs:restriction base="xs:float">
...
1
vote
1answer
77 views
Regular expressions for XSD datatypes
Where can I find regular expressions for the datatypes defined in XSD?
The XSD specification includes regular expressions for the datatypes, however they doesn't seem to be correct. For example, for ...
0
votes
1answer
78 views
Regex pattern help needed to limit the contents of key value pairs
I am trying to limit the contents of an xml element using a regex pattern within the schema but I just cant get it working and the more I add the worse it seems to get.
The requirements are as ...
1
vote
2answers
128 views
How do I defined an XSD attribute name as a regular expression?
The XML allows a variable number of attributes of Q followed by a number, like this
<recognitionPattern Q0="12.5" Q1="12.5" Q2="12.5" Q3="12.5" Q4="12.5" Q5="12.5" Q6="12.5" Q7="12.5"/>
My ...
3
votes
3answers
202 views
XSD regex: Why is this not working when parsed into HTML with an XSLT?
I have an XML file that is "well formed and valid" (matched with an XSD schema, tested at http://xsdvalidation.utilities-online.info/).
I am using these lines of code in the XSD to restrict the XML ...
0
votes
1answer
200 views
How to define a schema restriction that allows an enumeration value or pattern match?
I am defining a simpleType that has a restriction to either be a value from an enumeration or a value matching a pattern. I realize I can do it all from the pattern but I want to have the picklist ...
0
votes
2answers
282 views
How to write XSD to validate escaped xml data pattern
I got a specific xml data below
<l7:ApiPlans xmlns:l7="http://ns.xcompany.com/2012/04/api-management">
<l7:ApiPlan>
<l7:PlanPolicy>
<wsp:Policy ...
0
votes
2answers
247 views
Regex to replace XML comment with a C# Attribute
I have an XML Schema that I'm trying to create C# classes with. At the moment, I'm working with XSD2Code to create the classes. The original schemas have elements that look something like this:
...
0
votes
2answers
77 views
XSD + regex. Incorrect rule?
Sorry for my English.
I wrote XML type in my XSD file:
<xs:simpleType name="refId">
<xs:restriction base="xs:ID">
<xs:maxLength value="30"/>
<xs:minLength ...
3
votes
2answers
383 views
Regex to exclude word (XML Schema flavor)
currently I'm trying to find a regular expression with the following condition:
Match: FOO_.* (valid if the string contains FOO_ at the beginning)
Don't Match: FOO_BAR (not valid if the ...
0
votes
1answer
174 views
Newline/Linefeed character validation XSD
I would like to validate and restrict newline/linefeed character.
Valid XML:
<root>
<node>data data</node>
</root>
Invalid XML:
<root>
<node>data
...
1
vote
1answer
152 views
Matching one character inside longer limited string in RegEx/XSD
I dont know how doable this is but I'm working on a datatype for an XSD and one of the things I'm trying to do is expand it to allow for a hyphen in a last name. So this should match Smith Fry and ...
0
votes
2answers
170 views
XML-Schema: Replace spaces
I'm writing a XMl schema to check an xml file.
I want to add a restriction that checks, if the value contains spaces. If it does, they should be deleted.
e.g.: "Hello world" -> check -> "Helloworld"
...
3
votes
1answer
2k views
cvc-pattern-valid: Value 'A' is not facet-valid with respect to pattern '^[A-Za-z]?$' for type 'whatever'
Here's the particular XML tag whose validation is failing:
<MiddleName>A</MiddleName>
The XSD for that tag:
<xsd:element name="MiddleName" type="MiddleInitial" />
...
0
votes
2answers
824 views
RegEx for specified string length range : XSD attribute element
I'm trying to restrict an attribute element of a schema to be between 3 and 20 characters long, but I'm getting an error saying my RegEx is invalid:
<xs:attribute name="name" use="required">
...
1
vote
1answer
242 views
lxml XSD processing reports that empty string does not match a regex which it should match. Why?
I am trying to validate a document given an xsd file, with lxml in Python:
from lxml import etree
xmlschema_doc = etree.parse('somefile.xsd')
xmlschema = etree.XMLSchema(xmlschema_doc)
xml_doc = ...
2
votes
1answer
820 views
xsd:simpleType: Can xsd:pattern and xsd:maxLength work together?
Let's say I am dealing with an xsd:simpleType that is a string, needs to be of a certain character set and of a specific maximum length, similar to the below code:
<xsd:simpleType ...
0
votes
1answer
785 views
XML Schema Regular Expression
I'm having trouble with two regular expressions that I need to use to validate urls in an xsd file.
I understand that there is a slight difference in how Schema uses regex compared to other systems.
...
1
vote
3answers
157 views
Regex to validate a string
I'm trying to validate a string in an xsd that requires the use of a regex. The string will take the form of the following...
JOE~PETE~SAM~BOB
and the following are considered valid...
JOE
~PETE
...
0
votes
1answer
186 views
XML-Schema type regex or pattern for regex
I want to validate if a certain attribute is a valid regex. Is there some direct built in type in xml schema maybe xs:regex?
Otherwise is there a regex that defines valid regexes?
2
votes
1answer
84 views
Negating a word within a line using regular expression
Given the this expression that matches lines that contain minOccurs
<xs:element[^>]+?\sminOccurs\s*=[^>]+>
and this text:
<xs:element name="shipto">
<xs:complexType>
...
0
votes
2answers
2k views
Help with regular expression - DateTime validation in XSD
I have the following:
<xsd:restriction base="xsd:dateTime">
<xsd:pattern value="[1-9][0-9]{3}\-.+T[^\.]+(Z|[\+\-].+)"/>
</xsd:restriction>
I then get an error when I use ...
0
votes
3answers
318 views
number validation regex in XSD
I need to be able to validate that a number in and XSD looks like so:
\d{0,15}(.\d\d)?
So, up to 15 digits followed by an optional decimal with two digits following.
The catch is that I want it to ...
4
votes
2answers
3k views
XML schema restriction pattern for not allowing empty strings
In my XML schema I have element of type string that I don't want to be empty (if it contains white-spaces etc I also consider it empty)
I applied restrinction I found at ...
1
vote
1answer
296 views
matching null with regex in xsd
I want to allow null elements in xsd. Usually I do this with the nillable="true" attribute, but it doesn't work for elements like this:
<xs:simpleType name="numbers">
<xs:restriction ...
0
votes
1answer
152 views
What is the best method to manipulate xml files?
I want to manipulate XML files.
...
<Document Id="1091">
<Indexes>
<Index Name="MODD" Value="aaa" />
<Index Name="DDAT" Value="bbb" />
<Index ...
3
votes
1answer
97 views
Is there an algorithm for determining if the set of all valid XML instances in respect with a specific XSD schema is a regular language or not?
Essentially I want to know if a specific XSD schema can be replaced by a regular expression or not. I know that XML Schema language can produce XSDs whose set of valid XML instances can be of any type ...
0
votes
1answer
430 views
Restricting values in group of elements via XML Schema
I have a restriction to set on values of the element. As per the rules I want to set, following set of values are possible for my element.
<tags>
<tag>One of Audio, Video, ...
3
votes
3answers
2k views
Regular expression for an ISBN 13
Hi all I'm trying all the time to make a regular expression for XML in my .xsd.
This expression should verify an ISBN-13 number but I couldn't get further than this:
ISBN (978|979)[ |-][0-9]{1,5}[ ...