Comparison between xml attributes (xsd)

jqhoga7yah

New Member
I got this xml code: \[code\]<s:complexType name="number"> <xs:sequence> <xs:element name="number" minOccurs="1" maxOccurs="1"/> </xs:sequence> <xs:attribute name="start" type:"xs:double"/> <xs:attribute name="end" type:"xs:double"/><xs:complexType>\[/code\]I want to make sure that the end attribute has a bigger number than start.How do i do that ?
 
Back
Top