<xsd:simpleType name="PressureUnitsContentType">
<xsd:annotation>
<xsd:documentation>
This code list represents the System Internationale's unit of measure for pressure.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="megapascal">
<xsd:annotation>
<xsd:documentation source="http://www.unc.edu/~rowlett/units/">megapascal (MPa)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="pound per square inch">
<xsd:annotation>
<xsd:documentation source="http://www.unc.edu/~rowlett/units/">pound per square inch (lbf/in2 or psi)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|