<xsd:simpleType name="WeeklyRollConventionEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of a weekly roll day.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="MON">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Monday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TUE">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Tuesday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="WED">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Wednesday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="THU">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Thursday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FRI">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Friday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SAT">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Saturday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SUN">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Sunday</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|