xsd-validation
XSD Schema namespace issues
How do I \'expect\' an element to have a namespace using XSD? At this point I receive an error saying: \"Invalid content was found starting with element \'ns:person\'. One of \'{\"\":person}\' is expe[详细]
2023-02-01 12:13 分类:问答Fix invalid child element in WCF RIA with SOAP endpoint
Is there anyway to fix the warning that Visual Studio flags when you try and add the SOAP endpoint to a WCF RIA service ?[详细]
2023-01-31 17:04 分类:问答Validate SOAP against XSD Schema?
I have a SOAP web service that was based on an XSD Schema (the schema generated the classes that was used as the input parameter for the web service method), as such:[详细]
2023-01-29 19:15 分类:问答XML validation using XSD
I have an XML with following format. <RootNode> <Parent> <Child1>Some text about child 1</Child1>[详细]
2023-01-27 05:58 分类:问答XSD schema: How to specify the number of digits in a value?
i want to limit the number of digits allowed in an element to 6: <AccountNumber>123456</AccountNumber>[详细]
2023-01-25 19:47 分类:问答Validating different sets of required attributes in an XML schema
My requirement is to validate an xml with t开发者_运维技巧wo different validation strategies. In strategy 1, the xml is required to have instances of an element with certain required attributes. In st[详细]
2023-01-23 05:00 分类:问答Generate a data entry form dynamically from XSD including validation rules
Is there anything around that can read an XSD schema and dynamically create a (Windows C#) data entry form? It would also need to read the type definitions and use them to validate the data entered. T[详细]
2023-01-22 10:30 分类:问答XML Schema reference
I ha开发者_JAVA技巧ve two XML Schemas. First (A.xsd) is located in a library jar file (mylib.jar) and the second one (B.xsd) is in my project.[详细]
2023-01-20 20:09 分类:问答XML Schema to validate XML Schemas?
Does anyone know if its possible to validate an XML schema with another XML schema? If so, is there a reference implementation开发者_如何学JAVA out there? I would like to parse a Schema doc using JAXB[详细]
2023-01-20 18:35 分类:问答how to avoid sequence using XSD
i want a particular sequence to be generated in a random manner <item> <i1>abc</i1> <i2>pqr</i2>[详细]
2023-01-19 23:13 分类:问答