xsd
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...[详细]
2023-04-09 03:29 分类:问答How to programmatically determine all valid XML nodes from a schema
Is there an existing Java library that will let me determine all valid nodes for a p开发者_JS百科oint in an XML document (specified by XPath, or otherwise), given an XML schema?This isn\'t a very help[详细]
2023-04-09 02:15 分类:问答case-insensitive key in xsd
I have an XSD embedded into an XML like this: <Replacements> <xs:schema elementFormDefault=\"qualified\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">[详细]
2023-04-08 21:41 分类:问答lxml with schema 1.1
I\'m trying to use lxml with the xs:assert validation tag. I\'ve tried using the example from this IBM page:[详细]
2023-04-08 18:16 分类:问答Nested sequence in XSD
I would like to validate this XML: <meta> <house> <big ... /> <little ... /> <big ... />[详细]
2023-04-08 05:40 分类:问答Validating XMLs with "free" elements using XML Schemas
Is there a way to define an XML schema that allows elements not defined in the schema? I have an XML file that needs validation only on part of the file. like so:[详细]
2023-04-08 01:33 分类:问答FOP failing to use data when used with JAXB
I\'m generating a document using FOP (0.95) by passing a source XML file created using JAXB (2.2.13), when I run it I get a virtually empty PDF (it looks like I\'d expect if no data was supplied in th[详细]
2023-04-08 00:47 分类:问答Define an xsd enumeration once to be used in multiple places?
I want to use the following enumaration in multiple plac开发者_StackOverflow社区es, but as you can see now, it is tied to one complex type, how do I extract it out so I can define it once and use it i[详细]
2023-04-07 18:25 分类:问答Using xs:alternative in Visual Studio
I am trying to use xs:alternative in an XSD, however Visual Studio 2010 does not recognise xs:alternative as a valid child for xs:element. I am using xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" as m[详细]
2023-04-07 14:17 分类:问答Apache Axis - Calendar instance that gets serialized to 0001-01-01T00:00:00.000Z
I\'m using Apache Axis to communicate with a web service written in .Net. One of the functions in that WS has special handling when it encounters DateTime.MinDate (i.e. \"0001-01-01\"). Now, I\'m try[详细]
2023-04-07 09:37 分类:问答