IBM InfoSphere Master Data Management, Version 11.3Internal schemas can contain elements that refer to records within an InfoSphere® MDM code table.
In order to support this, the InfoSphere MDM schema for specs provides two predefined types, codeTableEnum and ElementInfo. See Defining locale-sensitive data types and code table data types in the internal schema for more information.
<xsd:element name="myCodeTableReference" type="mdmspec:codeTableEnum">
<xsd:annotation>
<xsd:appinfo>
<mdmspec:elementInfo>
<mdmspec:codeTableEnum codeTableRef="MYCODETABLE" />
</mdmspec:elementInfo>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>