<xsd:simpleType name="AccountingTermEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Term of Account Information</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="MTD">
<xsd:annotation>
<xsd:documentation>Month To Date</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="YTD">
<xsd:annotation>
<xsd:documentation>Year To Date</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|