Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged xsd

0 votes
628 views
1 answer
    Is it possible to have a combination of xs:all and xs:sequence? I've have a xml structure with an element ... "optional" /> </xs:complexType> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
592 views
1 answer
    I tried importing the SVG XML Schema into EMF, to obtain the SVG metamodel in ecore. However, the import ... are serialized in valid svg? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    I have a gradle project in my Eclipse with a number of spring-integration context XMLs. These context XML files ... help on this matter, PM. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
427 views
1 answer
    Assuming that I have this XML: <parameters> <parameter type="string" isVisible="True" optional="False" id=" ... >ABCDEF001</ZIP> </parameter> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    To use Spring Integration in a Spring XML configuration file, I need to declare the si namespace, and provide the ... -2.1.xsd are different? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    This is a similar question to How to create a schema for an unordered list of XML nodes, with occurrence ... depth would also be helpful. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
585 views
1 answer
    I am trying to find regex pattern in XSD that allow both positive and negative integers My current code allows only positive ... "[0-9]{0,10}" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    In an XML Schema (XSD) I am writing, I need to define an attribute which can occur multiple times inside its ... the scope of XML Standard ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    I have such xsd. These all fields can exist or not and in unpredictable order. <?xml version="1.0" encoding=" ... CAN appear zero or one time! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
554 views
1 answer
    I want to ensure that there are no duplicate book titles in the following xml: <?xml version="1.0" encoding="UTF ... see what I am doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    Given an XML layout like this, I'm trying to create a XSD schema to validate it. <RootNode> <ChildA /> < ... </xs:complexType> </xs:element> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    Given an XML layout like this, I'm trying to create a XSD schema to validate it. <RootNode> <ChildA /> < ... </xs:complexType> </xs:element> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
476 views
1 answer
    I needed to define an XML element that has no sub-elements or any content at all, and has no attributes. ... not require any parameter values. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    There is little problem with JAXB. Given: Java 1.5; jaxb -jars from jaxws-2_0. .xsd scheme and generated ... protected String dString; ... } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
411 views
1 answer
    I had created the xml document with xml version="1.0". In that document I need to use the greater than ... there any special encoder for this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
427 views
1 answer
    I have the following XML file which includes internal DTD validation: <?xml version="1.0"?> <!DOCTYPE ... XSD cannot be used internally? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
581 views
1 answer
    I have a xsd schema from which I'm generating some java classes. I'm using jaxb for the generation. I want ... </xs:complexType> </xs:element> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    I'm having troubles keeping classes from being regenerated. I'm I have a schema A, which is imported in schema ... fine. Thanks for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    I am creating an xml schema, and I want to make sure that the values in all the elements are CDATA elements. ... to force this using XML-schema? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am creating an xml file whose root elemenet structure shuould be like: <RootElement xmlns="http://www. ... .annotation.XmlSchema; Any idea? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
419 views
1 answer
    I want to generate Java classes with JAXB from a XSD file. The problem is, that I always get a few classes like this ... be if someone provides me a working jaxb-binding.xml. I am...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
468 views
1 answer
    The following schema should be generating two primitive int fields in a Value class, but instead generates a primitive ... as a primitive int? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    I need to decode a Base64 string from some XML element. Is there any difference between an element defined by ... of type="xs:base64binary"? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
431 views
1 answer
    I have a choice complexType named abType: <xs:complexType name="abType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> ... a/> </abc> </root> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
583 views
1 answer
    How would I define an element that can either contain plain text or contain elements? Say I wanted to somehow allow ... >Some more text.</field> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    I am still a bit new to XML Schema etc. and have been working to develop some XML, Schema and a Stylesheet ( ... what I am doing wrong please. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
661 views
1 answer
    So I got this XML schema: <?xml version="1.0"?> <xs:schema version="1.0" xmlns:xs="http://www. ... and without will validate against the XSD. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
364 views
1 answer
    I have some questions derived from a problem that I have already solved through this other question. However, I ... use the maven shade plugin? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...