<xsd:simpleType name="DeltaEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Pricing delta</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="absolute">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="relative">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="percentage">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="other">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|