Definition Type: Attribute
Name: currencyPeriod
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: Primitives.xsd
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of currencyPeriod in schema primitives_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Daily
Enumeration Week
Enumeration Bi-Weekly
Enumeration Month
Enumeration Bi-Monthly
Enumeration Quarterly
Enumeration Semi-Annually
Enumeration Annually