If I have an XML schema that requires qualified attributes like in:
[schema
targetNamespace="http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd"
elementFormDefault="qualified"
attributeFormDefault="qualified"]
and I edit and XML document against this schema the suggested attributes of an
element are always without the namespace prefix. This mean I manually need to
add the namespace prefix. The result should look like:
[tp:PartyInfo tp:partyName="TestDriver" ...
Thanks
Thomas
testbed-korbit-testdriver-msh-general(1).xml sample doc
testbed-korbit-testdriver-msh-general.xml sample doc
|