A
Arndt Jonasson
XML Schema provides the element xs:appinfo for stating application
info. It can apparently contain any well-formed XML. Can it also
be supplied with application-dependent attributes? For example,
is the following fragment allowed (assuming app: is a declared
namespace
prefix)?
....
<xs:annotation>
<xs:appinfo appersistence="true"/>
</xs:annotation>
....
info. It can apparently contain any well-formed XML. Can it also
be supplied with application-dependent attributes? For example,
is the following fragment allowed (assuming app: is a declared
namespace
prefix)?
....
<xs:annotation>
<xs:appinfo appersistence="true"/>
</xs:annotation>
....