Tagged Questions
0
votes
1answer
35 views
Unique attributes with xpath not working
I would like to validate a xml document with an xsd schema file. The xml document contains information about windows services, I would like to set the Name attribute from Service to a unique value.
...
1
vote
1answer
78 views
How to set restriction on XSD for id attributes
If I wanted to define an XSD file for:
<state id="1" name="S1">
<state id="2" name="S2">
<state id="3" name="S3">
<transition fromState="1" toState="2">
How can I restrict, ...
1
vote
1answer
35 views
XML Schema Definition for Class Schedule
So, I am tasked to write an XML Schema Definition to store my current semester's academic schedule. I am supposed to include my name and class year as well as additional elements for each of my ...
0
votes
1answer
23 views
How can I define an attribute which can contain *either* an IDREF or a string enumeration?
I've made a simple UI definition language for a project and now want to create a schema, for ease of validation. Unfortunately, my XSD skills are quite rusty, and I find myself trying to so something ...
0
votes
0answers
48 views
xsd schema restrictions based on child element value and attribute value
I have a 3rd party app that creates an xsd for me - unfortunately it has some issues.
<xs:element name="Deductible[@type="Liability"]" minOccurs="0" maxOccurs="1">
...
0
votes
0answers
23 views
Indirectly edit designer.cs
I'm having trouble editing my dataset designer.cs file. I'm using the dataset for an xml log and am looking to omit "X_Id" values that connect the table in the xml log. While i realize you cannot ...
0
votes
0answers
52 views
XSD Decide type based on attribute
I have XML as follows
<!-- if type is duration Schedule is an integer..if type is "daily" it is in HH:MM form -->
<Rotation>
<Schedule type="duration" ...
0
votes
1answer
31 views
Comparison between xml attributes (xsd)
I got this xml code:
<s:complexType name="number">
<xs:sequence>
<xs:element name="number" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
<xs:attribute ...
1
vote
2answers
197 views
XSD Restriction on Attribute
I think I have searched a lot about this but still no go.
Will appreciate any help.
I am trying to restrict an attribute for an element with empty content. "color" should have a restriction to only ...
0
votes
0answers
108 views
XSD Attribute list from enumeration with custom separator
I have xsd enumeration like this
<xs:simpleType name="Enum">
<xs:restriction base="xs:string">
<xs:enumeration value="ONE"/>
<xs:enumeration value="TWO"/>
...
0
votes
1answer
35 views
setting minOccurs-value with the value of another attribute in a xsd-file
I am writing a xsd-schema file and I need to ensure that a value of an attribute (positve integer) is also the value of minOccurs and maxOccurs of another attribute. Is this somehow possible?
1
vote
2answers
147 views
How can i put multiple time same attribute inside an Element Tag in XML
In an XML Schema (XSD) I am writing, I need to define an attribute which can occur multiple times inside its parent element.
Just to clear it with an example : the parent element represent events, ...
0
votes
1answer
47 views
XSD; reuse attributes on many elements
Sorry, I'm not sure how to google for this surgically enough;
Is there a way in XML Schema to define/name a set of attributes that can be reused on many element definitions without cutting/pasting ...
1
vote
1answer
114 views
Customization of the attributes of the xml deserialized from wcf
The one that will use my wcf web service has 2 requests:
He want another attribute in the first element of the xml deserialized from the object returned from the service. And he wants the existing ...
0
votes
3answers
101 views
XSD - validation
My requirement is like, consider the following sample xml
<user key="username" value="Test"/>
<user key="age" value="27"/>
<user key="email" value="my@my.com"/>
In this case all ...
0
votes
1answer
142 views
C# XmlDocument is not being updated with respective XSD default attributes
heres a example from a xsd and a xml
XML
<?xml version="1.0" encoding="UTF-8"?>
<config test2="true">
</config>
XSD
<?xml version="1.0" encoding="utf-8"?>
<xs:schema ...
1
vote
1answer
76 views
Options on XSD attributes
Is it possible to define options for XSD attributes? I wanted that the element "where" to have the attribute "logic" and can have only the value "OR" or "AND".
Example:
<where logic="OR"> ...
2
votes
1answer
191 views
Type of an attribute in an xml file with lxml
im using python and lxml to read xml files, which are validated against an xsd file. I want to find out the xs:type of an attribute.
My code until now:
The XSD
...
<xs:complexType name="io" ...
0
votes
1answer
102 views
How to add restriction to a restricted attribute in XSD
My requirement is like:
I need to validate an xml which has an element "Term" and its attributes as termType, ValueName, Value.
I need to add a restriction to termType such that, when I get the ...
1
vote
1answer
1k views
XSD element with both attributes and child elements
I want to know the correct syntax for defining an element containing both attributes and child elements (if possible). For example:
<component type="A" binding="B">
<operation name="X">
...
0
votes
3answers
467 views
How to declare a attribute id in XML
i'm writing a xml and xsd as assignment...
in my XML i have a tag called a ( not actual name) and attribute called id.....
part of xml is shown below....
<a id="1">
...........
...
3
votes
2answers
908 views
Parsing Xsd for attributes in C#
I'm trying to parse a custom XSD to build a list of elements which have custom attributes defined. I've pasted a sample node from my XSD below. In my case, I'm trying to build a list of all elements ...
0
votes
1answer
274 views
Schema definition for single element with attribute
This question is plain ignorance, sorry. I can't find the example I want. If I have a single element in an XML file and want to put a required attribute on it, what would be the XSD definition? The ...
0
votes
1answer
482 views
XSD for repeat elements with same name but different attribute value
I am trying to write a XSD for the following XML snippet.
<loop id="1000" name="loop 1000" />
<loop id="1000" name="loop 1000" />
<loop id="2000" name="loop 2000" />
<loop ...
1
vote
1answer
449 views
Writing an .xsd for elements with attributes
I'm currently familiarising myself with xsd and xml just for fun, and I'm not sure what I'm doing wrong. I'd like to write an xsd for a simple (well, not really, since it has attributes) table with ...
4
votes
1answer
2k views
Content restriction and attribute validation on the same element in XSD
I would like to validate that an element 'Test' should
Have its content restricted (for example, using a pattern restriction), and
Contain certain attributes (for example, 'id', 'class' and 'name').
...
1
vote
2answers
378 views
How to add an attribute to an xsd:any element
How do you add an attribute to an xsd:any element? For example, given the following:
<xsd:element name="requests">
<xsd:complexType>
<xsd:sequence>
...
0
votes
1answer
222 views
XSD: How to define dependent attributes?
I need to define a schema where I have one attribute that must be defined when another optional attribute is existent.
Example:
<someNode defaultValue="Hello" /> <!-- valid -->
...
1
vote
2answers
130 views
validating attribute values of xml elements
I am trying to write a xsd document that validates the following xml snippet.
<parentElement>
<someElement name="somethingRequired"/>
<someElement ...
1
vote
1answer
65 views
How to define groups of required attributes in XSD?
Suppose I want element XXX can have either attribute AAA along with attribute BBB in pair or attribute CCC along with DDD in pair but never mix AAA with DDD or similiar.
How can I define this?
...
1
vote
3answers
310 views
Is use=“optional” in xsd redundant?
Does it matter for any purpose (validation, binding ...) if I define the use of an xs:attribute as optional or do not define it at all?If it is redundant, why is it provided at all?
1
vote
1answer
82 views
XSD type that only allows attribute OR content, but not both
I am trying to make an XSD content-type that allows either an attribute or content, but not both simultaneously (or neither). For example, the following would be allowed:
<data cid="my_id" />
...
0
votes
1answer
212 views
xml - validate combination of attributes for given element
i have xml similar to below.
<Map>
<MapItem name="firstName" value="john" />
<MapItem name="middleName" value="q" />
<MapItem name="lastName" value="public" />
<MapItem ...
0
votes
1answer
521 views
XML schema: the same name of the parent element attribute and child element
I've a quick question about XML format, can I have an xml file that is formatted like this:
<categories>
<category id="10" **name**="someName"> -parent node [contains 'name' ...
5
votes
1answer
4k views
Choice of Attribute(s) on XML instance for directly defined attributes or references
I'm looking for a variant of choosing an attribute for an element, that can be directly set or be referenced.
this is what I have in Mind:
<root>
<element>
<attribute ...
0
votes
1answer
130 views
XSD restricting an xsd type while also allowing attributes
I am new to XML and I am working on XSDs at the moment. I am supposed to validate an xml document that is based on credit cards. I have worked through most of the assignment, but I am stuck on ...
2
votes
2answers
658 views
XSD Required One of Two Attributes?
Quick question, i know i can choice elements, so one or the other is required, that's grand.
Is it possible to do that with Attributes? Simple sample...
<xs:element name="date" minOccurs="1" ...
0
votes
2answers
385 views
How to best capture this XML Schema in C# classes
I have a large XML schema that has elements that look like this:
<xs:element name="Tmats">
<xs:complexType>
<xs:sequence>
<xs:element name="ProgramName" ...
0
votes
2answers
184 views
semi colon delimited xs:attribute xsd
I'm currently building an XSD to validate some XML I'm working on, I'm guessing this probably isn't possible but I'm wondering if there is some way to enforce an attribute that is a ";" delimited list ...
2
votes
1answer
2k views
.Net SvcUtil: attributes must be optional
I'm trying to generate C# code classes with SvcUtil.exe instead of Xsd.exe. The latter is giving me some problems.
Command line:
SvcUtil.exe myschema.xsd /dconly /ser:XmlSerializer
Several SvcUtil ...
4
votes
1answer
113 views
Defining xml in an xsd where an attribute determines the possible contents
How would one go about defining something like this in an xsd?
<start>
<request type="typeA">
<elementOnlyFoundInA />
</request>
<request ...
1
vote
1answer
515 views
XSD: minInclusive and attribute together
It seems I can't easily have an XSD declaration for this simple XML
<root>
<weekday name="Sunday">1</weekday>
</root>
where weekday is a restricted int from 1 to 7 and ...
1
vote
2answers
103 views
XML schema for a complex type and I want an attribute on it
In your xml wisdom, have you a idea on how to define the type for “bDead” to be? (type=”xs:Boolean”)
<bDead>0
<xdn>state</xdn>
<xdv>alive</xdv>
</bDead>
...
2
votes
2answers
1k views
How to detect the SimpleType in XSD file? (Updated at Jan 6)
I am parsing my XSD file. (including some elements, complexTypes and simpleTypes)
I want to detect each of them by type property.
My xsd file a little like this.
<xsd:schema ...
4
votes
4answers
529 views
XML Schema - only one element should have attribute set to true
How can i define an boolean attribute that can be set "true" only in one element.
Following snippet must be invalid.
<products>
<product featured="yes">Prod 1</product>
...
1
vote
1answer
542 views
Verify if all attribute type xs:ID are present in the XML
I've made an XSD that contains this complex Type "Text" :
<xs:complexType name="Text">
<xs:complexContent mixed="false">
<xs:attribute name="Id" type="xs:ID" use="required">
...
1
vote
1answer
1k views
How to set default datetime values in an XSD element
I am currently stuck at this point where I need to set an xsd element's default attribute to have a valid current date as default. I looked around (googled) but did not find anything convincing. I ...
2
votes
1answer
1k views
Having a problem utilizing xs:unique
Can anyone point me as to why the unique element in my XSD is not forcing unique-ness? This should throw an error because the last ScreenResult element does not contain a unique value for the Type ...
1
vote
2answers
6k views
XML element with “xsi:type” attribute does not validate. It expects a “type” attribute
I have XML that includes an element that has the attribute: xsi:type="AnswerBool". My xsd has that element and has set up an attribute with the name="type" and then restricts the enumeration values to ...
0
votes
1answer
267 views
How to sequence elements based on attribute value in XSD
Given the following XML:
<results>
<result type="1">pass</result>
<result type="2">pass</result>
<result type="3">pass</result>
...
