Questions tagged [xml-schema-collection]

34 questions
0
votes
1 answer

How to validate my own Schema XSD file againts XMLSchema.xsd using MSXML?

I use Windows and MSXML library (msxml6.dll). Also I use JS for the example in current topic. How can I validate my own Schems (XSD-file) against XMLSchema.xsd? In the sample code below there is the comment about problem I have. var xs,…
0
votes
1 answer

How to use datetime2 type in XML SCHEMA?

I'm trying to use SQL Server XML SCHEMA types like datetime2 in collections and tables CREATE XML SCHEMA COLLECTION [XmlValuesSchemaCollection_datetime2] AS '
user2091150
  • 978
  • 12
  • 25
0
votes
1 answer

How to improve XML schema with sub-elements or references?

I have a xml schema like the one being shown below but I have noticed that it would be very complicated to maintain. I want to improve the current schema in one of the following ways but I am not sure if they would be the best/correct route: Option…
JCassio
  • 13
  • 1
  • 1
  • 8
0
votes
0 answers

Temp XML Schema Collection is automatically created

I recently enabled Service Broker on my server and created a XML Schema Collection to validate the message. Now I'm receiving alerts from my audit alert as the following Looking at the Audit log I can see this change was made with my user…
0
votes
0 answers

Null Pointer Exception while using insertNewFilterColoumn method

I was trying to filter one Column using CTAutoFilter. The table (sample table, not the actual one ) value is as follows : Brand Color Round Neck Louis Philippe White Yes Peter England White Yes Van Huesen White No Arrow New…
0
votes
1 answer

Is it possible to extract specific data from a table that is formed by XMLSchema?

I would like to extract data inside a webpage. The data is formed with http://w3.org/2001/XMLSchema . The data that will be extracted is located in different tags in a table. The table is automatically formed when the text is pasted to the…
0
votes
0 answers

T-SQL : getting the column descriptions into a XMLSCHEMA

I have a query where I generate a XMLSCHEMA and a XML sample. SELECT TOP (10) filename, queue, owner, resubmitFile, pages, system, created, server, preflightlogs, status, kit, totalkits FROM Preflight_analytics FOR XML AUTO, XMLSCHEMA…
Mike
  • 1,221
  • 3
  • 15
  • 34
0
votes
2 answers

sql server, defined xml schema to column

i m trying to add the xml schema to the columns of my table. what i would to do is: extract schema from a query add the schema to column insert xml to this column my problem is how to exclude some options in the schema, like the possibility to don…
elle0087
  • 840
  • 9
  • 23
0
votes
1 answer

cannot resolve the name "xs.string" to a(n) type definetion component

this is an assignment file. schema must be developed. XYZ school wants to store the details of student and staff in a xml file. The following scenario helps in designing the XML document. Persons will the root tag. Persons will have the entry of…
0
votes
1 answer

SQL Server XML schema: is there any way to add unique constraint on Xml?

The following create xml schema collection code returns the error of Msg 9336, Level 16, State 1, Line 34 The XML Schema syntax 'unique' is not supported. create xml schema collection cs.T as N'
ca9163d9
  • 27,283
  • 64
  • 210
  • 413
0
votes
1 answer

How to mix extensions and restrictions in XSD complex type definitions

I'm having problems creating complex type that is required to be non-(null|blank) and have a 'qualifier' attribute that is also non-(null|blank). This is what I have so far.
JSacksteder
  • 780
  • 2
  • 7
  • 21
0
votes
1 answer

Does providing an XML Schema collection for a Stored Procedure work with WCF-SQL Send Port?

Consider the following simplified XML schema collection CREATE XML SCHEMA COLLECTION CD.AcceptMessageSchema AS '
0
votes
0 answers

Java Spring schema produces error in xml

Java Spring schema produces error in web project. Interesting is that this code has been deployed with no error on one machine and on another this error comes up and the result when trying to run: I never met before issue with reference to…
Istvan
  • 73
  • 12
0
votes
2 answers

org.xml.sax.SAXParseException; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:resources'

Hi masters of MVC I just don't understand why this error is showing because all of the codes are copied from a working project. help please thanks guys. By the way, here are my specs. Tomcat apache 8 eclipse luna
0
votes
1 answer

XML error message: Extra content at the end of the document

I'm really new to this XML and web world. Please if anyone can help me, I'd really appreciate it. It may just be a minor mistake but I cannot find how to resolve. it. I have written an XML document but I get an error message saying: This page…
Moua Yang
  • 1
  • 1
  • 1