Information Management IBM InfoSphere MDM Custom Domain Hub, Version 10.1

The elementFormDefault constraint

A default namespace cannot be used within the internal schema, and the schema must include the XSD schema attribute elementFormDefault in the form elementFormDefault="qualified".

References within the internal schema must be fully-qualified using the standard XSD <prefix>:<elementName> format. For example, the following element declaration is supported:
<xsd:element name="MyExampleSpec" type="MyExampleSpec:MyExampleSpecType"/>
The following element declaration is not supported:
<xsd:element name="MyExampleSpec" type="MyExampleSpecType"/>


Feedback

Timestamp Last updated: November 2012

Topic URL: