Category Archives: xml

XML Schema: Use elementFormDefault to Hide/Expose Namespaces

Use elementFormDefault to Hide/Expose Namespaces * ‘elementFormDefault’ is a binary switch attribute in the schema to control if the origin (i.e. namespace) of each element should be – hidden (elementFormDefault=”unqualified”) – or exposed (“elementFormDefault=”qualified”). * elementFormDefault defaults to “unqualified” * … Continue reading

Posted in xml | Comments Off on XML Schema: Use elementFormDefault to Hide/Expose Namespaces