Sign in
apache
/
ws-xmlschema
/
refs/heads/master
/
.
/
xmlschema-core
/
src
/
test
/
resources
/
appInfo.xsd
blob: 640387a98138bae99e323c70eccb328e387ba1d7 [
file
]
<xs:schema
targetNamespace
=
"http://foo"
xmlns:xs
=
"http://www.w3.org/2001/XMLSchema"
>
<xs:annotation>
<xs:appinfo>
<ns01:bar
xmlns:ns01
=
"http://anyuri"
/>
</xs:appinfo>
</xs:annotation>
</xs:schema>