gasTypeEnum

Simple Type Information

Used By

Attribute Gap/@gas

Source

<xsd:simpleType name="gasTypeEnum">
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="Air"/>
    <xsd:enumeration value="Argon"/>
    <xsd:enumeration value="Krypton"/>
    <xsd:enumeration value="CO2"/>
    <xsd:enumeration value="SF6"/>
    <xsd:enumeration value="Custom"/>
  </xsd:restriction>
</xsd:simpleType>