Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:MaterialType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the primary type of material that a component is made of.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration aluminum
enumeration beryllium copper
enumeration chrome alloy
enumeration composite
enumeration other
enumeration non-magnetic steel
enumeration plastic
enumeration steel
enumeration steel alloy
enumeration titanium
Used by
Source
<xs:simpleType name="MaterialType">
  <xs:annotation>
    <xs:documentation>Specifies the primary type of material that a component is made of.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="aluminum"/>
    <xs:enumeration value="beryllium copper"/>
    <xs:enumeration value="chrome alloy"/>
    <xs:enumeration value="composite"/>
    <xs:enumeration value="other"/>
    <xs:enumeration value="non-magnetic steel"/>
    <xs:enumeration value="plastic"/>
    <xs:enumeration value="steel"/>
    <xs:enumeration value="steel alloy"/>
    <xs:enumeration value="titanium"/>
  </xs:restriction>
</xs:simpleType>