Showing:

Diagrams
Source
Used by
Simple Type diggs:PropertyUomTypeEnumType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramCommonEnumerations_xsd_Simple_Type_eml_QuantityClassKind.tmp#QuantityClassKindKernel_xsd_Simple_Type_diggs_UomTypeEnumType.tmp#UomTypeEnumType
Type union of(eml:QuantityClassKind, diggs:UomTypeEnumType, restriction of string)
Used by
Source
<simpleType name="PropertyUomTypeEnumType">
  <union memberTypes="eml:QuantityClassKind diggs:UomTypeEnumType">
    <simpleType>
      <restriction base="string">
        <pattern value="Other: .{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>