Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:OtherNameType
Namespace http://diggsml.org/schema-dev
Annotations
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.
Diagram
Diagram
Type restriction of string
Facets
pattern Other: .{2,}
Source
<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>