Showing:

Annotations
Diagrams
Source
Used by
Simple Type diggs:PropertyDataTypeEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Simple type: PropertyDataTypeEnumType
Diagram
DiagramCommon_xsd_Simple_Type_diggs_DataTypeEnumType.tmp#DataTypeEnumType
Type union of(diggs:DataTypeEnumType, restriction of string)
Used by
Source
<simpleType name="PropertyDataTypeEnumType">
  <annotation>
    <documentation>Simple type: PropertyDataTypeEnumType</documentation>
  </annotation>
  <union memberTypes="diggs:DataTypeEnumType">
    <simpleType>
      <restriction base="string">
        <enumeration value=""/>
      </restriction>
    </simpleType>
  </union>
</simpleType>