python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I use restriction(XSD) to add elements?
I'm kind of confuse about the restriction tag. I understand it is usually use to limit/restrict the elements from the base. But I seems to be able to just add new elements to the base type also. Is th...
Vinh
Votes: 0
Answers: 1
Error : src-resolve: Cannot resolve the name 'ElementosType' to a(n) 'type definition' component
i have already seen others solution but basically can't resolve mine cause it says is missing a complextype but it's not true cause i have the complextype in the same xsd file .
the code is here
compl...

Nicolas Sousa
Votes: 0
Answers: 0
Attribute 'targetNamespace' is not allowed to appear in element
I wrote this XML file, plus the XSD, and I'm using XQuery to add information on a db in BaseX. I'm using Postman to do the POST requests, but when I run Postman it is giving me this error message:
[v...
gipsywontmakeit
Votes: 0
Answers: 1
Extracting enumeration values from an XML Schema with Python
From an XML Schema using xmlschema package, I extracted an XsdEnumerationFacets like the one below
XsdEnumerationFacets(['OP1', 'OP2', 'OP3', 'OP3', 'OP4', ...])
How can I extract the possible values...
Arpad Horvath -- Слава Україні
Votes: 0
Answers: 2