<xsd:simpleType name="FrequencyTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The schedule frequency type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Day">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Day is the unit of frequency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Business">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">TBD</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|