<xs:attribute name="currencyPeriod">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Daily" />
<xs:enumeration value="Week" />
<xs:enumeration value="Bi-Weekly" />
<xs:enumeration value="Month" />
<xs:enumeration value="Bi-Monthly" />
<xs:enumeration value="Quarterly" />
<xs:enumeration value="Semi-Annually" />
<xs:enumeration value="Annually" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|