entityTypeEnum

Simple Type Information

Used By

Attribute GUID/@entity

Source

<xsd:simpleType name="entityTypeEnum">
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="File"/>
    <xsd:enumeration value="Model"/>
    <xsd:enumeration value="Project"/>
    <xsd:enumeration value="Run"/>
  </xsd:restriction>
</xsd:simpleType>