<xsd:simpleType name="EPDCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for Engine Power Displacement.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="C">
<xsd:annotation>
<xsd:documentation>CUBIC CENTIMETERS</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="H">
<xsd:annotation>
<xsd:documentation>HORSEPOWER</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="I">
<xsd:annotation>
<xsd:documentation>CUBIC INCH</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="L">
<xsd:annotation>
<xsd:documentation>LITER</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="P">
<xsd:annotation>
<xsd:documentation>POUNDS OF THRUST (OR VOLTAGE</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|