Showing:

Diagrams
Source
Used by
Simple Type diggs:PropertyDataTypeEnumType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Simple_Type_diggs_dataTypeEnumType.tmp#dataTypeEnumType
Type union of(diggs:dataTypeEnumType, restriction of string)
Used by
Source
<simpleType name="PropertyDataTypeEnumType">
  <union memberTypes="diggs:dataTypeEnumType">
    <simpleType>
      <restriction base="string">
        <enumeration value=""/>
      </restriction>
    </simpleType>
  </union>
</simpleType>