Documentation for obj_object_profiled_data_schema

Simple Type: massUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < massUom (by restriction)
Sub-types: None
Name massUom
Used by (from the same schema document) Complex Type massMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'kg'|'ag'|'ct'|'cwtUK'|'cwtUS'|'g'|'grain'|'klbm'|'lbm'|'Mg'|'mg'|'oz(av)'|'oz(troy)'|'ozm'|'sack94'|'t'|'tonUK'|'tonUS'|'ug'}
Diagram
Schema Component Representation
<xsd:simpleType name="massUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="kg"/>
<xsd:enumeration value="ag"/>
<xsd:enumeration value="ct"/>
<xsd:enumeration value="cwtUK"/>
<xsd:enumeration value="cwtUS"/>
<xsd:enumeration value="g"/>
<xsd:enumeration value="grain"/>
<xsd:enumeration value="klbm"/>
<xsd:enumeration value="lbm"/>
<xsd:enumeration value="Mg"/>
<xsd:enumeration value="mg"/>
<xsd:enumeration value="oz(av)"/>
<xsd:enumeration value="oz(troy)"/>
<xsd:enumeration value="ozm"/>
<xsd:enumeration value="sack94"/>
<xsd:enumeration value="t"/>
<xsd:enumeration value="tonUK"/>
<xsd:enumeration value="tonUS"/>
<xsd:enumeration value="ug"/>
</xsd:restriction>
</xsd:simpleType>