xsd-1.0 Questions
1
Solved
<schema xmlns="http://www.w3.org/2001/XMLSchema" ... version="xxx">
The XSD specification https://www.w3.org/TR/xmlschema11-1/#declare-schema does not specify the semantics for the version ...
2
Solved
I have this in the XML:
<Const Name="a" Value="1.0"/>
<Const Name="b" Value="1"/>
<Const Name="c" Value="A"/>
<Const...
1
Solved
I have a following XML Schema:
<xsd:simpleType name="fractionalSalary">
<xsd:restriction base="xsd:decimal">
<xsd:fractionDigits value="2" />
<xsd:minExclusive value="0" /&...
1
Solved
I have a XSD document fragment below. When an XML file validates against this schema I wish to ensure that the value in mm:Depot and mm:Customer/mm:County are the same and restricted to items in th...
Valera asked 19/10, 2013 at 17:19
1
Solved
What would be the correct XML Schema 1.0 declaration for a
<notice xml:lang="en">Banana banana banana</notice>
where:
The xml:lang attribute is compulsory
The value "en" is fixed ...
1
© 2022 - 2024 — McMap. All rights reserved.