<simpleType name="OtherNameType">
<annotation>
<documentation>A type used to extend a controlled list, used where none of the enumerations are suitable for transfer. An enumeration of the form Other:xx (where xx are two or more characters) will be schmema valid but use of the Other" prefix can result in interoperability issues.</documentation>
</annotation>
<restriction base="string">
<pattern value="Other: .{2,}"/>
</restriction>
</simpleType>
|