[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
XSD spec question
- To: xml-dev@...
- Subject: XSD spec question
- From: Chris Griffin <cgriffin@...>
- Date: Tue, 26 Apr 2005 13:22:17 -0700
In section 3.14.2 of http://www.w3.org/TR/xmlschema-1/ it says "{any
attributes with non-schema namespace . . . }" Does that mean I can
add my own attributes? For example can I do this:
<simpleType name="myName" xyz:myattribute="something">
. . .
</simpleType>
|