simpleType "ReportingFrequencyTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Annually"
 - 
Indicates that the reporting frequency is performed on an annual basis.
"Biweekly"
 - 
Indicates that the reporting frequency is performed on a bi-weekly basis.
"Daily"
 - 
Indicates that the reporting frequency is performed on a daily basis.
"Monthly"
 - 
Indicates that the reporting frequency is performed on a monthly basis.
"Quarterly"
 - 
Indicates that the reporting frequency is performed on a quarterly basis.
"Semiannually"
 - 
Indicates that the reporting frequency is performed on a semi-annual basis.
"Weekly"
 - 
Indicates that the reporting frequency is performed on a weekly basis.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines the frequency by which reporting recurs.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  ReportingFrequencyTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Annually"
 - 
Indicates that the reporting frequency is performed on an annual basis.
"Biweekly"
 - 
Indicates that the reporting frequency is performed on a bi-weekly basis.
"Daily"
 - 
Indicates that the reporting frequency is performed on a daily basis.
"Monthly"
 - 
Indicates that the reporting frequency is performed on a monthly basis.
"Quarterly"
 - 
Indicates that the reporting frequency is performed on a quarterly basis.
"Semiannually"
 - 
Indicates that the reporting frequency is performed on a semi-annual basis.
"Weekly"
 - 
Indicates that the reporting frequency is performed on a weekly basis.
XML Source (w/o annotations (8); see within schema source)
<xsd:simpleType name="ReportingFrequencyTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Annually"/>
<xsd:enumeration value="Biweekly"/>
<xsd:enumeration value="Daily"/>
<xsd:enumeration value="Monthly"/>
<xsd:enumeration value="Quarterly"/>
<xsd:enumeration value="Semiannually"/>
<xsd:enumeration value="Weekly"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.