“any attributes with non-schema namespace” in XSD

julianolive

New Member
Based on the W3C specification the schema is valid.\[code\]<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"xmlns:my="http://my.name.space"> <xsd:element name="test" my:attr="something"/></xsd:schema>\[/code\]I was wondering what would be a use case for using these "attributes with non-schema namespace" in a definition of an element.
 
Back
Top